tooz/tooz
Yassine Lamgarchal db1708709f First commit of Tooz
For now the project is composed of a simple API and
use ZooKeeper as the first backend.

Created files:
    - tooz/api.py: the python public API and the abstract class
to implement for backends.

    - tooz/drivers/zookeeper.py: the ZooKeeper backend using the
Kazoo client.

    - tooz/exceptions.py: additional exception will be defined here.

    - tooz/models.py: read only classes, for now the Member class.

    - tooz/tests/test_api.py: Tooz will provide a unique unit-tests suite
which will be run against all backends (thanks to testscenarios).

Change-Id: I4e4cefb52cf6c39a3f6ba35ab1d4ef34a77b5811
2013-12-09 12:19:37 +01:00
..
drivers First commit of Tooz 2013-12-09 12:19:37 +01:00
tests First commit of Tooz 2013-12-09 12:19:37 +01:00
__init__.py First commit of Tooz 2013-12-09 12:19:37 +01:00
api.py First commit of Tooz 2013-12-09 12:19:37 +01:00
models.py First commit of Tooz 2013-12-09 12:19:37 +01:00