Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
/ bios_pnp Public archive

Very simple module that enumerates Legacy Plug and Play devices

License

Notifications You must be signed in to change notification settings

nicholasbishop/bios_pnp

Repository files navigation

bios_pnp

⚠️ This package is no longer maintained and the repository has been archived. If you are interested in taking over the package, feel free to contact me: <nbishop@nbishop.net>.

Very simple module that enumerates Legacy Plug and Play devices.

Currently only Linux is supported. The data is sourced from the sysfs file system.

Example:

>>> from bios_pnp import pnp
>>> print(list(pnp.get_all_pnp_devices_from_sysfs()))
[Device(ids=[DeviceId(vendor=PNP, product=0x0b0, revision=0x0)])]

License

Apache 2.0

About

Very simple module that enumerates Legacy Plug and Play devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published