Source: python-essent-dynamic-pricing
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-hatchling,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-mashumaro <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/jaapp/py-essent-dynamic-pricing
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-essent-dynamic-pricing
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-essent-dynamic-pricing.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-essent-dynamic-pricing
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Client for Essent dynamic energy price data
 This library retrieves dynamic electricity and gas tariff data from Essent's
 public pricing API and presents it in a normalized form for other software to
 consume.
 .
 It provides electricity prices and, when available from the service, gas
 prices. Returned tariff periods include start and end times as timezone-aware
 datetimes in the Europe/Amsterdam timezone, which helps preserve the timing of
 tariff changes.
 .
 The package talks to Essent's public dynamic price API and converts the
 response into structured price data, including values such as minimum and
 maximum prices and the unit used for each energy type.
