Metadata-Version: 2.1
Name: vsdeband
Version: 0.9.0
Summary: VapourSynth Debanding Functions Collection
Author: Irrational Encoding Wizardry
Author-email: wizards@encode.moe
Maintainer: Irrational Encoding Wizardry
Maintainer-email: wizards@encode.moe
Project-URL: Source Code, https://github.com/Irrational-Encoding-Wizardry/vs-deband
Project-URL: Documentation, https://vsdeband.encode.moe/en/latest/
Project-URL: Contact, https://discord.gg/qxTxVJGtst
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

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

For further support, drop by `#vsdeband` in the [IEW Discord server](https://discord.gg/qxTxVJGtst).

## 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/Irrational-Encoding-Wizardry/vs-deband.git
```
<br>
