Metadata-Version: 1.1
Name: aiohappybase
Version: 1.3.0
Summary: Asyncio fork of HappyBase
Home-page: https://github.com/python-happybase/aiohappybase
Author: Roger Aiudi
Author-email: aiudirog@gmail.com
License: MIT
Description: AIOHappyBase
        ============
        
        .. image:: https://github.com/python-happybase/aiohappybase/workflows/Run%20Tests/badge.svg
           :target: https://github.com/python-happybase/aiohappybase
           :alt: Workflow 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
        
        **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.
        
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: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
