Metadata-Version: 2.1 Name: aiovlc Version: 0.5.1 Summary: Control VLC over telnet connection using asyncio Home-page: https://github.com/MartinHjelmare/aiovlc License: Apache-2.0 Author: Martin Hjelmare Author-email: marhje52@gmail.com Requires-Python: >=3.11,<4.0 Classifier: Development Status :: 3 - Alpha Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Apache Software License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Topic :: Software Development :: Libraries Requires-Dist: rich (>=10) Requires-Dist: typer[all] (>=0.12.0,<0.13.0) Project-URL: Bug Tracker, https://github.com/MartinHjelmare/aiovlc/issues Project-URL: Changelog, https://github.com/MartinHjelmare/aiovlc/blob/main/CHANGELOG.md Project-URL: Documentation, https://aiovlc.readthedocs.io Project-URL: Repository, https://github.com/MartinHjelmare/aiovlc Description-Content-Type: text/markdown # aiovlc

CI Status Documentation Status Test coverage percentage

Poetry Ruff pre-commit

PyPI Version Supported Python versions License

--- **Documentation**: https://aiovlc.readthedocs.io **Source Code**: https://github.com/MartinHjelmare/aiovlc --- 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.