.coveragerc
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
LICENSE
README.rst
bindep.txt
requirements.txt
run-examples.sh
setup-consul-env.sh
setup-etcd-env.sh
setup.cfg
setup.py
tox.ini
doc/source/compatibility.rst
doc/source/conf.py
doc/source/developers.rst
doc/source/drivers.rst
doc/source/history.rst
doc/source/index.rst
doc/source/install.rst
doc/source/tutorial/coordinator.rst
doc/source/tutorial/group_membership.rst
doc/source/tutorial/hashring.rst
doc/source/tutorial/index.rst
doc/source/tutorial/leader_election.rst
doc/source/tutorial/lock.rst
doc/source/tutorial/partitioner.rst
examples/coordinator.py
examples/coordinator_heartbeat.py
examples/group_membership.py
examples/group_membership_watch.py
examples/hashring.py
examples/leader_election.py
examples/lock.py
examples/partitioner.py
releasenotes/notes/add-reno-996dd44974d53238.yaml
releasenotes/notes/hashring-0470f9119ef63d49.yaml
releasenotes/notes/join_group_create-5095ec02e20c7242.yaml
releasenotes/notes/partitioner-4005767d287dc7c9.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
tools/compat-matrix.py
tools/pretty_tox.sh
tools/tox_install.sh
tooz/__init__.py
tooz/_retry.py
tooz/coordination.py
tooz/hashring.py
tooz/locking.py
tooz/partitioner.py
tooz/utils.py
tooz.egg-info/PKG-INFO
tooz.egg-info/SOURCES.txt
tooz.egg-info/dependency_links.txt
tooz.egg-info/entry_points.txt
tooz.egg-info/not-zip-safe
tooz.egg-info/pbr.json
tooz.egg-info/requires.txt
tooz.egg-info/top_level.txt
tooz/drivers/__init__.py
tooz/drivers/consul.py
tooz/drivers/etcd.py
tooz/drivers/file.py
tooz/drivers/ipc.py
tooz/drivers/memcached.py
tooz/drivers/mysql.py
tooz/drivers/pgsql.py
tooz/drivers/redis.py
tooz/drivers/zake.py
tooz/drivers/zookeeper.py
tooz/tests/__init__.py
tooz/tests/test_coordination.py
tooz/tests/test_etcd.py
tooz/tests/test_hashring.py
tooz/tests/test_memcache.py
tooz/tests/test_mysql.py
tooz/tests/test_partitioner.py
tooz/tests/test_postgresql.py
tooz/tests/test_utils.py
tooz/tests/drivers/__init__.py
tooz/tests/drivers/test_file.py