jeepney

Low-level, pure Python DBus protocol wrapper.

14 个版本 Python >=3.7
安装
pip install jeepney
poetry add jeepney
pipenv install jeepney
conda install jeepney
描述

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/>__

版本列表
0.9.0 2025-02-27
0.8.0 2022-04-03
0.7.1 2021-07-28
0.7.0 2021-07-10
0.6.0 2020-11-19
0.5.0 2020-11-10
0.4.3 2020-03-04
0.4.2 2020-01-03
0.4.1 2019-08-11
0.4 2018-09-24
0.3.1 2017-05-29
0.3 2017-05-29
0.2 2017-05-28
0.1 2017-02-26