Metadata-Version: 2.4
Name: aioengiebelgium
Version: 0.1.0
Summary: Unofficial asynchronous Python library to interact with the ENGIE Belgium API
Keywords: engie,belgium,energy,api,asyncio,aiohttp,epex,home-assistant
Author: Daan Vervacke
Author-email: Daan Vervacke <daan.vervacke@proton.me>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Home Automation
Classifier: Typing :: Typed
Requires-Dist: aiohttp>=3.14.1
Requires-Python: >=3.14
Project-URL: Homepage, https://github.com/DaanVervacke/aioengiebelgium
Project-URL: Repository, https://github.com/DaanVervacke/aioengiebelgium
Project-URL: Issues, https://github.com/DaanVervacke/aioengiebelgium/issues
Project-URL: Changelog, https://github.com/DaanVervacke/aioengiebelgium/blob/main/CHANGELOG.md
Description-Content-Type: text/markdown

# aioengiebelgium

Unofficial asynchronous Python library to interact with
the ENGIE Belgium API.

Requires Python >= 3.14.

## Install

Not yet on PyPI. Install from git:

```bash
pip install git+https://github.com/DaanVervacke/aioengiebelgium
```

## Development

This project uses [uv](https://docs.astral.sh/uv/) and targets Python 3.14+.

```bash
uv sync
uv run python -m scripts.check
```

## License

MIT, see [LICENSE](LICENSE).
