oslo.concurrency/README.rst
Joshua Harlow d04cf66a06 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
2015-04-07 21:09:17 +00:00

21 lines
749 B
ReStructuredText

==================
oslo.concurrency
==================
.. 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.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.concurrency
* Source: http://git.openstack.org/cgit/openstack/oslo.concurrency
* Bugs: http://bugs.launchpad.net/oslo.concurrency