From f8285a1f3499a308d3e3f98645ddd56a41e593f8 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 24 Sep 2015 12:38:21 -0700 Subject: [PATCH] Add shields.io version/downloads links/badges into README.rst Change-Id: I45dcc8c9f7e510b3c84e450508bf7022def4a48e --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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.