Skip to content

Releases: rdobson/python-hwinfo

0.1.7

Choose a tag to compare

@rdobson rdobson released this 19 Apr 09:32

Adds support for reporting device_bus_id

v0.1.5

Choose a tag to compare

@rdobson rdobson released this 23 Oct 14:33
  • Adds minimal OS info.
  • Adds class for parsing tarballs directly

v0.1.4

Choose a tag to compare

@rdobson rdobson released this 31 Jul 11:18

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

Choose a tag to compare

@rdobson rdobson released this 16 Jul 15:22

Fixes command line argument parser regression.

Improved support for HostFromLogs v0.1.2

Choose a tag to compare

@rdobson rdobson released this 16 Jul 14:27

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

Choose a tag to compare

@rdobson rdobson released this 15 Jul 17:39

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

Choose a tag to compare

@rdobson rdobson released this 15 Jul 17:14

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