lshw is a small tool to extract detailed information on the hardware configuration of the machine.
Project description
lshw
lshw is a small tool to extract detailed information on the hardware configuration of the machine.
Pip install
pip install lshw
Example
from lshw.client import ListHardware
list_hardware = ListHardware()
result = list_hardware.read_data(list_hardware.get_nic_data())
print(result)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lshw-0.0.1.tar.gz
(2.1 kB
view hashes)
Built Distribution
lshw-0.0.1-py3-none-any.whl
(2.2 kB
view hashes)