RETIRED, further work has moved to Debian project infrastructure
Go to file
Julien Danjou 98bfcb757f utils: include 0 values
Commit 36fc0bb742 introduced a regression
by filtering on boolean False rather than on None when iterating over
items.

Change-Id: I66542931bd218c584e4eefe198c51e346bc09c0f
2016-05-13 14:49:09 +02:00
doc/source [Trivial] Remove executable privilege of doc/source/conf.py 2016-04-29 20:19:56 +08:00
gnocchiclient utils: include 0 values 2016-05-13 14:49:09 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:53:18 +00:00
.gitignore doc: use pbr to auto-generate doc 2015-12-23 11:37:25 +01:00
.gitreview Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
.mailmap Add mailmap entry for sileht 2015-12-23 10:34:02 +01:00
.testr.conf functional tests: don't require devstack 2015-08-31 13:52:30 +02:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
HACKING.rst Name the package `gnocchiclient' 2015-09-24 21:28:18 +02:00
LICENSE Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
README.rst Name the package `gnocchiclient' 2015-09-24 21:28:18 +02:00
requirements.txt shell: disallow abbrev in argparse 2016-02-11 11:10:25 +01:00
setup.cfg Switch from deprecated tempest-lib to tempest 2016-04-12 15:15:32 +02:00
setup.py Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
tox.ini Use pifpaf instead of overtest to run tests 2016-04-05 14:02:52 +02:00

README.rst

gnocchiclient

Python bindings to the OpenStack Gnocchi API

This is a client for OpenStack gnocchi API. There's a Python API <api> (the gnocchiclient module), and a command-line script <shell> (installed as gnocchi). Each implements the entire OpenStack Gnocchi API.