Coordinate distributed systems.
Go to file
Joshua Harlow dfd0e7870e Handle str not working when exceptions contain unicode
When a exception contains unicode, the usage of str() in
python 3.3 will cause an error, so try to use the native
python text_type first, and then only revert back to using
str() if that fails.

Change-Id: I4f36642453555c8e288cb67956d47bd0bcb8783f
2014-02-04 16:51:24 -08:00
tooz Handle str not working when exceptions contain unicode 2014-02-04 16:51:24 -08:00
.gitignore First commit of Tooz 2013-12-19 12:18:35 +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 First commit of Tooz 2013-12-19 12:18:35 +01:00
run_tests.sh First commit of Tooz 2013-12-19 12:18:35 +01:00
setup.cfg Add a fake ZooKeeper driver 2014-01-14 11:09:10 +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

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.