Name | vspyplugin JSON |
Version |
1.4.4
JSON |
| download |
home_page | None |
Summary | Package for simplifying writing VapourSynth "plugins" in python. |
upload_time | 2025-02-13 15:27:10 |
maintainer | Setsugen no ao |
docs_url | None |
author | Setsugen no ao |
requires_python | >=3.12 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
VapourSynth
vsjetpack
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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
```
Raw data
{
"_id": null,
"home_page": null,
"name": "vspyplugin",
"maintainer": "Setsugen no ao",
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": "setsugen@setsugen.dev",
"keywords": null,
"author": "Setsugen no ao",
"author_email": "setsugen@setsugen.dev",
"download_url": "https://files.pythonhosted.org/packages/0c/9e/50571580108a2a3bbcc47059414ff61cf54dd1163f7542c8137a8f514ff6/vspyplugin-1.4.4.tar.gz",
"platform": null,
"description": "# vs-pyplugin\n\n### Package for simplifying writing VapourSynth \"plugins\" in python.\n\n<br>\n\nBackends wrapper classes and helper functions for python plugins.\n\nOriginal concept this is inspired from is by [WolframRhodium](https://github.com/WolframRhodium/muvsfunc/tree/master/Collections).\n\nFor support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>\n\n## How to install\n\nInstall `vspyplugin` with the following command:\n\n```sh\npip install vspyplugin\n```\n\nOr if you want the latest git version, install it with this command:\n\n```sh\npip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-pyplugin.git\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Package for simplifying writing VapourSynth \"plugins\" in python.",
"version": "1.4.4",
"project_urls": {
"Contact": "https://discord.gg/XTpc6Fa9eB",
"Source Code": "https://github.com/Jaded-Encoding-Thaumaturgy/vs-pyplugin"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "adee527049d6e5aa2e5239fd76d9f4799d0e38bd257336a81050381a043f1de3",
"md5": "fe07c21490e2759f91f886c8ac0e264a",
"sha256": "430c2456408e8cebd7d0eb649b130ed51fdfcb923dcc9adc497213663d19e318"
},
"downloads": -1,
"filename": "vspyplugin-1.4.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fe07c21490e2759f91f886c8ac0e264a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 27674,
"upload_time": "2025-02-13T15:27:08",
"upload_time_iso_8601": "2025-02-13T15:27:08.918877Z",
"url": "https://files.pythonhosted.org/packages/ad/ee/527049d6e5aa2e5239fd76d9f4799d0e38bd257336a81050381a043f1de3/vspyplugin-1.4.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c9e50571580108a2a3bbcc47059414ff61cf54dd1163f7542c8137a8f514ff6",
"md5": "739fdca45213218246297c0b12fb4bde",
"sha256": "c9797939bacbcdc9b7b69d2e7977397d495fd9dcb9ab1013755065eaf9ae82c5"
},
"downloads": -1,
"filename": "vspyplugin-1.4.4.tar.gz",
"has_sig": false,
"md5_digest": "739fdca45213218246297c0b12fb4bde",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 20915,
"upload_time": "2025-02-13T15:27:10",
"upload_time_iso_8601": "2025-02-13T15:27:10.509826Z",
"url": "https://files.pythonhosted.org/packages/0c/9e/50571580108a2a3bbcc47059414ff61cf54dd1163f7542c8137a8f514ff6/vspyplugin-1.4.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-13 15:27:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Jaded-Encoding-Thaumaturgy",
"github_project": "vs-pyplugin",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "VapourSynth",
"specs": [
[
">=",
"68"
]
]
},
{
"name": "vsjetpack",
"specs": [
[
">=",
"0.1.1"
]
]
}
],
"lcname": "vspyplugin"
}