.coveragerc
.testr.conf
AUTHORS
ChangeLog
LICENSE
README.rst
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/index.rst
doc/source/tutorial/leader_election.rst
doc/source/tutorial/lock.rst
examples/coordinator.py
examples/coordinator_heartbeat.py
examples/group_membership.py
examples/group_membership_watch.py
examples/leader_election.py
examples/lock.py
tools/compat-matrix.py
tooz/__init__.py
tooz/coordination.py
tooz/locking.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/_retry.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_memcache.py
tooz/tests/test_mysql.py
tooz/tests/test_postgresql.py
tooz/tests/test_utils.py
tooz/tests/drivers/__init__.py
tooz/tests/drivers/test_file.py
tooz/tests/drivers/test_retry.py