summaryrefslogtreecommitdiff
path: root/README.rst
blob: c29dadc6a73546a6899dca0de817cbc59efdd164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HappyBase
=========

**HappyBase** is a developer-friendly Python_ library to interact with Apache
HBase_.

* `Documentation <https://happybase.readthedocs.io/>`_ (Read the Docs)
* `Downloads <http://pypi.python.org/pypi/happybase/>`_ (PyPI)
* `Source code <https://github.com/wbolster/happybase>`_ (Github)

.. _Python: http://python.org/
.. _HBase: http://hbase.apache.org/

.. If you're reading this from the README.rst file in a source tree,
   you can generate the HTML documentation by running "make doc" and browsing
   to doc/build/html/index.html to see the result.