Metadata-Version: 2.4
Name: oslo.concurrency
Version: 7.2.0
Summary: Oslo Concurrency library
Home-page: https://docs.openstack.org/oslo.concurrency/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pbr>=2.0.0
Requires-Dist: oslo.config>=5.2.0
Requires-Dist: oslo.i18n>=3.15.3
Requires-Dist: oslo.utils>=3.33.0
Requires-Dist: fasteners>=0.7.0
Requires-Dist: debtcollector>=3.0.0
Provides-Extra: eventlet
Requires-Dist: eventlet>=0.35.2; extra == "eventlet"
Provides-Extra: test
Requires-Dist: oslotest>=3.2.0; extra == "test"
Requires-Dist: coverage>=4.0; extra == "test"
Requires-Dist: fixtures>=3.0.0; extra == "test"
Requires-Dist: stestr>=2.0.0; extra == "test"
Requires-Dist: eventlet>=0.35.2; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/oslo.concurrency.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

================
oslo.concurrency
================

.. image:: https://img.shields.io/pypi/v/oslo.concurrency.svg
    :target: https://pypi.org/project/oslo.concurrency/
    :alt: Latest Version

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: https://docs.openstack.org/oslo.concurrency/latest/
* Source: https://opendev.org/openstack/oslo.concurrency
* Bugs: https://bugs.launchpad.net/oslo.concurrency
* Release Notes: https://docs.openstack.org/releasenotes/oslo.concurrency/

