Metadata-Version: 2.1
Name: vsiew
Version: 2.3.6
Summary: VapourSynth packages from Irrational Encoding Wizardry
Author: Irrational Encoding Wizardry
Author-email: wizards@encode.moe
Maintainer: Setsugen no ao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Irrational-Encoding-Wizardry
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
Requires-Dist: VapourSynth (>=63)
Requires-Dist: vstools (>=2.3.0)
Requires-Dist: vspyplugin (==1.3.2)
Requires-Dist: vskernels (>=2.4.1)
Requires-Dist: vsexprtools (>=1.4.6)
Requires-Dist: vsrgtools (>=1.5.1)
Requires-Dist: vsmasktools (>=1.1.2)
Requires-Dist: vsaa (>=1.8.2)
Requires-Dist: vsscale (>=1.9.1)
Requires-Dist: vsdenoise (>=2.4.0)
Requires-Dist: vsdehalo (>=1.7.2)
Requires-Dist: vsdeband (>=1.0.2)
Requires-Dist: vsdeinterlace (>=0.5.1)
Requires-Dist: lvsfunc (>=0.8.0)
Requires-Dist: vssource (>=0.9.5)
Requires-Dist: vspreview (>=0.7.0)

# vs-iew

### PyPi package for quickly updating and installing all IEW packages.

<br>

<br><br>
## How to install

Install `vsiew` with the following command:

```sh
pip install vsiew
```

<br>

## How to use

Install all iew packages:
```sh
python -m vsiew
```

Install latest git version of all iew packages:
```sh
python -m vsiew latest
```

