Metadata-Version: 2.4
Name: aioampio
Version: 1.0.0
Summary: Python module to talk to Ampio devices.
Author-email: Klaudiusz Staniek <kstaniek@gmail.com>
License: Apache-2.0
Platform: any
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-can
Requires-Dist: can-waveshare
Requires-Dist: pydantic>=2.6
Requires-Dist: dacite
Provides-Extra: test
Requires-Dist: codespell==2.4.1; extra == "test"
Requires-Dist: mypy==1.18.1; extra == "test"
Requires-Dist: pre-commit==4.3.0; extra == "test"
Requires-Dist: pre-commit-hooks==6.0.0; extra == "test"
Requires-Dist: pylint==3.3.8; extra == "test"
Requires-Dist: pytest==8.4.2; extra == "test"
Requires-Dist: pytest-asyncio==1.2.0; extra == "test"
Requires-Dist: pytest-aiohttp==1.1.0; extra == "test"
Requires-Dist: pytest-cov==7.0.0; extra == "test"
Requires-Dist: ruff==0.12.11; extra == "test"
Requires-Dist: safety==3.6.1; extra == "test"
Dynamic: license-file

# Aioampio

## Asynchronous library to control Ampio Devices

Requires Python 3.12+ and uses asyncio.

For usage examples, see the examples folder.

It is used by Ampio Home Assistance custom component.
