An alternate interface to D-BUS supporting evented IO
Project description
Overview
Python-dbusx is a alternative Python interface for D-BUS that supports evented IO. It builds directly on top of libdbus and has no other dependencies.
Building and Installing
$ python setup.py build $ sudo python setup.py install
Requirements
Python 2.6, 2.7 or 3.3.
To use evented IO, you need an event loop adater that supports the EventLoop interface from the upcoming PEP 3156. The looping package provides adapters for libev and libuv. See https://github.com/geertj/looping.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-dbusx-0.9.tar.gz
(40.7 kB
view hashes)
Comments and Suggestion
Feel free to add an issue on the Github site. Also feel free to send me an email on geertj@gmail.com.