Metadata-Version: 2.4
Name: ha-iotawattpy
Version: 0.2.1
Summary: Python library for the IoTaWatt Energy device
Project-URL: Homepage, https://pypi.org/project/ha-iotawattpy
Project-URL: Source Code, https://github.com/home-assistant-libs/iotawattpy
Project-URL: Bug Reports, https://github.com/home-assistant-libs/iotawattpy/issues
Author-email: Greg Diehl <greg.diehl.gtd@gmail.com>, Stefan Agner <stefan@agner.ch>
License: GPL-3.0-or-later
License-File: LICENSE
Keywords: energy,home-assistant,iotawatt
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.13
Requires-Dist: httpx>=0.24
Description-Content-Type: text/markdown

![CI](https://github.com/home-assistant-libs/iotawattpy/actions/workflows/ci.yml/badge.svg)

# iotawattpy
 Python interface for the IoTaWatt device

## Releasing

Releases are published to [PyPI](https://pypi.org/project/ha-iotawattpy/)
automatically when a GitHub release is published:

1. Bump the version on `main`: `uv version <new-version>` (updates
   `pyproject.toml` and `uv.lock`), then commit the change.
2. Create a GitHub release with a `v<new-version>` tag (e.g. `v0.2.1`).
3. The release workflow builds the package and uploads it to PyPI using
   trusted publishing. It fails if the tag does not match the project
   version.
