index modules | next | previous | pyudev 0.17 documentation » User guide ¶ This guide gives an introduction in how to use pyudev for common operations like device enumeration or monitoring: Contents User guide Getting started A note on versioning Enumerating devices Accessing individual devices directly Querying device information Examing the device hierarchy Monitoring devices Synchronous monitoring Asynchronous monitoring GUI toolkit integration A detailled reference is provided in the API documentation . Getting started ¶ Import pyudev and verify that you’re using the latest version: >>> import pyudev >>> pyudev . __version__ u'0.16' >>> pyudev . udev_version () 181 This prints the version of pyudev itself and of the underlying libudev . A note on versioning ¶ pyudev supports libudev 151 or newer, but still tries to cover the most recent libude...