Source: python-energyid-webhooks
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
 python3-setuptools-scm,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-backoff <!nocheck>,
 python3-requests <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/EnergieID/energyid-webhooks-py
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-energyid-webhooks
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-energyid-webhooks.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-energyid-webhooks
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Client for EnergyID webhook APIs
 This library interfaces with EnergyID webhook endpoints for sending energy
 measurement data and related device information. It supports both the older
 webhook format and the newer API used for device provisioning, authentication,
 and claiming.
 .
 It can submit readings such as electricity consumption and solar photovoltaic
 production to EnergyID. The newer interface keeps track of device identity,
 obtains and refreshes authentication tokens, and provides claim information so
 a device can be linked with an EnergyID account before data is sent.
