This library can be used in novaclient, keystoneclient, glanceclient, and other client projects. The library contains common code and uses python-requests for HTTP communication. Features: * reissue authentication request for expired tokens; * pluggable authentication; * rich exceptions hierarchy; * utils for building CLI tools. Partially implements: blueprint common-client-library Change-Id: I82df865d52f32ce47dde6a09a84d3d917fd77918
45 lines
1.2 KiB
INI
45 lines
1.2 KiB
INI
[metadata]
|
|
name = python-marconiclient
|
|
version = 0.1
|
|
summary = Client Library for OpenStack Marconi Queueing API
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Foundation
|
|
author-email = openstack-admins@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Development Status :: 2 - Pre-Alpha
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.6
|
|
Programming Language :: Python :: 2.7
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
marconiclient
|
|
|
|
[entry_points]
|
|
marconiclient.common.apiclient.auth =
|
|
endpoint-token = marconiclient.common.apiclient.auth.endpoint:EndpointTokenAuthPlugin
|
|
keystone = marconiclient.common.apiclient.auth.keystone:KeystoneV2AuthPlugin
|
|
nova = marconiclient.common.apiclient.auth.nova:NovaLegacyAuthPlugin
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|