summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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.