python3-dbus

simple interprocess messaging system (Python 3 interface)
  https://www.freedesktop.org/wiki/Software/DBusBindings#Python
  0
  no reviews



D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity.

This package provides a Python 3 interface to D-Bus.

See the dbus description for more information about D-Bus in general.