Metadata-Version: 1.1
Name: txkazoo
Version: 0.0.5
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
Description: # 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
        ```
        
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
