Metadata-Version: 2.1
Name: tooz
Version: 7.0.0
Summary: Coordination library for distributed systems.
Home-page: https://docs.openstack.org/tooz/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: Apache-2
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
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
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: stevedore>=1.16.0
Requires-Dist: voluptuous>=0.8.9
Requires-Dist: msgpack>=0.4.0
Requires-Dist: fasteners>=0.7
Requires-Dist: tenacity>=5.0.0
Requires-Dist: futurist>=1.2.0
Requires-Dist: oslo.utils>=4.7.0
Requires-Dist: oslo.serialization>=1.10.0
Requires-Dist: debtcollector>=3.0.0
Provides-Extra: consul
Requires-Dist: python-consul2>=0.0.16; extra == "consul"
Provides-Extra: etcd
Requires-Dist: requests>=2.10.0; extra == "etcd"
Provides-Extra: etcd3gw
Requires-Dist: etcd3gw>=2.3.0; extra == "etcd3gw"
Provides-Extra: zake
Requires-Dist: zake>=0.1.6; extra == "zake"
Provides-Extra: redis
Requires-Dist: redis>=4.0.0; extra == "redis"
Provides-Extra: postgresql
Requires-Dist: psycopg2>=2.5; extra == "postgresql"
Provides-Extra: mysql
Requires-Dist: PyMySQL>=0.6.2; extra == "mysql"
Provides-Extra: zookeeper
Requires-Dist: kazoo>=2.6; extra == "zookeeper"
Provides-Extra: memcached
Requires-Dist: pymemcache>=1.2.9; extra == "memcached"
Provides-Extra: ipc
Requires-Dist: sysv-ipc>=0.6.8; extra == "ipc"
Provides-Extra: kubernetes
Requires-Dist: kubernetes>=2.8.1; extra == "kubernetes"
Requires-Dist: sherlock>=0.4.1; extra == "kubernetes"
Provides-Extra: test
Requires-Dist: testtools>=1.4.0; extra == "test"
Requires-Dist: coverage>=3.6; extra == "test"
Requires-Dist: fixtures>=3.0.0; extra == "test"
Requires-Dist: pifpaf>=0.10.0; extra == "test"
Requires-Dist: stestr>=2.0.0; extra == "test"
Requires-Dist: ddt>=1.2.1; extra == "test"

Tooz
====

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

.. image:: https://img.shields.io/pypi/dm/tooz.svg
    :target: https://pypi.org/project/tooz/
    :alt: Downloads

The Tooz project aims at centralizing the most common distributed primitives
like group membership protocol, lock service and leader election by providing
a coordination API helping developers to build distributed applications.

* Free software: Apache license
* Documentation: https://docs.openstack.org/tooz/latest/
* Source: https://opendev.org/openstack/tooz
* Bugs: https://bugs.launchpad.net/python-tooz/
* Release notes: https://docs.openstack.org/releasenotes/tooz

Join us
-------

- https://launchpad.net/python-tooz

