1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: power
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/Kentzo/Power
Vcs-Git: https://salsa.debian.org/python-team/packages/power.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/power
Package: python3-power
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
Provides: ${python3:Provides}
Description: Python module to get power and battery status (Python 3)
This is Python module that allows you to get power and battery status
of the system.
.
Using this module, Python programs which read power status can
be written in platform independent way.
|