1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
=============
gnocchiclient
=============
.. image:: https://badge.fury.io/py/gnocchiclient.svg
:target: https://badge.fury.io/py/gnocchiclient
Python bindings to the Gnocchi API
This is a client for Gnocchi API. There's a Python API (the ``gnocchiclient``
module), and a ``command-line script`` (installed as ``gnocchi``). Each
implements the entire Gnocchi API.
* Free software: Apache license
* Documentation: http://gnocchi.osci.io/gnocchiclient
* Source: https://github.com/gnocchixyz/python-gnocchiclient
* Bugs: https://github.com/gnocchixyz/python-gnocchiclient/issues
|