vsmask


Namevsmask JSON
Version 0.5.1 PyPI version JSON
download
home_page
SummaryVarious masking tools for Vapoursynth
upload_time2022-12-04 00:30:47
maintainerIchunjo
docs_urlNone
authorIrrational Encoding Wizardry
requires_python>=3.10
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # vsmask
VSMask aims to provide tools and functions to manage, create, and manipulate masks in VapourSynth.

For further support, please leave any questions in the [IEW Discord server](https://discord.gg/qxTxVJGtst).


# Installation
vsmask is available on PyPi and can be installed with this simple command:
```
pip install vsmask
```

# Dependencies 
The only hard dependencies are vsutil and an installation of VapourSynth R60 or higher.
However, only R60 has been tested, if breakings changes happen in a newer version, please make an issue.
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": "vsmask",
    "maintainer": "Ichunjo",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "wizards@encode.moe",
    "keywords": "",
    "author": "Irrational Encoding Wizardry",
    "author_email": "wizards@encode.moe",
    "download_url": "https://files.pythonhosted.org/packages/f8/fb/597ed09e1475cb3e520d2f53710df226867f497433c0aa4d21c1f6e02274/vsmask-0.5.1.tar.gz",
    "platform": null,
    "description": "# vsmask\nVSMask aims to provide tools and functions to manage, create, and manipulate masks in VapourSynth.\n\nFor further support, please leave any questions in the [IEW Discord server](https://discord.gg/qxTxVJGtst).\n\n\n# Installation\nvsmask is available on PyPi and can be installed with this simple command:\n```\npip install vsmask\n```\n\n# Dependencies \nThe only hard dependencies are vsutil and an installation of VapourSynth R60 or higher.\nHowever, only R60 has been tested, if breakings changes happen in a newer version, please make an issue.\nFor 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": "0.5.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "773c30cc8ab4269e5ca07db6dd92dc9f",
                "sha256": "0295d833410db06aeb8db4a47600a0f0a830e8de4ed72d20b34237503e8b8b28"
            },
            "downloads": -1,
            "filename": "vsmask-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "773c30cc8ab4269e5ca07db6dd92dc9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20526,
            "upload_time": "2022-12-04T00:30:46",
            "upload_time_iso_8601": "2022-12-04T00:30:46.821789Z",
            "url": "https://files.pythonhosted.org/packages/be/8c/68f000af0809abeeef7e2305ba193a2a72d8f88a6a37b29a22152b0a48ed/vsmask-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "29f5288adb6de51bc2094fe0e80b949a",
                "sha256": "a5f348e1f051edf136f989ae3209f9ceefe6f29f05d0411f55b8b1db321dc9b3"
            },
            "downloads": -1,
            "filename": "vsmask-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "29f5288adb6de51bc2094fe0e80b949a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 17932,
            "upload_time": "2022-12-04T00:30:47",
            "upload_time_iso_8601": "2022-12-04T00:30:47.810379Z",
            "url": "https://files.pythonhosted.org/packages/f8/fb/597ed09e1475cb3e520d2f53710df226867f497433c0aa4d21c1f6e02274/vsmask-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-04 00:30:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "vsmask"
}
        
Elapsed time: 0.01434s