Name | lvsfunc JSON |
Version |
0.8.1
JSON |
| download |
home_page | |
Summary | Light's Vapoursynth Functions. |
upload_time | 2023-10-15 15:13:22 |
maintainer | LightArrowsEXE |
docs_url | None |
author | LightArrowsEXE |
requires_python | >=3.10 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# lvsfunc
<p align="center">
<a href="https://lvsfunc.encode.moe"><img alt="Read the Docs" src="https://img.shields.io/readthedocs/lvsfunc"></a>
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/lvsfunc">
<a href="https://pypi.org/project/lvsfunc/"><img alt="PyPI" src="https://img.shields.io/pypi/v/lvsfunc"></a>
<a href="https://github.com/Irrational-Encoding-Wizardry/lvsfunc/commits/master"><img alt="GitHub commits since tagged version" src="https://img.shields.io/github/commits-since/Irrational-Encoding-Wizardry/lvsfunc/latest"></a>
<a href="https://github.com/Irrational-Encoding-Wizardry/lvsfunc/blob/master/LICENSE"><img alt="PyPI - License" src="https://img.shields.io/pypi/l/lvsfunc"></a>
<a href="https://discord.gg/qxTxVJGtst"><img alt="Discord" src="https://img.shields.io/discord/856381934052704266?label=discord"></a>
<img alt="downloads" src="https://static.pepy.tech/personalized-badge/lvsfunc?period=total&units=international_system&left_color=grey&right_color=blue&left_text=downloads">
</p>
A collection of VapourSynth functions and wrappers
written and/or modified by LightArrowsEXE.
Full information on how every function/wrapper works,
as well as a list of dependencies and links,
can be found in the [documentation](https://lvsfunc.encode.moe/en/latest/).
For further support,
drop by `#lvsfunc` in the [IEW Discord server](https://discord.gg/qxTxVJGtst).
## How to install
If you have the old `lvsfunc.py` module,
remove that from your system first.
Install `lvsfunc` with the following command:
```sh
$ pip3 install lvsfunc --no-cache-dir -U
```
Or if you want the latest git version, install it with this command:
```sh
$ pip3 install git+https://github.com/Irrational-Encoding-Wizardry/lvsfunc.git --no-cache-dir -U
```
## Usage
After installation, functions can be loaded and used as follows:
```py
import lvsfunc as lvf
aa = lvf.aa.clamp_aa(...)
comp = lvf.comparison.compare(...)
...
```
## Disclaimer
Anything **MAY** change at any time.
The public API **SHOULD NOT** be considered stable.
If you use lvsfunc in any of your projects,
consider hardcoding a version requirement.
Raw data
{
"_id": null,
"home_page": "",
"name": "lvsfunc",
"maintainer": "LightArrowsEXE",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "LightArrowsReboot@gmail.com",
"keywords": "",
"author": "LightArrowsEXE",
"author_email": "LightArrowsReboot@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/3c/21/1917d29f42a49ac332fa31fb0a71776a5f1010f129869e376806d9507750/lvsfunc-0.8.1.tar.gz",
"platform": null,
"description": "# lvsfunc\n\n<p align=\"center\">\n <a href=\"https://lvsfunc.encode.moe\"><img alt=\"Read the Docs\" src=\"https://img.shields.io/readthedocs/lvsfunc\"></a>\n <img alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/lvsfunc\">\n <a href=\"https://pypi.org/project/lvsfunc/\"><img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/lvsfunc\"></a>\n <a href=\"https://github.com/Irrational-Encoding-Wizardry/lvsfunc/commits/master\"><img alt=\"GitHub commits since tagged version\" src=\"https://img.shields.io/github/commits-since/Irrational-Encoding-Wizardry/lvsfunc/latest\"></a>\n <a href=\"https://github.com/Irrational-Encoding-Wizardry/lvsfunc/blob/master/LICENSE\"><img alt=\"PyPI - License\" src=\"https://img.shields.io/pypi/l/lvsfunc\"></a>\n <a href=\"https://discord.gg/qxTxVJGtst\"><img alt=\"Discord\" src=\"https://img.shields.io/discord/856381934052704266?label=discord\"></a>\n <img alt=\"downloads\" src=\"https://static.pepy.tech/personalized-badge/lvsfunc?period=total&units=international_system&left_color=grey&right_color=blue&left_text=downloads\">\n</p>\n\nA collection of VapourSynth functions and wrappers\nwritten and/or modified by LightArrowsEXE.\nFull information on how every function/wrapper works,\nas well as a list of dependencies and links,\ncan be found in the [documentation](https://lvsfunc.encode.moe/en/latest/).\nFor further support,\ndrop by `#lvsfunc` in the [IEW Discord server](https://discord.gg/qxTxVJGtst).\n\n## How to install\n\nIf you have the old `lvsfunc.py` module,\nremove that from your system first.\n\nInstall `lvsfunc` with the following command:\n\n```sh\n$ pip3 install lvsfunc --no-cache-dir -U\n```\n\nOr if you want the latest git version, install it with this command:\n\n```sh\n$ pip3 install git+https://github.com/Irrational-Encoding-Wizardry/lvsfunc.git --no-cache-dir -U\n```\n\n## Usage\n\nAfter installation, functions can be loaded and used as follows:\n\n```py\nimport lvsfunc as lvf\n\naa = lvf.aa.clamp_aa(...)\ncomp = lvf.comparison.compare(...)\n...\n```\n\n## Disclaimer\n\nAnything **MAY** change at any time.\nThe public API **SHOULD NOT** be considered stable.\nIf you use lvsfunc in any of your projects,\nconsider hardcoding a version requirement.\n",
"bugtrack_url": null,
"license": "",
"summary": "Light's Vapoursynth Functions.",
"version": "0.8.1",
"project_urls": {
"Contact": "https://discord.gg/qxTxVJGtst",
"Documentation": "https://lvsfunc.encode.moe/en/latest/",
"Source Code": "https://github.com/Irrational-Encoding-Wizardry/lvsfunc"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5b699ea106d7b26871cf3127b938074a3341564bf7028bd6f7ee8ed3118aba5c",
"md5": "8ff9183f5a2430ec1934e356ae4e2def",
"sha256": "0b4a7f7ea3fe493982e53d1ef624d87707660b8b27ba717e6fce2eb070859611"
},
"downloads": -1,
"filename": "lvsfunc-0.8.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8ff9183f5a2430ec1934e356ae4e2def",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 21351,
"upload_time": "2023-10-15T15:13:21",
"upload_time_iso_8601": "2023-10-15T15:13:21.246389Z",
"url": "https://files.pythonhosted.org/packages/5b/69/9ea106d7b26871cf3127b938074a3341564bf7028bd6f7ee8ed3118aba5c/lvsfunc-0.8.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3c211917d29f42a49ac332fa31fb0a71776a5f1010f129869e376806d9507750",
"md5": "59cda7ea517f60e58069e0c399422391",
"sha256": "722890e1fa111bd4166d3201ed88dfefedd63f2ca1c8b0b6f1aca8f81c821d99"
},
"downloads": -1,
"filename": "lvsfunc-0.8.1.tar.gz",
"has_sig": false,
"md5_digest": "59cda7ea517f60e58069e0c399422391",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 19757,
"upload_time": "2023-10-15T15:13:22",
"upload_time_iso_8601": "2023-10-15T15:13:22.500746Z",
"url": "https://files.pythonhosted.org/packages/3c/21/1917d29f42a49ac332fa31fb0a71776a5f1010f129869e376806d9507750/lvsfunc-0.8.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-15 15:13:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Irrational-Encoding-Wizardry",
"github_project": "lvsfunc",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "lvsfunc"
}