aboutsummaryrefslogtreecommitdiff
path: root/python/pyudev/README
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-07-19 19:25:30 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-20 18:05:43 +0700
commitec484d107f4301e6dfde6eb91087d468154eb400 (patch)
tree4d26f85c82543a6d64fcb1a2a9bc4358c3515a6f /python/pyudev/README
parent84cbf1cf8caa7e0b9a925644b87da701377185eb (diff)
python/pyudev: Removed (rename to python3-pyudev)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyudev/README')
-rw-r--r--python/pyudev/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/python/pyudev/README b/python/pyudev/README
deleted file mode 100644
index 4634587d26..0000000000
--- a/python/pyudev/README
+++ /dev/null
@@ -1,10 +0,0 @@
-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).