Add shields.io version/downloads links/badges into README.rst

Change-Id: I45dcc8c9f7e510b3c84e450508bf7022def4a48e
This commit is contained in:
Joshua Harlow 2015-09-24 12:38:21 -07:00
parent 18170eb5f9
commit f8285a1f34
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
Oslo Context Library
====================
.. image:: https://img.shields.io/pypi/v/oslo.context.svg
:target: https://pypi.python.org/pypi/oslo.context/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/oslo.context.svg
:target: https://pypi.python.org/pypi/oslo.context/
:alt: Downloads
The Oslo context library has helpers to maintain useful information
about a request context. The request context is usually populated in
the WSGI pipeline and used by various modules such as logging.