Python DBus-Next Documentation — dbus-next 0.2.3 documentation (original) (raw)

Overview

Python DBus-Next is a library for the DBus message bus system for interprocess communcation in a Linux desktop or mobile environment.

Desktop application developers can use this library for integrating their applications into desktop environments by implementing common DBus standard interfaces or creating custom plugin interfaces.

Desktop users can use this library to create their own scripts and utilities to interact with those interfaces for customization of their desktop environment.

While other libraries for DBus exist for Python, this library offers the following improvements:

The library offers three core interfaces:

Installation

This library is available on PyPi as dbus-next.

Contributing

Development for this library happens on Github. Report bugs or request features there. Contributions are welcome.

License

This library is available under an MIT License.

© 2019, Tony Crisci