Metadata-Version: 2.4
Name: oslo.concurrency
Version: 7.3.0
Summary: Oslo Concurrency library
Author-email: OpenStack <openstack-discuss@lists.openstack.org>
License: Apache-2.0
Project-URL: Homepage, https://docs.openstack.org/oslo.concurrency
Project-URL: Repository, https://opendev.org/openstack/oslo.concurrency
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
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"
Dynamic: license-file
Dynamic: requires-dist

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

.. image:: https://governance.openstack.org/tc/badges/oslo.concurrency.svg

.. Change things from this point on

.. 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/
