Coordinate distributed systems.
19c0a0b468
autodoc_default_flags was deprecated and is now triggering a warning that breaks our builds. Switch to the equivalent autodoc_default_options configuration, which essentially turns the flags into dict keys that map to None[1]: 'Setting None is equivalent to giving the option name in the list format (i.e. it means “yes/true/on”).' Change-Id: I573f19a054e535a90db8bb16a02b2c7f28d8e6d1 1: http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_default_options |
||
---|---|---|
doc | ||
examples | ||
releasenotes | ||
tools | ||
tooz | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
run-examples.sh | ||
run-tests.sh | ||
setup-consul-env.sh | ||
setup-etcd-env.sh | ||
setup.cfg | ||
setup.py | ||
tox.ini |
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.
- Free software: Apache license
- Documentation: https://docs.openstack.org/tooz/latest/
- Source: https://git.openstack.org/cgit/openstack/tooz
- Bugs: https://bugs.launchpad.net/python-tooz/
- Release notes: https://docs.openstack.org/releasenotes/tooz