Files
python-barbicanclient/setup.cfg
Ghanshyam Mann 69a14917e5 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

python-barbicanclient is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Id55914141099650752027aa9dc0ad8a90528a2e9
2020-06-08 22:45:47 +00:00

66 lines
2.4 KiB
INI

[metadata]
name = python-barbicanclient
summary = Client Library for OpenStack Barbican Key Management API
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/python-barbicanclient/latest/
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
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =
barbicanclient
[entry_points]
console_scripts =
barbican = barbicanclient.barbican:main
openstack.cli.extension =
key_manager = barbicanclient.osc_plugin
openstack.key_manager.v1 =
secret_order_create = barbicanclient.barbican_cli.v1.orders:CreateOrder
secret_order_delete = barbicanclient.barbican_cli.v1.orders:DeleteOrder
secret_order_get = barbicanclient.barbican_cli.v1.orders:GetOrder
secret_order_list = barbicanclient.barbican_cli.v1.orders:ListOrder
secret_delete = barbicanclient.barbican_cli.v1.secrets:DeleteSecret
secret_get = barbicanclient.barbican_cli.v1.secrets:GetSecret
secret_list = barbicanclient.barbican_cli.v1.secrets:ListSecret
secret_store = barbicanclient.barbican_cli.v1.secrets:StoreSecret
secret_update = barbicanclient.barbican_cli.v1.secrets:UpdateSecret
secret_container_delete = barbicanclient.barbican_cli.v1.containers:DeleteContainer
secret_container_get = barbicanclient.barbican_cli.v1.containers:GetContainer
secret_container_list = barbicanclient.barbican_cli.v1.containers:ListContainer
secret_container_create = barbicanclient.barbican_cli.v1.containers:CreateContainer
ca_get = barbicanclient.barbican_cli.v1.cas:GetCA
ca_list = barbicanclient.barbican_cli.v1.cas:ListCA
acl_delete = barbicanclient.barbican_cli.v1.acls:DeleteACLs
acl_get = barbicanclient.barbican_cli.v1.acls:GetACLs
acl_submit = barbicanclient.barbican_cli.v1.acls:SubmitACL
acl_user_add = barbicanclient.barbican_cli.v1.acls:AddACLUsers
acl_user_remove = barbicanclient.barbican_cli.v1.acls:RemoveACLUsers
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html