Skip to content

bernhardkaindl/python-sdbus-systemd

Repository files navigation

Documentation Status

Systemd binds for python-sdbus

Makes the interfaces and objects of the Systemd D-Bus API accessible.

More info on the D-Bus API of systemd: http://0pointer.net/blog/the-new-sd-bus-api-of-systemd.html

Requirements

  • python-sdbus version 0.10.2 or newer

See python-sdbus requirements.

Installation

pip install --only-binary ':all:' sdbus-systemd

This is a sub-project of python-sdbus.

See the python-sdbus documentation.

Please refer to it for all further information like dependencies and installation.