Coordinate distributed systems.
Go to file
Julien Danjou 135a523a94 Use retrying instead of our custom code
This pulls in retrying that handles the retry logic better than ours
custom made one.

Change-Id: Iedf00e245702add4cf122ed39732378de44eb3db
2014-07-15 15:58:15 +02:00
tooz Use retrying instead of our custom code 2014-07-15 15:58:15 +02:00
.gitignore Add pbr generated and testr files to gitignore 2014-03-06 11:54:28 +01:00
.gitreview Added .gitreview 2013-12-04 00:18:35 +00:00
.testr.conf First commit of Tooz 2013-12-19 12:18:35 +01:00
LICENSE First commit of Tooz 2013-12-19 12:18:35 +01:00
README.rst First commit of Tooz 2013-12-19 12:18:35 +01:00
requirements.txt Use retrying instead of our custom code 2014-07-15 15:58:15 +02:00
run_tests.sh Add memcached driver 2014-03-21 11:51:50 +01:00
setup.cfg Add memcached driver 2014-03-21 11:51:50 +01:00
setup.py First commit of Tooz 2013-12-19 12:18:35 +01:00
test-requirements.txt Add asynchronous API 2014-01-28 14:57:41 +01:00
tox.ini First commit of Tooz 2013-12-19 12:18:35 +01:00

README.rst

tooz

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.