Hwrapper
Hwrapper is a python framework for hbase rest api
Hwrapper is python 3+ wrapper for hbase rest.
(alternate download from pypi http://pypi.python.org/pypi/Hwrapper/0.1 )
Common Usage :
start your hbase rest $bin/hbase rest start -p 9300 (Default port is 8080)
check out wiki for more detailed tutorial.
Creating a table
hwrapper=Hwrapper()
hwrapper.connectionParameters("host","port", False) // third argument set to false if you are not using https
hwrapper.setAcceptType("json")
columnFamilies={"cf","cf1...