diff options
| author | Isaac Yu <isaacyu@protonmail.com> | 2024-07-15 09:32:38 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-15 10:42:04 +0700 |
| commit | 6a3fa0786008878c3981c5c355b79bd8700f8a45 (patch) | |
| tree | 3a94a1368baa4eaf065cc7ab45d43fec55f591c6 /python/python3-pyudev/README | |
| parent | 393b31e404c10ecc0d51e5c8ad7ad9938a049be2 (diff) | |
python/python3-pyudev: Added (Python3 of pyudev).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyudev/README')
| -rw-r--r-- | python/python3-pyudev/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-pyudev/README b/python/python3-pyudev/README new file mode 100644 index 0000000000..4634587d26 --- /dev/null +++ b/python/python3-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 Qt event loops (pyudev.pyqt4, pyudev.pyside), + glib (pyudev.glib) or the optional dependency wxPython (pyudev.wx). |
