Metadata-Version: 2.1
Name: vsjet
Version: 3.0.3
Summary: VapourSynth packages from JET
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/Jaded-Encoding-Thaumaturgy
Project-URL: Contact, https://discord.gg/XTpc6Fa9eB
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.1
Requires-Dist: vspyplugin ==1.4.1
Requires-Dist: vskernels ==3.0.2
Requires-Dist: vsexprtools ==1.5.1
Requires-Dist: vsrgtools ==1.6.2
Requires-Dist: vsmasktools ==1.2.1
Requires-Dist: vsaa ==1.9.1
Requires-Dist: vsscale ==2.0.1
Requires-Dist: vsdenoise ==2.5.1
Requires-Dist: vsdehalo ==1.8.1
Requires-Dist: vsdeband ==1.1.1
Requires-Dist: vsdeinterlace ==0.6.1
Requires-Dist: vssource ==0.9.7
Requires-Dist: vspreview ==0.8.1

# vs-jet

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

<br>

<br><br>

## How to install

Install `vsjet` with the following command:

```sh
pip install vsjet
```

<br>

## How to use

Install all jet packages:

```sh
python -m vsjet
```

Install latest git version of all JET packages:

```sh
python -m vsjet latest
```
