vspyplugin


Namevspyplugin JSON
Version 1.4.1 PyPI version JSON
download
home_page
SummaryPackage for simplifying writing VapourSynth "plugins" in python.
upload_time2023-10-30 15:45:37
maintainerSetsugen no ao
docs_urlNone
authorSetsugen no ao
requires_python>=3.11
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
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": "",
    "name": "vspyplugin",
    "maintainer": "Setsugen no ao",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "setsugen@setsugen.dev",
    "keywords": "",
    "author": "Setsugen no ao",
    "author_email": "setsugen@setsugen.dev",
    "download_url": "https://files.pythonhosted.org/packages/7d/c6/74016a03171dea33a322105539ba49baaeabf0d458ed070d67249692ff98/vspyplugin-1.4.1.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": "",
    "summary": "Package for simplifying writing VapourSynth \"plugins\" in python.",
    "version": "1.4.1",
    "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": "9b0c5cc91640628d943b64b891031d330a0e744c6cf895a50131fd021646bc89",
                "md5": "063e1cd24a18d95e4b6a4d20f777aa42",
                "sha256": "46ad07bc6794f7bc0d05e3447adecb7bf61d57e2d7728415131a689eca059b54"
            },
            "downloads": -1,
            "filename": "vspyplugin-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "063e1cd24a18d95e4b6a4d20f777aa42",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 27537,
            "upload_time": "2023-10-30T15:45:36",
            "upload_time_iso_8601": "2023-10-30T15:45:36.729951Z",
            "url": "https://files.pythonhosted.org/packages/9b/0c/5cc91640628d943b64b891031d330a0e744c6cf895a50131fd021646bc89/vspyplugin-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dc674016a03171dea33a322105539ba49baaeabf0d458ed070d67249692ff98",
                "md5": "0f5c6afb5b16f9a3e98224e96857cc76",
                "sha256": "a281bc88427efa46c1a976a4daa8abd9f18d9468237aa7cdcb70c992e37e106f"
            },
            "downloads": -1,
            "filename": "vspyplugin-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0f5c6afb5b16f9a3e98224e96857cc76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 20667,
            "upload_time": "2023-10-30T15:45:37",
            "upload_time_iso_8601": "2023-10-30T15:45:37.734672Z",
            "url": "https://files.pythonhosted.org/packages/7d/c6/74016a03171dea33a322105539ba49baaeabf0d458ed070d67249692ff98/vspyplugin-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 15:45:37",
    "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": [],
    "lcname": "vspyplugin"
}
        
Elapsed time: 0.17936s