aiovlc


Nameaiovlc JSON
Version 0.6.6 PyPI version JSON
download
home_pageNone
SummaryControl VLC over telnet connection using asyncio
upload_time2025-02-27 22:42:15
maintainerNone
docs_urlNone
authorMartin Hjelmare
requires_python<4.0,>=3.11
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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&amp;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": null,
    "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/a7/4f/8f24bd02c83bd0aeb6bc3f81ae7415dd4406ccfbcc5f8891118c3999ef0d/aiovlc-0.6.6.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&amp;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.6",
    "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",
        "Repository": "https://github.com/MartinHjelmare/aiovlc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "abcb0617f9c9b1ec186e3ecc133c8d9301740b7720723b3f247398265fb7eae4",
                "md5": "e83b1c493087fb46bcc12137a3b0c991",
                "sha256": "18a9ab1f6e226173e0e63829c9732c16e8315b04494a4ebbb1d91330bf871510"
            },
            "downloads": -1,
            "filename": "aiovlc-0.6.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e83b1c493087fb46bcc12137a3b0c991",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 12882,
            "upload_time": "2025-02-27T22:42:02",
            "upload_time_iso_8601": "2025-02-27T22:42:02.396349Z",
            "url": "https://files.pythonhosted.org/packages/ab/cb/0617f9c9b1ec186e3ecc133c8d9301740b7720723b3f247398265fb7eae4/aiovlc-0.6.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a74f8f24bd02c83bd0aeb6bc3f81ae7415dd4406ccfbcc5f8891118c3999ef0d",
                "md5": "eff4e013edc2f92f08a377d8e2726a63",
                "sha256": "bf16120f2d0c67dfbfc7f0f883e02e7d2cf69a0560e9f9d2aa29f1f22ee5a4a6"
            },
            "downloads": -1,
            "filename": "aiovlc-0.6.6.tar.gz",
            "has_sig": false,
            "md5_digest": "eff4e013edc2f92f08a377d8e2726a63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 12059,
            "upload_time": "2025-02-27T22:42:15",
            "upload_time_iso_8601": "2025-02-27T22:42:15.045704Z",
            "url": "https://files.pythonhosted.org/packages/a7/4f/8f24bd02c83bd0aeb6bc3f81ae7415dd4406ccfbcc5f8891118c3999ef0d/aiovlc-0.6.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-27 22:42:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MartinHjelmare",
    "github_project": "aiovlc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aiovlc"
}
        
Elapsed time: 1.49858s