pyudev package¶
Subpackages¶
Submodules¶
Module contents¶
A binding to libudev.
The Context
provides the connection to the udev device database
and enumerates devices. Individual devices are represented by the
Device
class.
Device monitoring is provided by Monitor
and
MonitorObserver
. With pyudev.pyqt4
, pyudev.pyside
,
pyudev.glib
and pyudev.wx
device monitoring can be integrated
into the event loop of various GUI toolkits.