slackbuilds/python/pyudev
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README python/pyudev: Added (pure Python libudev binding). 2012-12-28 19:53:29 +01:00
pyudev.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
pyudev.info python/pyudev: sed s,distribute,pysetuptools, *.info 2013-07-14 17:08:15 -05:00
slack-desc python/pyudev: Added (pure Python libudev binding). 2012-12-28 19:53:29 +01:00

README

pyudev is an LGPL licensed, pure Python 2/3 binding to libudev, the device and
hardware management and information library of Linux.

Almost the complete libudev functionality is exposed. You can:

- Enumerate devices, filtered by specific criteria (pyudev.Context)
- Query device information, properties and attributes,
- Monitor devices, both synchronously and asynchronously with background 
  threads, or within the event loops of Qt (pyudev.pyqt4, pyudev.pyside), 
  glib (pyudev.glib) or the optional dependency wxPython (pyudev.wx).