Skip to content

Releases: rdobson/python-hwinfo

0.1.7

19 Apr 09:32
Compare
Choose a tag to compare

Adds support for reporting device_bus_id

v0.1.5

23 Oct 14:33
Compare
Choose a tag to compare
  • Adds minimal OS info.
  • Adds class for parsing tarballs directly

v0.1.4

31 Jul 11:18
Compare
Choose a tag to compare

Minor release which includes:

  • Added argparse dependency which is essential for users running with Python 2.6.
  • Fixed storage device types to include FCoE and Infiband storage types (0cxx).
  • Fixed regex parsing to allow ',' characters in device/vendor strings (required for Brocade entries).

v0.1.3

16 Jul 15:22
Compare
Choose a tag to compare

Fixes command line argument parser regression.

Improved support for HostFromLogs v0.1.2

16 Jul 14:27
Compare
Choose a tag to compare

Incremental release that:
* Adds support for falling back to lspci-vv/lspci-n to get partial system information.
* Improves performance for remote inspection.

Incremental revision on 0.1

15 Jul 17:39
Compare
Choose a tag to compare

Fixes a bug in the local command execution code which failed to join commands in a list. This resulted in not discovering PCI devices for local machines.

Initial release v0.1

15 Jul 17:14
Compare
Choose a tag to compare

Initial release of the python-hwinfo which includes:
* support for parsing PCI devices (lspci -nnm)
* support for parsing dmidecode for BIOS information.
* support for parsing /proc/cpuinfo

Expect to see further development at the abstraction layer which currently only spans PCI devices.

The library includes a CLI tool for inspecting:
* The local machine
* A remote host
* The output output of log files in a given directory