Metadata-Version: 2.1
Name: aioslimproto
Version: 2.3.3
Summary: Python module to talk to Logitech Squeezebox players directly (without Logitech server).
Author-email: Marcel van der Veldt <marcelveldt@users.noreply.github.com>
License: Apache-2.0
Platform: any
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: async-timeout
Requires-Dist: pillow
Provides-Extra: test
Requires-Dist: black (==23.7.0) ; extra == 'test'
Requires-Dist: codespell (==2.2.5) ; extra == 'test'
Requires-Dist: mypy (==1.4.1) ; extra == 'test'
Requires-Dist: ruff (==0.0.280) ; extra == 'test'
Requires-Dist: pytest (==7.4.0) ; extra == 'test'
Requires-Dist: pytest-asyncio (==0.21.1) ; extra == 'test'
Requires-Dist: pytest-aiohttp (==1.0.4) ; extra == 'test'
Requires-Dist: pytest-cov (==4.1.0) ; extra == 'test'
Requires-Dist: pre-commit (==3.3.3) ; extra == 'test'
Requires-Dist: pylint (==2.17.4) ; extra == 'test'

aioslimproto
==================================

[![pypi_badge](https://img.shields.io/pypi/v/aioslimproto.svg)](https://pypi.python.org/pypi/aioslimproto)

**AIOSlimProto**


SLIMProto implementation in async python allows you to control squeezebox players (and compatibles)

Requires Python 3.10+ and uses asyncio.

For usage examples, see the examples folder.
