From 6a3fa0786008878c3981c5c355b79bd8700f8a45 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Mon, 15 Jul 2024 09:32:38 +0700 Subject: python/python3-pyudev: Added (Python3 of pyudev). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pyudev/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python3-pyudev/README (limited to 'python/python3-pyudev/README') 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). -- cgit v1.2.3