Coordinate distributed systems.
Go to file
Julien Danjou 910188e2f8 tests: do not skip test on connection error
Change-Id: I50973f8c1dfc2f4ec9b5847784085a0f163845e2
2014-12-01 14:24:37 +01:00
doc/source Merge "doc: add locking" 2014-11-18 18:39:48 +00:00
examples doc: switch examples to Zake 2014-11-18 15:39:05 +01:00
tooz tests: do not skip test on connection error 2014-12-01 14:24:37 +01: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
functions.sh tox: splits test scenarios 2014-11-03 16:09:19 +01:00
requirements-py3.txt Move sysv_ipc deps to test-requirements 2014-10-28 14:58:34 +01:00
requirements.txt Merge "Move sysv_ipc deps to test-requirements" 2014-11-03 15:56:34 +00:00
run-examples.sh Have examples run in the py27 environment and make them work 2014-09-19 11:57:56 -07:00
setup-memcached-env.sh tests: do not skip test on connection error 2014-12-01 14:24:37 +01:00
setup-mysql-env.sh Add MySQL driver 2014-11-17 11:09:23 +01:00
setup-postgresql-env.sh Add a PostgreSQL driver 2014-11-06 12:16:41 +01:00
setup-redis-env.sh tests: do not skip test on connection error 2014-12-01 14:24:37 +01:00
setup-zookeeper-env.sh tests: do not skip test on connection error 2014-12-01 14:24:37 +01:00
setup.cfg Add MySQL driver 2014-11-17 11:09:23 +01:00
setup.py First commit of Tooz 2013-12-19 12:18:35 +01:00
test-requirements.txt Merge "Translate psycopg2 errors/exceptions into tooz exceptions" 2014-11-18 10:45:02 +00:00
tox.ini Fix tox envlist 2014-11-18 11:51:37 +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.