Metadata-Version: 2.0
Name: bios-pnp
Version: 1.0.1
Summary: Very simple module that enumerates Legacy Plug and Play devices
Home-page: https://github.com/nicholasbishop/bios_pnp
Author: Nicholas Bishop
Author-email: nicholasbishop@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Requires-Dist: attrs (>=16.0.0)

========
bios_pnp
========

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=176, revision=0)])]


License
=======

Apache 2.0


