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.
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 ...