File: setup.cfg

package info (click to toggle)
python-proliantutils 2.16.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,684 kB
  • sloc: python: 58,655; makefile: 163; sh: 2
file content (31 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
name = proliantutils
summary = Client Library for interfacing with various devices in HP Proliant Servers.
description-file =
    README.rst
license = Apache License, Version 2.0
author = Hewlett Packard Enterprise
author-email = proliantutils@gmail.com
home-page = https://opendev.org/x/proliantutils
python-requires = >=3.6
classifier =
    Development Status :: 4 - Beta
    Environment :: Console
    Environment :: Web Environment
    Intended Audience :: Developers
    Intended Audience :: Information Technology
    License :: OSI Approved :: Apache Software License
    Operating System :: OS Independent
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9

[files]
packages =
    proliantutils

[entry_points]
ironic_python_agent.hardware_managers =
    hp-proliant = proliantutils.ipa_hw_manager.hardware_manager:ProliantHardwareManager