summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2a86690..43bd620 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,14 @@
Python bindings to the OpenStack Identity API (Keystone)
========================================================
+.. image:: https://img.shields.io/pypi/v/python-keystoneclient.svg
+ :target: https://pypi.python.org/pypi/python-keystoneclient/
+ :alt: Latest Version
+
+.. image:: https://img.shields.io/pypi/dm/python-keystoneclient.svg
+ :target: https://pypi.python.org/pypi/python-keystoneclient/
+ :alt: Downloads
+
This is a client for the OpenStack Identity API, implemented by the Keystone
team; it contains a Python API (the ``keystoneclient`` module) for
OpenStack's Identity Service. For command line interface support, use