Python client library for CloudKitty API
Go to file
François Magimel 40dfddecbe Initial work for the CloudKitty client
Change-Id: Icfcd82c156c433911230fbc98865ba7b662024ee
2014-08-20 23:34:37 +02:00
cloudkittyclient Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
doc Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
tools Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
.coveragerc Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
.gitignore Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
.gitreview Added .gitreview 2014-08-20 17:37:04 +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
LICENSE Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
README.rst Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
openstack-common.conf Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
requirements.txt Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
setup.cfg Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
setup.py Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
test-requirements.txt Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00
tox.ini Initial work for the CloudKitty client 2014-08-20 23:34:37 +02:00

README.rst

Python bindings to the CloudKitty API

version

1.0

wiki

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) and a command-line tool (cloudkitty).

Status

This project is highly work in progress.

Roadmap

  • Add some tests.
  • Add some doc.
  • Move from importutils to stevedore.
  • Move from test to oslotest.
  • Add a command-line tool.
  • Global code improvement.