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 26 27 28 29 30 31 32 33 34 35
|
Source: pystemd
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexandros Afentoulis <alexaf.dpkg@bloom.re>
Build-Depends: cython3,
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
libsystemd-dev,
pkgconf,
python3-all-dev,
python3-lxml <!nocheck>,
python3-setuptools,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/systemd/pystemd
Vcs-Browser: https://salsa.debian.org/python-team/packages/pystemd
Vcs-Git: https://salsa.debian.org/python-team/packages/pystemd.git
Package: python3-pystemd
Architecture: linux-any
Depends: default-dbus-system-bus | dbus-system-bus,
systemd,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: systemd binding for Python
This library allows you to talk to systemd over D-Bus from Python, without
actually thinking that you are talking to systemd over D-Bus. This allows you
to programmatically start/stop/restart/kill and verify services status from
systemd point of view, avoiding executing `subprocess.Popen(['systemctl', ...`
and then parsing the output to know the result.
|