Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / py-dbus / DESCR
blob07747fd139be3be32f205450d39c21e92183b1ba
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.
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.
11 This package provides the Python D-BUS bindings.