bernhardkaindl / python-sdbus-systemd

python-sdbus binds for the Systemd D-Bus API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

python-sdbus binds for the Systemd D-Bus API

License:GNU Lesser General Public License v2.1


Languages

Language:Python 99.7%Language:Makefile 0.3%