Metadata-Version: 2.1
Name: vs-debandshit
Version: 0.4.3
Summary: VapourSynth Debanding Functions Collection
Home-page: https://github.com/LightArrowsEXE/debandshit
Author: LightArrowsEXE
Author-email: Lightarrowsreboot@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# debandshit, a collection of wrappers and functions for debanding

This repository is intended to be a maintained version of `debandshit` until [Z4STIN](https://github.com/kgrabs) continues maintaining it himself.

The original v0.3.0 of `debandshit.py` that this is built on from can be found [here](https://pastebin.com/NGFBhCCn).

## How to install

If you have the old `debandshit.py` module,
remove that from your system first.

Install `debandshit` with the following command:

```sh
$ pip install vs-debandshit
```

## Dependencies

debandshit depends on the following third-party scripts:

- [mvsfunc](https://github.com/HomeOfVapourSynthEvolution/mvsfunc)
- [vsutil](https://pypi.org/project/vsutil/)

And the following VapourSynth libraries:

- [fmtconv](https://github.com/EleonoreMizo/fmtconv)


