internal/tools/: jeepney-0.8.0 metadata and description

Homepage Simple index

Low-level, pure Python DBus protocol wrapper.

author Thomas Kluyver
author_email thomas@kluyver.me.uk
classifiers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 3
  • Topic :: Desktop Environment
description_content_type text/x-rst
project_urls
  • Documentation, https://jeepney.readthedocs.io/en/latest/
provides_extras trio
requires_dist
  • pytest ; extra == "test"
  • pytest-trio ; extra == "test"
  • pytest-asyncio >=0.17 ; extra == "test"
  • testpath ; extra == "test"
  • trio ; extra == "test"
  • async-timeout ; extra == "test"
  • trio ; extra == "trio"
  • async_generator ; extra == "trio" and ( python_version == '3.6')
requires_python >=3.7
File Tox results History
jeepney-0.8.0-py3-none-any.whl
Size
47 KB
Type
Python Wheel
Python
3
jeepney-0.8.0.tar.gz
Size
104 KB
Type
Source

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