Description
Lets Python software speak the D-Bus protocol without relying on heavier bindings. It is useful for desktop and system tools that need to call services, listen for messages, or integrate with Linux session services.
D-Bus can control parts of the desktop or system depending on the service being called. Applications should request only the methods they need and avoid exposing private session data.