python-hwinfo
python-hwinfo copied to clipboard
A library for inspecting hardware info using standard linux utilities.
when runnning under python3 from the vanilla version of python-hwinfo the following errors result: >>> device_recs = parser.parse_items() Traceback (most recent call last): File "", line 1, in File "/home/carl/venv/test2/lib/python3.7/site-packages/hwinfo/util/__init__.py",...
The current approach of fetching hardware info for remote host only uses password authentication mode in paramiko client. In addition to that, supporting the usage of ssh private key to...
build successfully with python2.7 progress bellow: ``` pip3 install setuptools cp -R /usr/local/lib/python3.6/site-packages/setuptools* /usr/lib/python2.7/site-packages/ python setup.py install cp dist/python_hwinfo* /usr/lib/python2.7/site-packages/ echo "main()" >> ./hwinfo/tools/tests/test_inspector.py sudo mv inspector.py /usr/bin/hwinfo chmod 777...
Is python3 support planned?