Adding some statistics to python-freezerclient

Change-Id: Icba7308d07960a81ba82a95425c760a3487131e6
This commit is contained in:
Saad Zaher 2016-10-13 15:17:56 +00:00
parent c0a630c164
commit 8edda69963

View File

@ -1,6 +1,14 @@
===================================================
Python bindings and CLI for OpenStack's Freezer API
===================================================
=============================================================
Python bindings to the OpenStack Backup/Restore API (Freezer)
=============================================================
.. image:: https://img.shields.io/pypi/v/python-freezerclient.svg
:target: https://pypi.python.org/pypi/python-freezerclient/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/python-freezerclient.svg
:target: https://pypi.python.org/pypi/python-freezerclient/
:alt: Downloads
This is a client library for Freezer built on the OpenStack Disaster Recovery API. It provides a Python API (the freezerclient module) and a command-line tool (freezer). This library fully supports the v1 Disaster Recovery API.