diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:20:05 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:59 -0400 |
commit | 9218028eaff4e247c56589bc74f03542ee5d3f39 (patch) | |
tree | b9cb85c2a3ae66295e53f51b08b5184ea82e4296 /python | |
parent | 779e0457637eac342ea8c1207cc37a71cca2b4d7 (diff) | |
download | slackbuilds-9218028eaff4e247c56589bc74f03542ee5d3f39.tar.gz |
python/pyudev: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/pyudev/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyudev/README b/python/pyudev/README index 2c76339b75..4634587d26 100644 --- a/python/pyudev/README +++ b/python/pyudev/README @@ -1,10 +1,10 @@ -pyudev is an LGPL licensed, pure Python 2/3 binding to libudev, the device and -hardware management and information library of Linux. +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), + threads, or within Qt event loops (pyudev.pyqt4, pyudev.pyside), glib (pyudev.glib) or the optional dependency wxPython (pyudev.wx). |