slackbuilds/python/pyudev
Isaac Yu b302a62c8a
python/pyudev: Update maintainer's email
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-06-04 23:14:04 +07:00
..
README python/pyudev: Wrap README at 72 columns. 2022-03-17 12:37:59 -04:00
pyudev.SlackBuild python/pyudev: Update maintainer's email 2023-06-04 23:14:04 +07:00
pyudev.info python/pyudev: Update maintainer's email 2023-06-04 23:14:04 +07:00
slack-desc

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 Qt event loops (pyudev.pyqt4, pyudev.pyside),
  glib (pyudev.glib) or the optional dependency wxPython (pyudev.wx).