Metadata-Version: 2.1
Name: easybase
Version: 0.4
Summary: A developer-friendly Python library to interact with Apache HBase,support thrift2. It's heavily references to happybase. thank Wouter Bolsterlee
Home-page: https://github.com/wgzhao/easybase
Author: wgzhao
Author-email: wgzhao@gmail.com
License: MIT
Keywords: HBase,easybase,happybase
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: thrift (>0.8.9)
Requires-Dist: thriftpy (>=0.3.7)
Requires-Dist: ujson (>=1.33)
Requires-Dist: python (>=2.7)
Requires-Dist: six (>=1.7)

EasyBase
========

**HappyBase** is a developer-friendly Python library to interact with
Apache HBase. But it not support Thrift 2 protocol. So I fork it and try
to support Thrift 2 and name to **EasyBase**

HBase thrift 2 cut all DDL schema and merge almost row manipulation. It
mainly support put,get and scan function.

Installation
------------

``pip install easybase``

Demo
----

you can view ``DemoClient.py`` to get detail.


