# aiovlc
<p align="center">
<a href="https://github.com/MartinHjelmare/aiovlc/actions/workflows/ci.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/MartinHjelmare/aiovlc/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://aiovlc.readthedocs.io">
<img src="https://img.shields.io/readthedocs/aiovlc.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
</a>
<a href="https://codecov.io/gh/MartinHjelmare/aiovlc">
<img src="https://img.shields.io/codecov/c/github/MartinHjelmare/aiovlc.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
</a>
</p>
<p align="center">
<a href="https://python-poetry.org/">
<img src="https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json" alt="Poetry">
</a>
<a href="https://github.com/astral-sh/ruff">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">
</a>
<a href="https://github.com/pre-commit/pre-commit">
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
</a>
</p>
<p align="center">
<a href="https://pypi.org/project/aiovlc/">
<img src="https://img.shields.io/pypi/v/aiovlc.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
</a>
<img src="https://img.shields.io/pypi/pyversions/aiovlc.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/l/aiovlc.svg?style=flat-square" alt="License">
</p>
---
**Documentation**: <a href="https://aiovlc.readthedocs.io" target="_blank">https://aiovlc.readthedocs.io </a>
**Source Code**: <a href="https://github.com/MartinHjelmare/aiovlc" target="_blank">https://github.com/MartinHjelmare/aiovlc </a>
---
Control VLC over telnet connection using asyncio
## Installation
Install this via pip (or your favourite package manager):
`pip install aiovlc`
## Credits
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
Raw data
{
"_id": null,
"home_page": "https://github.com/MartinHjelmare/aiovlc",
"name": "aiovlc",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": null,
"author": "Martin Hjelmare",
"author_email": "marhje52@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/62/90/e83e5233d92d73a0b8a012d252f053309aacad5ca558f6de5aecdb09da85/aiovlc-0.6.5.tar.gz",
"platform": null,
"description": "# aiovlc\n\n<p align=\"center\">\n <a href=\"https://github.com/MartinHjelmare/aiovlc/actions/workflows/ci.yml?query=branch%3Amain\">\n <img src=\"https://img.shields.io/github/actions/workflow/status/MartinHjelmare/aiovlc/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n </a>\n <a href=\"https://aiovlc.readthedocs.io\">\n <img src=\"https://img.shields.io/readthedocs/aiovlc.svg?logo=read-the-docs&logoColor=fff&style=flat-square\" alt=\"Documentation Status\">\n </a>\n <a href=\"https://codecov.io/gh/MartinHjelmare/aiovlc\">\n <img src=\"https://img.shields.io/codecov/c/github/MartinHjelmare/aiovlc.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://python-poetry.org/\">\n <img src=\"https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\" alt=\"Poetry\">\n </a>\n <a href=\"https://github.com/astral-sh/ruff\">\n <img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\" alt=\"Ruff\">\n </a>\n <a href=\"https://github.com/pre-commit/pre-commit\">\n <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://pypi.org/project/aiovlc/\">\n <img src=\"https://img.shields.io/pypi/v/aiovlc.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n </a>\n <img src=\"https://img.shields.io/pypi/pyversions/aiovlc.svg?style=flat-square&logo=python&logoColor=fff\" alt=\"Supported Python versions\">\n <img src=\"https://img.shields.io/pypi/l/aiovlc.svg?style=flat-square\" alt=\"License\">\n</p>\n\n---\n\n**Documentation**: <a href=\"https://aiovlc.readthedocs.io\" target=\"_blank\">https://aiovlc.readthedocs.io </a>\n\n**Source Code**: <a href=\"https://github.com/MartinHjelmare/aiovlc\" target=\"_blank\">https://github.com/MartinHjelmare/aiovlc </a>\n\n---\n\nControl VLC over telnet connection using asyncio\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install aiovlc`\n\n## Credits\n\nThis package was created with\n[Copier](https://copier.readthedocs.io/) and the\n[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)\nproject template.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Control VLC over telnet connection using asyncio",
"version": "0.6.5",
"project_urls": {
"Bug Tracker": "https://github.com/MartinHjelmare/aiovlc/issues",
"Changelog": "https://github.com/MartinHjelmare/aiovlc/blob/main/CHANGELOG.md",
"Documentation": "https://aiovlc.readthedocs.io",
"Homepage": "https://github.com/MartinHjelmare/aiovlc",
"Repository": "https://github.com/MartinHjelmare/aiovlc"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "12c32dd1e673323a366e5763529044e37a7102c2faddf6b05bab5c21de92e7d7",
"md5": "773d35cc0ab4ad8fd03f1ffe0b0044e2",
"sha256": "68cd2bd29535eef5e512d0285ec997df251234b3e02030b5a82dab4846029878"
},
"downloads": -1,
"filename": "aiovlc-0.6.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "773d35cc0ab4ad8fd03f1ffe0b0044e2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 12889,
"upload_time": "2024-12-04T23:30:55",
"upload_time_iso_8601": "2024-12-04T23:30:55.631112Z",
"url": "https://files.pythonhosted.org/packages/12/c3/2dd1e673323a366e5763529044e37a7102c2faddf6b05bab5c21de92e7d7/aiovlc-0.6.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6290e83e5233d92d73a0b8a012d252f053309aacad5ca558f6de5aecdb09da85",
"md5": "96cf28c80b1991f94a2bb2aa3f9a09ac",
"sha256": "d4e416507558857713a8373fb248bb2bb84eb5f5fcaf06992ffea48ba6acedb5"
},
"downloads": -1,
"filename": "aiovlc-0.6.5.tar.gz",
"has_sig": false,
"md5_digest": "96cf28c80b1991f94a2bb2aa3f9a09ac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 12557,
"upload_time": "2024-12-04T23:30:57",
"upload_time_iso_8601": "2024-12-04T23:30:57.546455Z",
"url": "https://files.pythonhosted.org/packages/62/90/e83e5233d92d73a0b8a012d252f053309aacad5ca558f6de5aecdb09da85/aiovlc-0.6.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-04 23:30:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MartinHjelmare",
"github_project": "aiovlc",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "aiovlc"
}