Metadata-Version: 2.4
Name: bskzephyr
Version: 1.0.2
Summary: Asynchronous library to control BSK Zephyr heat recovery devices using BSK Connect APIs.
Project-URL: Repository, https://github.com/andersonshatch/bskzephyr
Project-URL: Issues, https://github.com/andersonshatch/bskzephyr/issues
Author-email: Josh Anderson <andersonshatch@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: aiohttp
Requires-Dist: pydantic>=2.10.6
Description-Content-Type: text/markdown

# BSK Zephyr Python Library
Asynchronous Python library to control BSK Zephyr heat recovery devices using BSK Connect APIs. Published to PyPI `pip install bskzephyr` - https://pypi.org/project/bskzephyr/

Currently exposes mininmal set of API calls to support the Home Assistant custom component, [hass-bskzephyr](https://github.com/andersonshatch/hass-bskzephyr).

See [`test_bsk_zephyr.py`](test_bsk_zephyr.py) for some example use.
