python-dbus

Simple interprocess messaging system (Python 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 interface to D-Bus.

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