Metadata-Version: 2.1
Name: vsjet
Version: 3.4.1
Summary: VapourSynth packages from JET
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/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.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: VapourSynth>=68
Requires-Dist: stgpytools>=1.2.0
Requires-Dist: vstools==3.3.1
Requires-Dist: vspyplugin==1.4.3
Requires-Dist: vskernels==3.3.0
Requires-Dist: vsexprtools==1.7.0
Requires-Dist: vsrgtools==1.8.0
Requires-Dist: vsmasktools==1.3.1
Requires-Dist: vsaa==1.11.0
Requires-Dist: vsscale==2.2.0
Requires-Dist: vsdenoise==2.7.0
Requires-Dist: vsdehalo==1.9.1
Requires-Dist: vsdeband==1.2.1
Requires-Dist: vsdeinterlace==0.8.0
Requires-Dist: vssource==0.11.1
Requires-Dist: vspreview==0.10.0

# vs-jet

### PyPi package for quickly upgrading and installing all JET Python packages.

This package does not install any Vapoursynth plugins.<br>
For support inquiries, please join the [JET Discord server][discord]
or leave an [issue][issues].

## How to install

Install `vsjet` with the following command:

```sh
pip install vsjet
```

## How to use

Install the stable versions of all JET packages:

```sh
python -m vsjet
```

Upgrade to latest git version of all JET packages:

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

**Disclaimer:** Latest git packages may be unstable!
Please report issues in their [respective repositories][jet-repo].

[discord]: https://discord.gg/XTpc6Fa9eB
[issues]: https://github.com/Jaded-Encoding-Thaumaturgy/vs-jet/issues
[jet-repo]: https://github.com/orgs/Jaded-Encoding-Thaumaturgy/repositories
