Metadata-Version: 2.1
Name: aiolyric
Version: 2.0.1
Summary: Python package for the Honeywell Lyric Platform
Home-page: https://github.com/timmo001/aiolyric
Author: Aidan Timson (Timmo)
Author-email: aidan@timmo.dev
License: Apache-2.0
Keywords: aiolyric,api,async,asyncio,honeywell lyric,honeywell,lyric,integration
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: incremental >=22.10.0
Requires-Dist: aiohttp >=3.8.5 ; python_version < "3.12"
Requires-Dist: aiohttp >=3.9.0b0 ; python_version >= "3.12"

# aiolyric

Python package for the Honeywell Lyric Platform.

## Attributions / Contributions

- [@bramkragten](https://github.com/bramkragten) for the original implementation. Referenced his [package](https://github.com/bramkragten/python-lyric) quite a bit whilst writing this one.
- [@ludeeus](https://github.com/ludeeus) for his generator class. Made reading json into objects super simple. :tada:
- [Everyone else](https://github.com/timmo001/aiolyric/graphs/contributors). Thanks for the help!
