diff --git a/README.rst b/README.rst index 867b1d97..962e7191 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,14 @@ oslo.cache ========== +.. image:: https://img.shields.io/pypi/v/oslo.cache.svg + :target: https://pypi.python.org/pypi/oslo.cache/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/oslo.cache.svg + :target: https://pypi.python.org/pypi/oslo.cache/ + :alt: Downloads + `oslo.cache` aims to provide a generic caching mechanism for OpenStack projects by wrapping the `dogpile.cache `_ library. The dogpile.cache