Metadata-Version: 2.1
Name: pyghmi
Version: 1.6.7
Summary: Python General Hardware Management Initiative (IPMI and others)
Home-page: http://github.com/openstack/pyghmi/
Author: Jarrod Johnson
Author-email: jjohnson2@lenovo.com
License: Apache License, Version 2.0
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE
Requires-Dist: cryptography>=2.1
Requires-Dist: python-dateutil>=2.8.1
Requires-Dist: six>=1.10.0

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

