Python client library for CloudKitty API
Go to file
Justin Ferrieu c8d7a9e1c5 Add support for POST /v2/dataframes API endpoint to the client
Support for the ``/v2/dataframes`` endpoint has been added to the client.
A new ``dataframes add`` CLI command is also available.

Change-Id: I7fe9072d7280f251edc865a653a0b9ed2ab26c90
Story: 2005890
Task: 35970
2019-08-27 11:50:32 +00:00
cloudkittyclient Add support for POST /v2/dataframes API endpoint to the client 2019-08-27 11:50:32 +00:00
doc Add support for POST /v2/dataframes API endpoint to the client 2019-08-27 11:50:32 +00:00
etc/cloudkitty Rewrite of the client 2018-06-15 12:08:21 +02:00
playbooks/cloudkittyclient-devstack-functional Rewrite of the client 2018-06-15 12:08:21 +02:00
releasenotes Add support for POST /v2/dataframes API endpoint to the client 2019-08-27 11:50:32 +00:00
.coveragerc move old oslo-incubator code out of openstack/common 2016-10-31 11:15:10 -04:00
.gitignore Rewrite of the client 2018-06-15 12:08:21 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:57 +00:00
.stestr.conf Rewrite of the client 2018-06-15 12:08:21 +02:00
.zuul.yaml Add functional test jobs for the v2 client 2019-08-27 10:13:32 +02:00
CONTRIBUTING.rst Update the bugs link to storyboard 2018-12-31 12:28:13 +00:00
HACKING.rst fix error url 2018-02-05 23:54:07 +08:00
LICENSE Global rewrite of the client 2015-03-17 11:09:48 +01:00
README.rst Rewrite of the client 2018-06-15 12:08:21 +02:00
babel.cfg Global rewrite of the client 2015-03-17 11:09:48 +01:00
lower-constraints.txt Bump openstackdocstheme to 1.30.0 2019-06-27 10:24:40 +08:00
requirements.txt Adapt the client for the v2 API 2019-05-15 08:59:03 +00:00
setup.cfg Add support for POST /v2/dataframes API endpoint to the client 2019-08-27 11:50:32 +00:00
setup.py Use openstackdocstheme 2017-07-02 19:36:48 +02:00
test-requirements.txt Use global-requirements for requirements 2018-10-22 18:10:19 +02:00
tox.ini Add functional test jobs for the v2 client 2019-08-27 10:13:32 +02:00

README.rst

CloudKittyClient

image

This is a client for CloudKitty. It provides a Python api (the cloudkittyclient module), a command-line script (cloudkitty), and an OpenStack Client extension (openstack rating).

The client is available on PyPi.