A libudev binding
Project description
http://packages.python.org/pyudev
pyudev is a Python and PyQt4 binding for libudev, available under the terms fo the GNU LGPL 2.1 (see COPYING).
Refer to the website for detailed information and API documentation.
Installation
The binding is implemented in pure Python atop of ctypes and contains no native code. The only requirements are Python 2.6 or newer (Python 3.x is not supported as of now) and apipkg. Installation is rather simple, just run:
python setup.py install
apipkg will be installed automatically. To load the module, libudev must be available.
Issues and Feedback
Please report issues, proposals or enhancements to the issue tracker.
Development
Development happens on GitHub. The complete source code is available in a git repository:
git clone git://github.com/lunaryorn/pyudev.git
Feel free to fork the repository. Pull requests and patches are welcome!
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.