# vs-dehalo
Collection of dehaloing VapourSynth functions
## How to use
```py
from vsdehalo import fine_dehalo
src = ...
dehaloed = fine_dehalo(src)
```
## How to install
Install `vsdehalo` with the following command:
```sh
pip install vsdehalo
```
Or if you want the latest git version, install it with this command:
```sh
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-dehalo.git
```
<br>
Raw data
{
"_id": null,
"home_page": null,
"name": "vsdehalo",
"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/12/89/1b60ae9446274371395f49e1a028b1051e0158d8f4de13cd70e3e427b8b4/vsdehalo-1.9.2.tar.gz",
"platform": null,
"description": "# vs-dehalo\n\nCollection of dehaloing VapourSynth functions\n\n## How to use\n\n```py\nfrom vsdehalo import fine_dehalo\n\nsrc = ...\n\ndehaloed = fine_dehalo(src)\n```\n\n## How to install\n\nInstall `vsdehalo` with the following command:\n\n```sh\npip install vsdehalo\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-dehalo.git\n```\n\n<br>\n",
"bugtrack_url": null,
"license": null,
"summary": "Collection of dehaloing VapourSynth functions",
"version": "1.9.2",
"project_urls": {
"Contact": "https://discord.gg/XTpc6Fa9eB",
"Source Code": "https://github.com/Jaded-Encoding-Thaumaturgy/vs-dehalo"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3c65aa666b3a33c773386c80d8fc6ef17eb1a9f9f4881a75b8b333a48a05d873",
"md5": "ccef5f7a24c68736c65480f5b882a6ff",
"sha256": "9bd5d4297fbc980f7fd8de2c2eb4e7e473a8c7cbda8704b45fbdb6f83d5412ab"
},
"downloads": -1,
"filename": "vsdehalo-1.9.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ccef5f7a24c68736c65480f5b882a6ff",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 17086,
"upload_time": "2024-12-06T07:08:34",
"upload_time_iso_8601": "2024-12-06T07:08:34.267956Z",
"url": "https://files.pythonhosted.org/packages/3c/65/aa666b3a33c773386c80d8fc6ef17eb1a9f9f4881a75b8b333a48a05d873/vsdehalo-1.9.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "12891b60ae9446274371395f49e1a028b1051e0158d8f4de13cd70e3e427b8b4",
"md5": "851a80091a68d888806e8f23b761ac24",
"sha256": "a8c792fcacd8f5f1b639f31539cad3df3d1057e37f8862c92f456999e96b7a7f"
},
"downloads": -1,
"filename": "vsdehalo-1.9.2.tar.gz",
"has_sig": false,
"md5_digest": "851a80091a68d888806e8f23b761ac24",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 15913,
"upload_time": "2024-12-06T07:08:35",
"upload_time_iso_8601": "2024-12-06T07:08:35.858712Z",
"url": "https://files.pythonhosted.org/packages/12/89/1b60ae9446274371395f49e1a028b1051e0158d8f4de13cd70e3e427b8b4/vsdehalo-1.9.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-06 07:08:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Jaded-Encoding-Thaumaturgy",
"github_project": "vs-dehalo",
"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"
]
]
},
{
"name": "vsaa",
"specs": [
[
">=",
"1.10.0"
]
]
},
{
"name": "vsscale",
"specs": [
[
">=",
"2.1.0"
]
]
},
{
"name": "vsdenoise",
"specs": [
[
">=",
"2.6.0"
]
]
}
],
"lcname": "vsdehalo"
}