Source: pystemd Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Alexandros Afentoulis Build-Depends: cython3, debhelper-compat (= 13), dh-python, dh-sequence-python3, libsystemd-dev, pkg-config, python3-all-dev, python3-lxml , python3-mock , python3-setuptools, python3-six 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: dbus, 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.