slackbuilds/python/pyudev
Robby Workman 7bfbb23a3d various: Kill python3-six dep mentions 2021-04-21 00:08:19 -05:00
..
README various: Kill python3-six dep mentions 2021-04-21 00:08:19 -05:00
pyudev.SlackBuild python/pyudev: Updated for version 0.22.0. 2020-02-08 02:02:30 +07:00
pyudev.info python/pyudev: Update DEP. 2021-04-20 21:33:20 +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 the event loops of Qt (pyudev.pyqt4, pyudev.pyside),
  glib (pyudev.glib) or the optional dependency wxPython (pyudev.wx).