Ann: txDBus 1.0 - Native Python implementation of DBus for Twisted

Tom Cocagne tom.cocagne at gmail.com
Thu Jul 5 14:56:58 PDT 2012


For those interested, I've recently released a pure-python
implementation of DBus that's specifically geared for the Twisted
networking library. It's significantly slower than the libdbus binding
(approximately 1/3rd to 1/5th the performance) on the CPython
interpreter but runs at about the same speed as the libdbus bindings
when running on the pypy.

The documentation includes a comprehensive tutorial on how to use the
library as well as a general-purpose overview of the DBus protocol.

https://github.com/cocagne/txdbus

http://pypi.python.org/pypi/txdbus

Cheers,

Tom Cocagne


More information about the dbus mailing list