Metadata-Version: 2.1
Name: vsdeband
Version: 1.1.0
Summary: VapourSynth Debanding Functions Collection
Author: Irrational Encoding Wizardry
Author-email: wizards@encode.moe
Maintainer: Setsugennoao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Setsugennoao/vs-deband
Project-URL: Contact, https://discord.gg/setsugen
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: VapourSynth>=65
Requires-Dist: vstools>=3.0.0
Requires-Dist: vskernels>=3.0.0
Requires-Dist: vsexprtools>=1.5.0
Requires-Dist: vsrgtools>=1.6.0
Requires-Dist: vsmasktools>=1.2.0
Requires-Dist: vsaa>=1.9.0
Requires-Dist: vsscale>=2.0.0
Requires-Dist: vsdenoise>=2.5.0

# vs-deband, a collection of wrappers and functions for debanding

For support you can find me in my [Discord server](https://discord.gg/setsugen), @setsugen_no_ao. <br><br>

## How to install

Install `vsdeband` with the following command:

```sh
pip install vsdeband
```

Or if you want the latest git version, install it with this command:

```sh
pip install git+https://github.com/Setsugennoao/vs-deband.git
```

<br>
