Metadata-Version: 2.0
Name: txkazoo
Version: 0.0.6b2
Summary: Twisted binding for Kazoo
Home-page: https://github.com/rackerlabs/txkazoo
Author: Manish Tomar
Author-email: manish.tomar@rackspace.com
License: Apache 2.0
Keywords: twisted kazoo zookeeper distributed
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Distributed Computing
Requires-Dist: kazoo (>=2.0)
Requires-Dist: Twisted (>=14.0.0)
Requires-Dist: zope.interface (>=4.1.1)
Requires-Dist: thimble (>=0.1.1)
Requires-Dist: funcsigs (>=0.4)

# txkazoo

[![Build Status](https://travis-ci.org/rackerlabs/txkazoo.svg)](https://travis-ci.org/rackerlabs/txkazoo)
[![Coverage Status](https://coveralls.io/repos/rackerlabs/txkazoo/badge.png)](https://coveralls.io/r/rackerlabs/txkazoo)

Twisted wrapper for [Kazoo](https://github.com/python-zk/kazoo/).

## Status

This is not yet meant for public use.

## Running tests

Use [`tox`](http://tox.testrun.org/). By default, this will run the
entire test suite plus a number of sanity checks. Any additional
positional arguments passed to `tox` will be passed to `trial`,  the
test runner. You can use this to only test part of the test suite, for
example:

```
tox -- txkazoo.test.test_something
```


