mirror of
https://opendev.org/x/pyghmi
synced 2025-01-15 04:07:48 +00:00
7371a58aba
It has been expressed as a concern that 'ipmi' is too generic a name. Additionally, it is also the case that non-ipmi capability is likely to be incorporated as it goes along (e.g. Enclosure management and virtual media are frequently not IPMI based). Move existing content under the 'pyghmi' namespace. pyghmi stands for 'python general hardware management infrastructure' and is pronounced 'pygmy' Change-Id: Ib549a9f5b7dd549c7dc5ddbab251a2e06c572e41
26 lines
629 B
INI
26 lines
629 B
INI
[metadata]
|
|
name = python-ipmi
|
|
summary = Python IPMI implementation
|
|
description-file =
|
|
README
|
|
author = Jarrod Johnson
|
|
author-email = jbjohnso@us.ibm.com
|
|
home-page = http://xcat.sf.net/
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 2.6
|
|
|
|
[files]
|
|
packages =
|
|
pyghmi
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|