Metadata-Version: 2.1
Name: aiohappybase
Version: 1.4.0
Summary: Asyncio fork of HappyBase
Home-page: https://github.com/python-happybase/aiohappybase
Author: Roger Aiudi
Author-email: aiudirog@gmail.com
License: MIT
Keywords: hbase,thrift,async,asyncio,happybase
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: thriftpy2 (>=0.4.11)
Requires-Dist: async-generator ; python_version < "3.7"

AIOHappyBase
============

.. image:: https://img.shields.io/pypi/v/aiohappybase.svg
   :target: https://pypi.python.org/pypi/aiohappybase
   :alt: PyPI

.. image:: https://img.shields.io/badge/license-MIT-red.svg
   :target: https://en.wikipedia.org/wiki/MIT_License
   :alt: Licence - MIT

.. image:: https://github.com/python-happybase/aiohappybase/workflows/tests/badge.svg
   :target: https://github.com/python-happybase/aiohappybase
   :alt: Tests Status

.. image:: https://readthedocs.org/projects/aiohappybase/badge/?version=latest
   :target: https://aiohappybase.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://codecov.io/gh/python-happybase/aiohappybase/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/python-happybase/aiohappybase
   :alt: Coverage Status

**AIOHappyBase** is a developer-friendly Python_ library to interact asynchronously with Apache
HBase_. It is a fork of the original `HappyBase <https://github.com/wbolster/happybase>`_ library aiming to deliver a very similar API.

* `Documentation <https://aiohappybase.readthedocs.io/>`_ (Docs)
* `Downloads <http://pypi.python.org/pypi/aiohappybase/>`_ (PyPI)
* `Source code <https://github.com/python-happybase/aiohappybase>`_ (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.


