File: setup.cfg

package info (click to toggle)
python-zunclient 5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,052 kB
  • sloc: python: 10,127; sh: 110; makefile: 25
file content (93 lines) | stat: -rw-r--r-- 5,011 bytes parent folder | download
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[metadata]
name = python-zunclient
summary = Client Library for Zun
description_file =
    README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-zunclient/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 =
    zunclient

[entry_points]
console_scripts =
    zun = zunclient.shell:main

openstack.cli.extension =
    container = zunclient.osc.plugin

openstack.container.v1 =
   appcontainer_availability_zone_list = zunclient.osc.v1.availability_zones:ListAvailabilityZone
   appcontainer_service_list = zunclient.osc.v1.services:ListService
   appcontainer_service_delete = zunclient.osc.v1.services:DeleteService
   appcontainer_service_enable = zunclient.osc.v1.services:EnableService
   appcontainer_service_disable = zunclient.osc.v1.services:DisableService
   appcontainer_service_forcedown = zunclient.osc.v1.services:ForceDownService
   appcontainer_create = zunclient.osc.v1.containers:CreateContainer
   appcontainer_show = zunclient.osc.v1.containers:ShowContainer
   appcontainer_list = zunclient.osc.v1.containers:ListContainer
   appcontainer_delete = zunclient.osc.v1.containers:DeleteContainer
   appcontainer_restart = zunclient.osc.v1.containers:RestartContainer
   appcontainer_start = zunclient.osc.v1.containers:StartContainer
   appcontainer_pause = zunclient.osc.v1.containers:PauseContainer
   appcontainer_unpause = zunclient.osc.v1.containers:UnpauseContainer
   appcontainer_exec = zunclient.osc.v1.containers:ExecContainer
   appcontainer_logs = zunclient.osc.v1.containers:LogsContainer
   appcontainer_kill = zunclient.osc.v1.containers:KillContainer
   appcontainer_stop = zunclient.osc.v1.containers:StopContainer
   appcontainer_run = zunclient.osc.v1.containers:RunContainer
   appcontainer_top = zunclient.osc.v1.containers:TopContainer
   appcontainer_set = zunclient.osc.v1.containers:UpdateContainer
   appcontainer_attach = zunclient.osc.v1.containers:AttachContainer
   appcontainer_cp = zunclient.osc.v1.containers:CopyContainer
   appcontainer_stats = zunclient.osc.v1.containers:StatsContainer
   appcontainer_commit = zunclient.osc.v1.containers:CommitContainer
   appcontainer_add_security_group = zunclient.osc.v1.containers:AddSecurityGroup
   appcontainer_image_delete = zunclient.osc.v1.images:DeleteImage
   appcontainer_image_list = zunclient.osc.v1.images:ListImage
   appcontainer_image_pull = zunclient.osc.v1.images:PullImage
   appcontainer_host_list = zunclient.osc.v1.hosts:ListHost
   appcontainer_host_show = zunclient.osc.v1.hosts:ShowHost
   appcontainer_network_detach = zunclient.osc.v1.containers:NetworkDetach
   appcontainer_network_attach = zunclient.osc.v1.containers:NetworkAttach
   appcontainer_network_list = zunclient.osc.v1.containers:NetworkList
   appcontainer_image_search = zunclient.osc.v1.images:SearchImage
   appcontainer_remove_security_group = zunclient.osc.v1.containers:RemoveSecurityGroup
   appcontainer_image_show = zunclient.osc.v1.images:ShowImage
   appcontainer_rebuild = zunclient.osc.v1.containers:RebuildContainer
   appcontainer_action_list = zunclient.osc.v1.containers:ActionList
   appcontainer_action_show = zunclient.osc.v1.containers:ActionShow
   appcontainer_quota_get = zunclient.osc.v1.quotas:GetQuota
   appcontainer_quota_default = zunclient.osc.v1.quotas:GetDefaultQuota
   appcontainer_quota_delete = zunclient.osc.v1.quotas:DeleteQuota
   appcontainer_quota_update = zunclient.osc.v1.quotas:UpdateQuota
   appcontainer_quota_class_update = zunclient.osc.v1.quota_classes:UpdateQuotaClass
   appcontainer_quota_class_get = zunclient.osc.v1.quota_classes:GetQuotaClass
   appcontainer_registry_create = zunclient.osc.v1.registries:CreateRegistry
   appcontainer_registry_list = zunclient.osc.v1.registries:ListRegistry
   appcontainer_registry_show = zunclient.osc.v1.registries:ShowRegistry
   appcontainer_registry_update = zunclient.osc.v1.registries:UpdateRegistry
   appcontainer_registry_delete = zunclient.osc.v1.registries:DeleteRegistry
   appcontainer_add_floating_ip = zunclient.osc.v1.containers:AddFloatingIP
   appcontainer_remove_floating_ip = zunclient.osc.v1.containers:RemoveFloatingIP
   capsule_create = zunclient.osc.v1.capsules:CreateCapsule
   capsule_show = zunclient.osc.v1.capsules:ShowCapsule
   capsule_list = zunclient.osc.v1.capsules:ListCapsule
   capsule_delete = zunclient.osc.v1.capsules:DeleteCapsule