vstools


Namevstools JSON
Version 3.3.3 PyPI version JSON
download
home_pageNone
SummaryFunctions and utils related to VapourSynth.
upload_time2024-10-15 14:57:06
maintainerSetsugen no ao
docs_urlNone
authorSetsugen no ao
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # vs-tools

### Functions and utils related to VapourSynth

<br>

This module is a collection of functions, utils, types, type-utils, and more aimed at helping at having a common ground between VapourSynth packages, and simplify writing them.

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

## How to install

Install `vstools` with the following command:

```sh
pip install vstools
```

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

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

<br>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vstools",
    "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/a1/98/91bf038ca90ed6346cc4c1b92ef28b41e051e12ea55e95dc6b37f8a60e7b/vstools-3.3.3.tar.gz",
    "platform": null,
    "description": "# vs-tools\n\n### Functions and utils related to VapourSynth\n\n<br>\n\nThis module is a collection of functions, utils, types, type-utils, and more aimed at helping at having a common ground between VapourSynth packages, and simplify writing them.\n\nFor support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>\n\n## How to install\n\nInstall `vstools` with the following command:\n\n```sh\npip install vstools\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-tools.git\n```\n\n<br>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Functions and utils related to VapourSynth.",
    "version": "3.3.3",
    "project_urls": {
        "Contact": "https://discord.gg/XTpc6Fa9eB",
        "Source Code": "https://github.com/Jaded-Encoding-Thaumaturgy/vs-tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2531b6ef5224a4547ddda5c20a9c7f25560df713a0387c4362dadb595e9b4a7a",
                "md5": "a544f1ab487ff008651d29ea654f544d",
                "sha256": "821cb7fe42f7d0618ac3e0e6a10fd163bda0a110a5b6af33a87a123f98767555"
            },
            "downloads": -1,
            "filename": "vstools-3.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a544f1ab487ff008651d29ea654f544d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 103589,
            "upload_time": "2024-10-15T14:57:04",
            "upload_time_iso_8601": "2024-10-15T14:57:04.811375Z",
            "url": "https://files.pythonhosted.org/packages/25/31/b6ef5224a4547ddda5c20a9c7f25560df713a0387c4362dadb595e9b4a7a/vstools-3.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a19891bf038ca90ed6346cc4c1b92ef28b41e051e12ea55e95dc6b37f8a60e7b",
                "md5": "5cba971780fc1973efad3fbad377b9f0",
                "sha256": "d67d9cddf9e69fe296c2aa212edabe0183ba24524af45eef95affb969b31e07a"
            },
            "downloads": -1,
            "filename": "vstools-3.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5cba971780fc1973efad3fbad377b9f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 86765,
            "upload_time": "2024-10-15T14:57:06",
            "upload_time_iso_8601": "2024-10-15T14:57:06.066881Z",
            "url": "https://files.pythonhosted.org/packages/a1/98/91bf038ca90ed6346cc4c1b92ef28b41e051e12ea55e95dc6b37f8a60e7b/vstools-3.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-15 14:57:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jaded-Encoding-Thaumaturgy",
    "github_project": "vs-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "vstools"
}
        
Elapsed time: 0.36979s