Metadata-Version: 2.1
Name: tooz
Version: 2.10.1
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
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.6
Requires-Dist: fasteners (>=0.7)
Requires-Dist: futurist (>=1.2.0)
Requires-Dist: msgpack (>=0.4.0)
Requires-Dist: oslo.serialization (>=1.10.0)
Requires-Dist: oslo.utils (>=4.7.0)
Requires-Dist: pbr (>=1.6)
Requires-Dist: stevedore (>=1.16.0)
Requires-Dist: tenacity (<7.0.0,>=3.2.1)
Requires-Dist: voluptuous (>=0.8.9)
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: etcd3
Requires-Dist: etcd3 (>=0.12.0) ; extra == 'etcd3'
Requires-Dist: grpcio (>=1.18.0) ; extra == 'etcd3'
Provides-Extra: etcd3gw
Requires-Dist: etcd3gw (!=0.2.6,>=0.1.0) ; extra == 'etcd3gw'
Provides-Extra: ipc
Requires-Dist: sysv-ipc (>=0.6.8) ; extra == 'ipc'
Provides-Extra: memcached
Requires-Dist: pymemcache (!=1.3.0,>=1.2.9) ; extra == 'memcached'
Provides-Extra: mysql
Requires-Dist: PyMySQL (>=0.6.2) ; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: psycopg2 (>=2.5) ; extra == 'postgresql'
Provides-Extra: redis
Requires-Dist: redis (>=3.1.0) ; extra == 'redis'
Provides-Extra: test
Requires-Dist: coverage (>=3.6) ; extra == 'test'
Requires-Dist: ddt (>=1.2.1) ; extra == 'test'
Requires-Dist: fixtures (>=3.0.0) ; extra == 'test'
Requires-Dist: nose (>=1.3.7) ; extra == 'test'
Requires-Dist: pifpaf (>=0.10.0) ; extra == 'test'
Requires-Dist: pre-commit (>=2.6.0) ; extra == 'test'
Requires-Dist: python-subunit (>=0.0.18) ; extra == 'test'
Requires-Dist: stestr (>=2.0.0) ; extra == 'test'
Requires-Dist: testtools (>=1.4.0) ; extra == 'test'
Provides-Extra: zake
Requires-Dist: zake (>=0.1.6) ; extra == 'zake'
Provides-Extra: zookeeper
Requires-Dist: kazoo (>=2.2) ; extra == 'zookeeper'

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



