Skip to main content

A libudev binding

Project description

https://secure.travis-ci.org/pyudev/pyudev.png?branch=develop

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 3 and compatible versions of PyPy. 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 report issues and questions 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/pyudev/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.23.1.tar.gz (87.4 kB view details)

Uploaded Source

Built Distribution

pyudev-0.23.1-py3-none-any.whl (63.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyudev-0.23.1.tar.gz
  • Upload date:
  • Size: 87.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.8.2 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pyudev-0.23.1.tar.gz
Algorithm Hash digest
SHA256 1512e5504cb7effd4c2903c9d0450ff92dfc3a2883c411a86b804a2f9a63f8c1
MD5 0cbaf0eb9a8054205eb61c2de52c94d0
BLAKE2b-256 f399d09ba5fa2fcbefba2993ed876f637ca23109bd89c606f84a4aec70dab5de

See more details on using hashes here.

File details

Details for the file pyudev-0.23.1-py3-none-any.whl.

File metadata

  • Download URL: pyudev-0.23.1-py3-none-any.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.8.2 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pyudev-0.23.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4f5d71b527211a6d74c311a8a21449ad91d34af260a515efb0389e041fc6fc6b
MD5 ceea52d5f3721d5fc5ed1c5c2a6524be
BLAKE2b-256 12d7e9054fc2ead034144c7838aec5cb74a5d5f66e2aa88bd6bab78f2415e4b0

See more details on using hashes here.

Supported by

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