Name | vspyplugin JSON |
Version |
1.4.3
JSON |
| download |
home_page | None |
Summary | Package for simplifying writing VapourSynth "plugins" in python. |
upload_time | 2024-10-10 18:12:48 |
maintainer | Setsugen no ao |
docs_url | None |
author | Setsugen no ao |
requires_python | >=3.12 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
VapourSynth
vstools
|
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/0d/3c/3c142fad7ac4366e3ec6d7a7f78531a6c72135fc33e163a4d3788a23541e/vspyplugin-1.4.3.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.3",
"project_urls": {
"Contact": "https://discord.gg/XTpc6Fa9eB",
"Source Code": "https://github.com/Jaded-Encoding-Thaumaturgy/vs-pyplugin"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d8942c129d22cbd2892a422604734091dba96f7e3aba51d5ac57b9fd7d3d38ca",
"md5": "2692cb645debe8c61284381b8bfeaf85",
"sha256": "44dab08aa0f8924b9c8f12a1e2617aeba5b619e916e54750be6a154457c9b50d"
},
"downloads": -1,
"filename": "vspyplugin-1.4.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2692cb645debe8c61284381b8bfeaf85",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 27632,
"upload_time": "2024-10-10T18:12:46",
"upload_time_iso_8601": "2024-10-10T18:12:46.652574Z",
"url": "https://files.pythonhosted.org/packages/d8/94/2c129d22cbd2892a422604734091dba96f7e3aba51d5ac57b9fd7d3d38ca/vspyplugin-1.4.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d3c3c142fad7ac4366e3ec6d7a7f78531a6c72135fc33e163a4d3788a23541e",
"md5": "79c560cbb4decad5e0a4c14bdc451c72",
"sha256": "3fa2ad137f344d866bd043f9e9dafdea234e3d1e2fbcb30f1fcb8bef542e536b"
},
"downloads": -1,
"filename": "vspyplugin-1.4.3.tar.gz",
"has_sig": false,
"md5_digest": "79c560cbb4decad5e0a4c14bdc451c72",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 20768,
"upload_time": "2024-10-10T18:12:48",
"upload_time_iso_8601": "2024-10-10T18:12:48.146993Z",
"url": "https://files.pythonhosted.org/packages/0d/3c/3c142fad7ac4366e3ec6d7a7f78531a6c72135fc33e163a4d3788a23541e/vspyplugin-1.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-10 18:12:48",
"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": "vstools",
"specs": [
[
">=",
"3.2.0"
]
]
}
],
"lcname": "vspyplugin"
}