An open API service indexing awesome lists of open source software.

https://github.com/null-none/python-lshw

lshw is a small tool to extract detailed information on the hardware configuration of the machine.
https://github.com/null-none/python-lshw

hardware linux python shell

Last synced: 9 months ago
JSON representation

lshw is a small tool to extract detailed information on the hardware configuration of the machine.

Awesome Lists containing this project

README

          

# lshw
lshw is a small tool to extract detailed information on the hardware configuration of the machine.

### Pip install

```bash
pip install lshw
```

### Example

```python

from lshw.client import ListHardware

list_hardware = ListHardware()
result = list_hardware.read_data(list_hardware.get_nic_data())
print(result)
```

### License

MIT