Metadata-Version: 2.1
Name: tricircleclient
Version: 0.5.0
Summary: Python client library for Tricircle
Home-page: https://docs.openstack.org/python-tricircleclient/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: cliff (!=2.9.0,>=2.8.0)
Requires-Dist: osc-lib (>=1.8.0)
Requires-Dist: oslo.log (>=3.36.0)
Requires-Dist: oslo.serialization (!=2.19.1,>=2.18.0)
Requires-Dist: oslo.utils (>=3.33.0)
Requires-Dist: keystoneauth1 (>=3.4.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: futurist (>=1.2.0)
Provides-Extra: doc
Requires-Dist: sphinx (!=1.6.6,!=1.6.7,>=1.6.2) ; extra == 'doc'
Requires-Dist: oslosphinx (>=4.7.0) ; extra == 'doc'
Provides-Extra: test
Requires-Dist: coverage (!=4.4,>=4.0) ; extra == 'test'
Requires-Dist: python-subunit (>=1.0.0) ; extra == 'test'
Requires-Dist: tempest (>=17.1.0) ; extra == 'test'
Requires-Dist: testrepository (>=0.0.18) ; extra == 'test'
Requires-Dist: testtools (>=2.2.0) ; extra == 'test'

# Tricircleclient

Python bindings to the OpenStack Tricircle API

This is a client for OpenStack Tricircle API providing a Python API (using the
**tricircleclient** module) and a Command Line Interface (installed as the
**tricircle** command). Each implements the entire OpenStack Tricircle API.

* Free software: Apache license
* [Documentation](https://docs.openstack.org/python-tricircleclient/latest/)
* [Source](http://git.openstack.org/cgit/openstack/python-tricircleclient)
* [Bugs](http://bugs.launchpad.net/python-tricircleclient)



