summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-04-07 09:16:21 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-04-07 21:09:17 +0000
commitd04cf66a06789fc6f7c76aabcdcc3bb5f35916fa (patch)
tree3feab0517aa40265f841a4a214e059841677f1ef /README.rst
parentfe84d2a4ab062173a3cd0de9a7df473a6dd42c12 (diff)
downloadoslo-concurrency-d04cf66a06789fc6f7c76aabcdcc3bb5f35916fa.tar.gz
Add pypi download + version badges
Also makes the docs look more like the other oslo libraries so that the content is easily readable across projects. Change-Id: I7b048bc4425197f87436281dd5e46619390c3f43
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 59a82ab..88cf969 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,15 @@
oslo.concurrency
==================
-Oslo concurrency library has utilities for safely running multi-thread,
+.. image:: https://pypip.in/version/oslo.concurrency/badge.svg
+ :target: https://pypi.python.org/pypi/oslo.concurrency/
+ :alt: Latest Version
+
+.. image:: https://pypip.in/download/oslo.concurrency/badge.svg?period=month
+ :target: https://pypi.python.org/pypi/oslo.concurrency/
+ :alt: Downloads
+
+The oslo.concurrency library has utilities for safely running multi-thread,
multi-process applications using locking mechanisms and for running
external processes.