Skip to main content

Async tornado client for Zookeeper.

Project description

Python Package Version Documentation Status Build Status Code Climate Test Coverage

Zoonado is a Zookeeper python client using Tornado to achieve async I/O.

Installation

Zoonado is available via PyPI, installation is as easy as:

pip install zoonado

Quick Example

from tornado import gen
from zoonado import Zoonado

@gen.coroutine
def run():
    zk = Zoonado("zk01,zk02,zk03", chroot="/shared/namespace")

    yield zk.start()

    yield zk.create("/foo/bar", data="bazz", ephemeral=True)

    yield zk.set_data("/foo/bar", "bwee")

    yield zk.close()

Development

The code is hosted on GitHub

To file a bug or possible enhancement see the Issue Tracker, also found on GitHub.

License

Zoonado is licensed under the terms of the Apache license (2.0). See the LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zoonado-0.9.1.tar.gz (30.5 kB view hashes)

Uploaded Source

Built Distribution

zoonado-0.9.1-py3-none-any.whl (50.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page