# vs-aa
### VapourSynth anti aliasing and scaling functions
<br>
Wrappers for aa/scaling plugins and functions, aimed to have compatibility with vs-kernels scalers.
For support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>
## How to install
Install `vsaa` with the following command:
```sh
pip install vsaa
```
Or if you want the latest git version, install it with this command:
```sh
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-aa.git
```
Raw data
{
"_id": null,
"home_page": null,
"name": "vsaa",
"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/2d/69/5346179dbdeb4f6d61f258ff021315091b5ed2b3035b07cd5dec3f5cc19a/vsaa-1.11.1.tar.gz",
"platform": null,
"description": "# vs-aa\n\n### VapourSynth anti aliasing and scaling functions\n\n<br>\n\nWrappers for aa/scaling plugins and functions, aimed to have compatibility with vs-kernels scalers.\n\nFor support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>\n\n## How to install\n\nInstall `vsaa` with the following command:\n\n```sh\npip install vsaa\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-aa.git\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "VapourSynth anti aliasing and scaling functions",
"version": "1.11.1",
"project_urls": {
"Contact": "https://discord.gg/XTpc6Fa9eB",
"Source Code": "https://github.com/Jaded-Encoding-Thaumaturgy/vs-aa"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ddb3dff96d8ea6609beed4172a444896b7de1459b46d087682d6958cde75e6d9",
"md5": "d2b92ccd1fb9cd94bc72de221b4d1ea7",
"sha256": "e1415a883970a16d203da0d77da60017cc710ce4775654c68b655f7aaeb7316a"
},
"downloads": -1,
"filename": "vsaa-1.11.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d2b92ccd1fb9cd94bc72de221b4d1ea7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 14447,
"upload_time": "2024-12-06T07:07:16",
"upload_time_iso_8601": "2024-12-06T07:07:16.425552Z",
"url": "https://files.pythonhosted.org/packages/dd/b3/dff96d8ea6609beed4172a444896b7de1459b46d087682d6958cde75e6d9/vsaa-1.11.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2d695346179dbdeb4f6d61f258ff021315091b5ed2b3035b07cd5dec3f5cc19a",
"md5": "bfe0bff60ad3abd9f141cb0cc99110bf",
"sha256": "4e2a4a73ce3d25d8a272fa9cadf5604c7d3fbb737dc1df9c338fcc4abe092d7d"
},
"downloads": -1,
"filename": "vsaa-1.11.1.tar.gz",
"has_sig": false,
"md5_digest": "bfe0bff60ad3abd9f141cb0cc99110bf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 11989,
"upload_time": "2024-12-06T07:07:17",
"upload_time_iso_8601": "2024-12-06T07:07:17.996811Z",
"url": "https://files.pythonhosted.org/packages/2d/69/5346179dbdeb4f6d61f258ff021315091b5ed2b3035b07cd5dec3f5cc19a/vsaa-1.11.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-06 07:07:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Jaded-Encoding-Thaumaturgy",
"github_project": "vs-aa",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "VapourSynth",
"specs": [
[
">=",
"68"
]
]
},
{
"name": "vstools",
"specs": [
[
">=",
"3.2.0"
]
]
},
{
"name": "vskernels",
"specs": [
[
">=",
"3.2.0"
]
]
},
{
"name": "vsexprtools",
"specs": [
[
">=",
"1.6.0"
]
]
},
{
"name": "vsrgtools",
"specs": [
[
">=",
"1.7.0"
]
]
},
{
"name": "vsmasktools",
"specs": [
[
">=",
"1.3.0"
]
]
}
],
"lcname": "vsaa"
}