vsmasktools


Namevsmasktools JSON
Version 1.2.1 PyPI version JSON
download
home_page
SummaryVarious masking tools for VapourSynth
upload_time2023-10-30 15:46:32
maintainerSetsugen no ao
docs_urlNone
authorIrrational Encoding Wizardry
requires_python>=3.11
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # vs-masktools

vs-masktools aims to provide tools and functions to manage, create, and manipulate masks in VapourSynth.

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

# Installation

vs-masktools is available on PyPi and can be installed with this simple command:

```
pip install vsmasktools
```

# Dependencies

The only hard dependencies are vstools and an installation of VapourSynth R59 or higher. However, for full functionality, you should make sure to also install [TCanny](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny), [TEdgeMask](https://github.com/dubhater/vapoursynth-tedgemask), [AWarpSharp2](https://github.com/dubhater/vapoursynth-awarpsharp2) and [AWarpSharp2SF](https://github.com/IFeelBloated/warpsharp).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vsmasktools",
    "maintainer": "Setsugen no ao",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "setsugen@setsugen.dev",
    "keywords": "",
    "author": "Irrational Encoding Wizardry",
    "author_email": "wizards@encode.moe",
    "download_url": "https://files.pythonhosted.org/packages/55/62/213148eea6496f5f26577cf1ce4d2591aac605f51abf210998eb0f0fd3d2/vsmasktools-1.2.1.tar.gz",
    "platform": null,
    "description": "# vs-masktools\n\nvs-masktools aims to provide tools and functions to manage, create, and manipulate masks in VapourSynth.\n\nFor support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>\n\n# Installation\n\nvs-masktools is available on PyPi and can be installed with this simple command:\n\n```\npip install vsmasktools\n```\n\n# Dependencies\n\nThe only hard dependencies are vstools and an installation of VapourSynth R59 or higher. However, for full functionality, you should make sure to also install [TCanny](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny), [TEdgeMask](https://github.com/dubhater/vapoursynth-tedgemask), [AWarpSharp2](https://github.com/dubhater/vapoursynth-awarpsharp2) and [AWarpSharp2SF](https://github.com/IFeelBloated/warpsharp).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Various masking tools for VapourSynth",
    "version": "1.2.1",
    "project_urls": {
        "Contact": "https://discord.gg/XTpc6Fa9eB",
        "Source Code": "https://github.com/Jaded-Encoding-Thaumaturgy/vs-masktools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ffb99d074af02226baf2cab7ff47690d135b63fcb74d0ed07ec88f7241ff056",
                "md5": "160c1c109711109dd2873df88097fbf5",
                "sha256": "a5b218cbd0d18a3aebcff44d3e5600e9942bc9ccee6734925886deb582885289"
            },
            "downloads": -1,
            "filename": "vsmasktools-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "160c1c109711109dd2873df88097fbf5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 37972,
            "upload_time": "2023-10-30T15:46:31",
            "upload_time_iso_8601": "2023-10-30T15:46:31.408301Z",
            "url": "https://files.pythonhosted.org/packages/1f/fb/99d074af02226baf2cab7ff47690d135b63fcb74d0ed07ec88f7241ff056/vsmasktools-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5562213148eea6496f5f26577cf1ce4d2591aac605f51abf210998eb0f0fd3d2",
                "md5": "a1ac0a05540b3c8640ba64c7c4253543",
                "sha256": "5668dd33e823a84afe55827ead9ccc9a063646e25f658ece997088d475ee908e"
            },
            "downloads": -1,
            "filename": "vsmasktools-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a1ac0a05540b3c8640ba64c7c4253543",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 32435,
            "upload_time": "2023-10-30T15:46:32",
            "upload_time_iso_8601": "2023-10-30T15:46:32.915038Z",
            "url": "https://files.pythonhosted.org/packages/55/62/213148eea6496f5f26577cf1ce4d2591aac605f51abf210998eb0f0fd3d2/vsmasktools-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 15:46:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jaded-Encoding-Thaumaturgy",
    "github_project": "vs-masktools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "vsmasktools"
}
        
Elapsed time: 0.13485s