Metadata-Version: 2.1
Name: vsdehalo
Version: 1.10.2
Summary: Collection of dehaloing VapourSynth functions
Author: Setsugen no ao
Author-email: setsugen@setsugen.dev
Maintainer: Setsugen no ao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Jaded-Encoding-Thaumaturgy/vs-dehalo
Project-URL: Contact, https://discord.gg/XTpc6Fa9eB
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: VapourSynth (>=68)
Requires-Dist: vsaa (>=1.12.1)
Requires-Dist: vsdenoise (>=2.8.1)
Requires-Dist: vsexprtools (>=1.8.1)
Requires-Dist: vskernels (>=3.4.2)
Requires-Dist: vsmasktools (>=1.4.1)
Requires-Dist: vsrgtools (>=1.9.0)
Requires-Dist: vsscale (>=2.3.1)
Requires-Dist: vstools (>=3.4.1)

# vs-dehalo

> [!CAUTION]
> This package is deprecated!
> Please use https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack instead.

Collection of dehaloing VapourSynth functions

## How to use

```py
from vsdehalo import fine_dehalo

src = ...

dehaloed = fine_dehalo(src)
```

## How to install
**This package is deprecated!**

Please install https://pypi.org/p/vsjetpack instead.
