Metadata-Version: 2.1
Name: python-hilo
Version: 2024.2.2
Summary: A Python3, async interface to the Hilo API
Home-page: https://github.com/dvd-dev/python-hilo
License: MIT
Author: David Vallee Delisle
Author-email: me@dvd.dev
Maintainer: David Vallee Delisle
Maintainer-email: me@dvd.dev
Requires-Python: >=3.9.0,<4.0.0
Classifier: Framework :: aiohttp
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Home Automation
Requires-Dist: aiohttp (>=3.8.0)
Requires-Dist: aiosignal (>=1.2.0)
Requires-Dist: async-timeout (>=4.0.0)
Requires-Dist: attrs (>=21.2.0)
Requires-Dist: backoff (>=1.11.1)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: ruyaml (>=0.91.0)
Requires-Dist: voluptuous (>=0.13.1)
Requires-Dist: websockets (>=8.1,<12.0)
Project-URL: Repository, https://github.com/dvd-dev/python-hilo
Description-Content-Type: text/markdown

# python-hilo

`python-hilo` (aka `pyhilo`) is a Python 3.11, `asyncio`-driven interface to the unofficial
Hilo API from Hydro Quebec. This is meant to be integrated into Home Assistant but can also
be used as a standalone library.

Home assistant integration is available [here](https://github.com/dvd-dev/hilo)

## TODO
- Type everything: almost done, got a few "type: ignore" to fix

## Later?
- Full docstrings and doc generation
- Unit testing
- Functional testing

If anyone wants to contribute, feel free to submit a PR. If you'd like to sync up first, you can
fire me an email me@dvd.dev

