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

Package: python3-batinfo
Architecture: all
Description: battery status data from Linux power supply sysfs
 This library reads the Linux kernel power supply information exposed under
 /sys/class/power_supply and represents detected batteries as structured
 objects.
 .
 It reports fields made available by the kernel for each battery, such as
 charge state, remaining capacity, present flag, technology, voltage, current,
 design and full charge values, cycle count, model name, manufacturer, serial
 number, and raw uevent data. The exact set of fields depends on the battery
 and driver.
 .
 It reads from the kernel sysfs power_supply interface, including per-device
 directories for battery entries, and can refresh its cached values to reflect
 the current kernel-reported battery state.
