summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-09-24 12:38:21 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-09-24 12:38:28 -0700
commitf8285a1f3499a308d3e3f98645ddd56a41e593f8 (patch)
tree73f1cef796d0b54f0c32f16fbff4e9d2ffe9454c
parent18170eb5f9545f035e20ea17b0a8e3da30211e26 (diff)
downloadoslo-context-f8285a1f3499a308d3e3f98645ddd56a41e593f8.tar.gz
Add shields.io version/downloads links/badges into README.rst
Change-Id: I45dcc8c9f7e510b3c84e450508bf7022def4a48e
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7f65c65..776ec24 100644
--- a/README.rst
+++ b/README.rst
@@ -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.