Metadata-Version: 2.1
Name: vstools
Version: 2.0.0
Summary: Functions and utils related to VapourSynth
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/Irrational-Encoding-Wizardry/vs-tools
Project-URL: Documentation, https://vstools.encoding.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-tools

### Functions and utils related to VapourSynth
<br>

This module is a collection of functions, utils, types, type-utils, and more
aimed at helping at having a common ground between VapourSynth packages, and
simplify writing them.

You can find me in the [IEW Discord server](https://discord.gg/qxTxVJGtst), @Setsugennoao#6969.
<br><br>
## How to install

Install `vstools` with the following command:

```sh
$ pip install vstools
```

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

```sh
$ pip install git+https://github.com/Irrational-Encoding-Wizardry/vs-tools.git
```
<br>
