diff options
author | Jon Ware <jon@waremail.net> | 2012-12-28 19:53:10 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-28 19:53:29 +0100 |
commit | 15964ea7da2d16298fc58f2bfdc1752a52de9783 (patch) | |
tree | c79fda4f9ad3011ae76b4d195b204320a9bd0010 /python/pyudev/README | |
parent | 85d946e29130f94e9d0fa5a2bbcff8b6adbb6891 (diff) | |
download | slackbuilds-15964ea7da2d16298fc58f2bfdc1752a52de9783.tar.gz |
python/pyudev: Added (pure Python libudev binding).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/pyudev/README')
-rw-r--r-- | python/pyudev/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/pyudev/README b/python/pyudev/README new file mode 100644 index 0000000000..45748e33cd --- /dev/null +++ b/python/pyudev/README @@ -0,0 +1,10 @@ +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). |