Merge from vendor branch NTF:
[pkgsrcv2.git] / sysutils / py-dbus / DESCR
1 D-BUS is a message bus, used for sending messages between applications.
2 Conceptually, it fits somewhere in between raw sockets and CORBA in terms
3 of complexity.
4
5 D-BUS supports broadcast messages, asynchronous messages (thus decreasing
6 latency), authentication, and more.  It is designed to be low-overhead;
7 messages are sent using a binary protocol, not using XML.  D-BUS also
8 supports a method call mapping for its messages, but it is not required;
9 this makes using the system quite simple.
10
11 This package provides the Python D-BUS bindings.