diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. |