Python client library for CloudKitty API
Go to file
Aaron-DH 5c188a2306 Fix name not defined error
Add the missing import packages and format the log messages
Move i18n to package(cloudkittyclient)

Change-Id: I77e7059e8eb91aef131713f0720f58d23ae7c11f
Closes-Bug: #1524680
2016-01-02 20:55:12 +08:00
cloudkittyclient Fix name not defined error 2016-01-02 20:55:12 +08:00
contrib Provide a sample .spec file 2015-04-19 09:52:23 +02:00
doc/source Global rewrite of the client 2015-03-17 11:09:48 +01:00
tools Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-23 07:55:26 +00: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
MANIFEST.in 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
openstack-common.conf Global rewrite of the client 2015-03-17 11:09:48 +01:00
requirements.txt Preparing release 0.4.1 2015-08-27 16:26:53 +02:00
setup.cfg Do no set the version in setup.cfg 2015-10-30 11:33:41 +09:00
setup.py Preparing release 0.4.1 2015-08-27 16:26:53 +02:00
test-requirements.txt Preparing release 0.4.1 2015-08-27 16:26:53 +02:00
tox.ini Fix name not defined error 2016-01-02 20:55:12 +08: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.