-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (40 loc) · 1.53 KB
/
setup.cfg
File metadata and controls
43 lines (40 loc) · 1.53 KB
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
[metadata]
name = manukaclient
author = ARDC Nectar Cloud Services
author_email = coreservices@ardc.edu.au
license = Apache-2.0
summary = Client for the Nectar Account system
description_file =
README.md
keywords = manuka
home_page = https://github.com/NeCTAR-RC/python-manukaclient
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 :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.12
[files]
packages = manukaclient
include_package_data = True
[pbr]
skip_changelog=true
skip_authors=true
[entry_points]
openstack.cli.extension =
account = manukaclient.osc.plugin
openstack.account.v1 =
account user list = manukaclient.osc.v1.users:ListUsers
account user search = manukaclient.osc.v1.users:SearchUsers
account user show = manukaclient.osc.v1.users:ShowUser
account user set = manukaclient.osc.v1.users:UpdateUser
account pending-user show = manukaclient.osc.v1.users:ShowPendingUser
account pending-user list = manukaclient.osc.v1.users:ListPendingUsers
account pending-user delete = manukaclient.osc.v1.users:DeletePendingUser
account external-id set = manukaclient.osc.v1.external_ids:UpdateExternalId
account external-id delete = manukaclient.osc.v1.external_ids:DeleteExternalId