Metadata-Version: 2.4
Name: vspyplugin
Version: 1.4.5
Summary: Package for simplifying writing VapourSynth "plugins" in python.
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/vs-pyplugin
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: vsjetpack>=0.1.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# vs-pyplugin

### Package for simplifying writing VapourSynth "plugins" in python.

<br>

Backends wrapper classes and helper functions for python plugins.

Original concept this is inspired from is by [WolframRhodium](https://github.com/WolframRhodium/muvsfunc/tree/master/Collections).

For support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>

## How to install

Install `vspyplugin` with the following command:

```sh
pip install vspyplugin
```

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

```sh
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-pyplugin.git
```
