summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2017-05-31 19:10:56 -0700
committerBen Bangert <ben@groovie.org>2017-05-31 20:50:20 -0700
commit2c0374a03b1239335ad6329320c91c79ea9ed38d (patch)
tree2a1e038d9a191b6d4ffb59f42eac3f55f8012967 /README.md
parent3a657b9f93df418fe437507c259f32752469c9df (diff)
downloadkazoo-2c0374a03b1239335ad6329320c91c79ea9ed38d.tar.gz
chore: tag 2.3.0 release
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b6dd29f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+Kazoo
+=====
+
+![Travis Build](https://travis-ci.org/python-zk/kazoo.svg?branch=master)
+
+![Latest Version](https://img.shields.io/pypi/v/kazoo.svg)
+
+![Downloads](https://img.shields.io/pypi/dm/kazoo.svg)
+
+`kazoo` implements a higher level API to [Apache
+Zookeeper](http://zookeeper.apache.org/) for Python clients.
+
+See [the full docs](http://kazoo.rtfd.org/) for more information.
+
+License
+-------
+
+`kazoo` is offered under the Apache License 2.0.
+
+Authors
+-------
+
+`kazoo` started under the [Nimbus
+Project](http://www.nimbusproject.org/) and through collaboration with
+the open-source community has been merged with code from
+[Mozilla](http://www.mozilla.org/) and the [Zope
+Corporation](http://zope.com/). It has since gathered an active
+community of over fifty contributors.