Python client library for CloudKitty API
Go to file
zhangboye 67fae0ff52 Use py3 as the default runtime for tox
Moving on py3 as the default runtime for tox to avoid to update
this at each new cycle.

Change-Id: I98097f7e5afe4dd1a69a9e661ccc5353dbd5e29c
2021-04-20 16:35:55 +08:00
cloudkittyclient Fix create_threshold method when using cost as 0 2020-12-11 10:25:10 -03: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 Update master for stable/wallaby 2021-03-19 13:01: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 release notes job template 2021-04-12 14:44:58 +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
lower-constraints.txt Merge "Fix create_threshold method when using cost as 0" 2020-12-22 16:20:55 +00:00
README.rst Rewrite of the client 2018-06-15 12:08:21 +02:00
requirements.txt Fix create_threshold method when using cost as 0 2020-12-11 10:25:10 -03: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 Fix create_threshold method when using cost as 0 2020-12-11 10:25:10 -03:00
tox.ini Use py3 as the default runtime for tox 2021-04-20 16:35:55 +08:00

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.