Coordinate distributed systems.
Go to file
Joshua Harlow b74d70968f Switch badges from 'pypip.in' to 'shields.io'
The badge hosting at 'pypip.in' has been broken for a while
now, it was supposed to be fixed in the following PR(s):

- https://github.com/badges/pypipins/issues/39
- https://github.com/badges/pypipins/issues/38
- https://github.com/badges/pypipins/issues/37

That does not appear to have actually happened and/or is not
getting addressed, so switch to a more reliable badge hosting
site that provides the same badge information.

Change-Id: I2c7ccc4885dcaaf5b3fa83c61ccbdc3097d42816
2015-06-11 20:44:26 -07:00
doc/source Typo in Locking doc 2015-04-28 11:28:53 -07:00
examples doc: switch examples to Zake 2014-11-18 15:39:05 +01:00
tools Add a driver feature compatibility matrix 2015-03-09 18:34:00 -07:00
tooz Merge "Implement watch/unwatch elected_as_leader for redis driver" 2015-06-09 10:24:12 +00:00
.gitignore Add pbr generated and testr files to gitignore 2014-03-06 11:54:28 +01:00
.gitreview Fix .gitreview after rename/transfer 2014-12-06 19:27:17 +03: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 Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:44:26 -07:00
requirements-py3.txt Updated from global requirements 2015-06-11 00:49:14 +00:00
requirements.txt Updated from global requirements 2015-06-11 00:49:14 +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: remove check_port 2014-12-01 15:00:47 +01:00
setup-mysql-env.sh fix mysql driver url parsing 2015-03-16 06:16:27 -07:00
setup-postgresql-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-redis-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-sentinel-env.sh Update sentinel support to allow multiple sentinel hosts 2015-01-12 14:18:53 +00:00
setup-zookeeper-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup.cfg Add zookeeper tag in setup.cfg 2015-05-03 18:01:41 -07:00
setup.py Updated from global requirements 2015-02-05 20:20:17 +00:00
test-requirements.txt Updated from global requirements 2015-05-29 16:43:34 +00:00
tox.ini Add a driver feature compatibility matrix 2015-03-09 18:34:00 -07:00

README.rst

Tooz

Latest Version

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.

Join us