Python client library for CloudKitty API
Go to file
Ghanshyam Mann 719f4cff6a Updating python testing as per Yoga testing runtime
Yoga testing runtime has been updated with py38 and py39
as voting and removed the py36 testing. Unit tests update are
handled by the job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/818609

this commit makes other required changes in setup.cfg metadata.

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html

Change-Id: Idd8da33c954234b7c5d2d969c50da8aee4bf7904
2021-11-24 19:11:11 -06:00
cloudkittyclient Replace deprecated assertRaisesRegexp 2021-11-09 09:04:34 +08:00
doc Fix capitalisation of CloudKitty 2021-09-24 09:48:01 +02: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 Fix capitalisation of CloudKitty 2021-09-24 09:48:01 +02: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 Python3 yoga unit tests 2021-09-10 14:33:13 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2021-05-19 15:09:51 +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 "Fix `create_threshold` method when using cost as 0" 2020-12-22 16:20:55 +00:00
requirements.txt Fix `create_threshold` method when using cost as 0 2020-12-11 10:25:10 -03:00
setup.cfg Updating python testing as per Yoga testing runtime 2021-11-24 19:11:11 -06: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 Changed minversion in tox to 3.18.0 2021-07-06 16:16:44 +08: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.