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
- Type everything: almost done, got a few "type: ignore" to fix
- 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 [email protected]
The easiest way to start, is by opening a CodeSpace here on GitHub, or by using the Dev Container feature of Visual Studio Code.
This Python project uses uv for dependency management and ruff for formatting and linting.
You need at least:
- Python 3.11+
- uv
To install all packages, including all development requirements:
uv syncAs this repository uses the pre-commit framework, all changes are linted and tested with each commit. You can run all checks and tests manually, using the following command:
uv run pre-commit run --all-filesTo run just the Python tests:
uv run pytestThe original setup of this repository is by David Vallée Delisle.
Credits to @frenck for the base container configuration. The license of python-wled can be found in third_party/python-wled/LICENSE.
For a full list of all authors and contributors, check the contributor's page.