OpenStack library for all concurrency-related code
Go to file
Davanum Srinivas 9433f0d394 Advertise support for Python3.4 / Remove support for 3.3
Change-Id: Ib6382d1ef3b3f336f1c83390b544d7e659c88511
2015-05-10 19:13:42 -04:00
doc/source Add pypi download + version badges 2015-04-07 21:09:17 +00:00
oslo Report import warnings where the import occurs 2014-12-12 14:01:44 -05:00
oslo.concurrency/locale Imported Translations from Transifex 2015-05-03 06:05:22 +00:00
oslo_concurrency Add binary parameter to execute and ssh_execute 2015-04-19 01:17:43 +02:00
tests Port processutils to Python 3 2015-04-18 00:11:28 +02:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.gitignore Clean up API documentation 2014-12-10 08:31:04 -05:00
.gitreview exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.testr.conf Move out of the oslo namespace package 2014-11-14 17:17:25 -05:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
README.rst Add pypi download + version badges 2015-04-07 21:09:17 +00:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
openstack-common.conf Remove tools/run_cross_tests.sh from openstack-common.conf 2015-03-20 16:03:21 -04:00
requirements.txt Updated from global requirements 2015-05-07 23:36:31 +00:00
setup.cfg Advertise support for Python3.4 / Remove support for 3.3 2015-05-10 19:13:42 -04:00
setup.py Updated from global requirements 2014-09-09 04:32:55 +00:00
test-requirements.txt Updated from global requirements 2015-04-24 13:03:45 +00:00
tox.ini Advertise support for Python3.4 / Remove support for 3.3 2015-05-10 19:13:42 -04:00

README.rst

oslo.concurrency

Latest Version

Downloads

The oslo.concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.