Python client library for CloudKitty API
Go to file
Steve Martinelli a93f8b04b1 move old oslo-incubator code out of openstack/common
As part of the first community-wide goal, teams were asked
to remove the openstack/common package of their projects
if one existed. This was a byproduct of the old oslo-incubator
form of syncing common functionality.

The package, apiclient, was moved to a top level location
and cliutils was moved to the common module. There are no oslo
specific libraries, the recommended solution is to move it
in tree and maintain it there.

Change-Id: I0603d3c1419a5344bee8e43cfbe794c26641960a
2016-10-31 11:15:10 -04:00
cloudkittyclient move old oslo-incubator code out of openstack/common 2016-10-31 11:15:10 -04:00
doc/source [Trivial] Remove executable privilege of doc/source/conf.py 2016-04-29 20:19:29 +08:00
tools Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
.coveragerc move old oslo-incubator code out of openstack/common 2016-10-31 11:15:10 -04:00
.gitignore Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:36:22 +00:00
.pylintrc Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
.testr.conf Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
CONTRIBUTING.rst Global rewrite of the client 2015-03-17 11:09:48 +01:00
HACKING.rst Global rewrite of the client 2015-03-17 11:09:48 +01:00
LICENSE Global rewrite of the client 2015-03-17 11:09:48 +01:00
README.rst Global rewrite of the client 2015-03-17 11:09:48 +01:00
babel.cfg Global rewrite of the client 2015-03-17 11:09:48 +01:00
requirements.txt Add an explicit dependency on prettytable 2016-06-14 16:24:59 +02:00
setup.cfg Drop py33 support 2015-12-15 18:52:50 +09:00
setup.py Update requirements 2016-03-04 11:02:42 +01:00
test-requirements.txt Remove discover from test-requirements 2016-07-22 03:52:26 +00:00
tox.ini move old oslo-incubator code out of openstack/common 2016-10-31 11:15:10 -04:00

README.rst

Python bindings to the CloudKitty API

version

0.2

Wiki

CloudKitty Wiki

IRC

#cloudkitty @ freenode

python-cloudkittyclient

This is a client library for CloudKitty built on the CloudKitty API. It provides a Python API (the cloudkittyclient module).

Status

This project is highly work in progress.