File: setup.cfg

package info (click to toggle)
python-cyborgclient 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 676 kB
  • sloc: python: 5,095; makefile: 24; sh: 2
file content (60 lines) | stat: -rw-r--r-- 2,962 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[metadata]
name = python-cyborgclient
summary = Python client for cyborg API
description_file =
    README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-cyborgclient/latest/
python_requires = >=3.8
classifier =
    Environment :: OpenStack
    Intended Audience :: Information Technology
    Intended Audience :: System Administrators
    License :: OSI Approved :: Apache Software License
    Operating System :: POSIX :: Linux
    Programming Language :: Python
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11

[files]
packages =
    cyborgclient

[entry_points]
console_scripts =
    cyborg = cyborgclient.shell:main

openstack.cli.extension =
    accelerator = cyborgclient.osc.plugin

openstack.accelerator.v1 =
    accelerator_list = cyborgclient.osc.v1.accelerator:ListAccelerator

openstack.accelerator.v2 =
    accelerator_deployable_list = cyborgclient.osc.v2.deployable:ListDeployable
    accelerator_deployable_program = cyborgclient.osc.v2.deployable:ProgramDeployable
    accelerator_deployable_show = cyborgclient.osc.v2.deployable:ShowDeployable
    accelerator_device_list = cyborgclient.osc.v2.device:ListDevice
    accelerator_device_show = cyborgclient.osc.v2.device:ShowDevice
    accelerator_device_enable = cyborgclient.osc.v2.device:EnableDevice
    accelerator_device_disable = cyborgclient.osc.v2.device:DisableDevice
    accelerator_device_attribute_list = cyborgclient.osc.v2.attribute:ListAttribute
    accelerator_device_attribute_create = cyborgclient.osc.v2.attribute:CreateAttribute
    accelerator_device_attribute_delete = cyborgclient.osc.v2.attribute:DeleteAttribute
    accelerator_device_attribute_show = cyborgclient.osc.v2.attribute:ShowAttribute
    accelerator_device_profile_list = cyborgclient.osc.v2.device_profile:ListDeviceProfile
    accelerator_device_profile_create = cyborgclient.osc.v2.device_profile:CreateDeviceProfile
    accelerator_device_profile_delete = cyborgclient.osc.v2.device_profile:DeleteDeviceProfile
    accelerator_device_profile_show = cyborgclient.osc.v2.device_profile:ShowDeviceProfile
    accelerator_arq_list = cyborgclient.osc.v2.accelerator_request:ListAcceleratorRequest
    accelerator_arq_create = cyborgclient.osc.v2.accelerator_request:CreateAcceleratorRequest
    accelerator_arq_delete = cyborgclient.osc.v2.accelerator_request:DeleteAcceleratorRequest
    accelerator_arq_show = cyborgclient.osc.v2.accelerator_request:ShowAcceleratorRequest
    accelerator_arq_bind = cyborgclient.osc.v2.accelerator_request:BindAcceleratorRequest
    accelerator_arq_unbind = cyborgclient.osc.v2.accelerator_request:UnbindAcceleratorRequest