Jeepney is a pure Python implementation of D-Bus messaging. It has an `I/O-free
`__ 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 `__