Python client library for CloudKitty API
Go to file
OpenStack Release Bot d1cb3b1e69 Update TOX_CONSTRAINTS_FILE for stable/victoria
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/victoria branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I6cfaedc6183cf3b29608cf90d2a1b175d4550cb2
2020-09-08 22:47:12 +00:00
cloudkittyclient Add support for GET /v2/dataframes API endpoint to the client 2020-09-08 12:49:29 +00:00
doc Fix pygments style 2020-05-20 14:51:45 +08: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 GET /v2/dataframes API endpoint to the client 2020-09-08 12:49:29 +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 Update .gitreview for stable/victoria 2020-09-08 22:47:09 +00:00
.stestr.conf Rewrite of the client 2018-06-15 12:08:21 +02:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-11 18:49:23 +00: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
lower-constraints.txt Merge "migrate testing to ubuntu focal" 2020-09-01 13:34:30 +00:00
requirements.txt Remove six 2020-05-10 23:08:12 +08:00
setup.cfg Add support for GET /v2/dataframes API endpoint to the client 2020-09-08 12:49:29 +00:00
setup.py Cleanup py27 support 2020-04-04 12:32:35 +02:00
test-requirements.txt Update hacking for Python3 2020-09-07 11:29:21 -03:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/victoria 2020-09-08 22:47:12 +00: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.