python-dbus-next is a Python library for DBus that aims to be a fully featured high level library primarily geared towards integration of applications into Linux desktop and mobile environments.
Applications that use D-Bus typically connect to a bus daemon, which forwards messages between the applications. To use D-Bus, you need to create a Bus object representing the connection to the bus ...
DBUS is an Inter Process Communication (IPC) system present in linux-based OSs. These are its base characteristics: Is peer-to-peer client-server architecture According to its documentation, "It is ...