Skip to main content

A libudev binding

Project description

https://secure.travis-ci.org/lunaryorn/pyudev.png

http://pyudev.readthedocs.org

pyudev is a LGPL licensed, pure Python binding for libudev, the device and hardware management and information library for Linux. It supports almost all libudev functionality. You can enumerate devices, query device properties and attributes or monitor devices, including asynchronous monitoring with threads, or within the event loops of Qt, Glib or wxPython.

The binding supports CPython 2 (2.6 or newer) and 3 (3.1 or newer), and PyPy 1.5 or newer. It is tested against udev 151 or newer, earlier versions of udev as found on dated Linux systems may work, but are not officially supported.

Usage

Usage of pyudev is quite simply thanks to the power of the underlying udev library. Getting the labels of all partitions just takes a few lines:

>>> import pyudev
>>> context = pyudev.Context()
>>> for device in context.list_devices(subsystem='block', DEVTYPE='partition'):
...     print(device.get('ID_FS_LABEL', 'unlabeled partition'))
...
boot
swap
system

The website provides a detailed user guide and a complete API reference.

Support

Please ask questions about pyudev on the mailing list at pyudev@librelist.com. To join this list, send a mail to pyudev@librelist.com and reply to the confirmation email.

Please report issues to the issue tracker, but respect the following guidelines:

  • Check that the issue has not already been reported.

  • Check that the issue is not already fixed in the master branch.

  • Open issues with clear title and a detailed description in grammatically correct, complete sentences.

  • Include the Python version and the udev version (see udevadm --version) in the description of your issue.

Development

The source code is hosted on GitHub:

git clone git://github.com/lunaryorn/pyudev.git

Please fork the repository and send pull requests with your fixes or new features, but respect the following guidelines:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyudev-0.16.tar.gz (38.9 kB view details)

Uploaded Source

File details

Details for the file pyudev-0.16.tar.gz.

File metadata

  • Download URL: pyudev-0.16.tar.gz
  • Upload date:
  • Size: 38.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyudev-0.16.tar.gz
Algorithm Hash digest
SHA256 03b15579add3ea29bf495badae956ecddbb176372c64b31ec11e66c7657b0406
MD5 e89b2be992d332881d6040f8605a9690
BLAKE2b-256 32987f073bbfdb2ca1dd8059cd86192b5c16a60ff36d692008675859a2cbe2c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page