RETIRED, further work has moved to Debian project infrastructure
Go to file
Jim Rollenhagen c0691104fb Run pep8 on files in bin/
Files in bin/ don't have a .py extension, and so don't get picked
up by flake8. Add them to the flake8 command to have them checked.

Also fix an existing error in bin/pyghmicons.

Change-Id: I4db9b8c4e13c7c7f652acaa12add125f0e0458cd
2014-12-31 00:15:01 +00:00
bin Run pep8 on files in bin/ 2014-12-31 00:15:01 +00:00
doc/source Finalize rename to pyghmi 2013-08-17 22:29:25 -04:00
pyghmi Provide access to chassis identify 2014-11-25 11:26:27 -05:00
.gitignore Align to OpenStack Build Standards. 2013-06-30 14:21:20 -04:00
.gitreview Finalize rename to pyghmi 2013-08-17 22:29:25 -04:00
.testr.conf Align to OpenStack Build Standards. 2013-06-30 14:21:20 -04:00
LICENSE Place project under Apache license 2.0 2013-06-24 14:15:39 -04:00
MANIFEST.in Align to OpenStack Build Standards. 2013-06-30 14:21:20 -04:00
README Install scripts as well as library 2014-05-08 14:06:01 -04:00
requirements.txt Update from requirements 2013-09-13 11:28:28 -05:00
setup.cfg Rename package from python-ipmi to pyghmi 2013-08-08 14:31:45 -04:00
setup.py Install scripts as well as library 2014-05-08 14:06:01 -04:00
test-requirements.txt Update from requirements 2013-09-13 11:28:28 -05:00
tox.ini Run pep8 on files in bin/ 2014-12-31 00:15:01 +00:00

This is a pure python implementation of IPMI protocol.

pyghmicons and pyghmiutil are example scripts to show how one may incorporate
this library into python code