summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-17 23:03:58 +0000
committerGerrit Code Review <review@openstack.org>2018-07-17 23:03:58 +0000
commitb7cf7ae0a25d895e2651000bc81db5eaa8bb661d (patch)
tree8d0b6f29a0f6f7b6b4d8fa01d8f984187887c257 /README.rst
parent398bb0613b28678fcf1d9cebe0be988c399b5ba1 (diff)
parentc24c882b67aae03673b2eee3bfee57cd46ad949f (diff)
downloadpython-glanceclient-b7cf7ae0a25d895e2651000bc81db5eaa8bb661d.tar.gz
Merge "Remove PyPI downloads"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 39eda26..c290659 100644
--- a/README.rst
+++ b/README.rst
@@ -25,10 +25,6 @@ Python bindings to the OpenStack Images API
:target: https://pypi.org/project/python-glanceclient/
:alt: Latest Version
-.. image:: https://img.shields.io/pypi/dm/python-glanceclient.svg
- :target: https://pypi.org/project/python-glanceclient/
- :alt: Downloads
-
This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the ``glanceclient`` module) and a command-line tool (``glance``). This library fully supports the v1 Images API, while support for the v2 API is in progress.
Development takes place via the usual OpenStack processes as outlined in the `developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master repository is in `Git <https://git.openstack.org/cgit/openstack/python-glanceclient>`_.