Python client library for CloudKitty API
Go to file
Ghanshyam Mann de3c4924e9 migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Fixing:
- bug#1886296
Bump the pyflakes to 2.1.1 as min version to run pep8 jobs
on py3.8 which is default python vesion in ubuntu focal.

Story: #2007865
Task: #40180

Closes-Bug: #1886296
[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html

Change-Id: I482ac98bc56f0e3cfb8b767f47649da11ed1afab
2020-08-13 17:24:09 +00:00
cloudkittyclient Merge "Add support for v2/rating/modules endpoints" 2020-02-10 10:16:26 +00:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-01-23 13:42:35 +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 [ussuri][goal] Drop python 2.7 support and testing 2020-01-23 13:42:35 +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 [ussuri][goal] Drop python 2.7 support and testing 2020-01-23 13:42:35 +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
babel.cfg Global rewrite of the client 2015-03-17 11:09:48 +01:00
lower-constraints.txt migrate testing to ubuntu focal 2020-08-13 17:24:09 +00:00
requirements.txt Adapt the client for the v2 API 2019-05-15 08:59:03 +00:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-01-23 13:42:35 +00:00
setup.py Use openstackdocstheme 2017-07-02 19:36:48 +02:00
test-requirements.txt migrate testing to ubuntu focal 2020-08-13 17:24:09 +00:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-01-23 13:42:35 +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.