Project: jeepney

Low-level, pure Python DBus protocol wrapper.

Project Details

Latest version
0.8.0
Home Page
https://gitlab.com/takluyver/jeepney
PyPI Page
https://pypi.org/project/jeepney/

Project Popularity

PageRank
0.004688226633972041
Number of downloads
21758717

Jeepney is a pure Python implementation of D-Bus messaging. It has an I/O-free <https://sans-io.readthedocs.io/>__ core, and integration modules for different event loops.

D-Bus is an inter-process communication system, mainly used in Linux.

To install Jeepney::

pip install jeepney

Jeepney docs on Readthedocs <https://jeepney.readthedocs.io/en/latest/>__