Metadata-Version: 2.1
Name: hbase
Version: 0.1.2
Summary: Hbase REST API client built using uplink
Home-page: https://github.com/CapgeminiInventIDE/hbase
License: MIT
Keywords: hbase,rest,api
Author: Andy Challis
Author-email: andrewchallis@hotmail.co.uk
Requires-Python: >=3.6.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pydantic (>=1.8.2)
Requires-Dist: uplink (>=0.9.4)
Project-URL: Documentation, https://github.com/CapgeminiInventIDE/hbase
Project-URL: Repository, https://github.com/CapgeminiInventIDE/hbase
Description-Content-Type: text/markdown

<h1 align="center">
   <strong>hbase</strong>
</h1>

<p align="center">
    <a href="https://codecov.io/gh/ghandic/hbase" target="_blank">
        <img src="https://img.shields.io/codecov/c/github/ghandic/hbase?color=%2334D058" alt="Coverage">
    </a>
    <a href="https://ghandic.github.io/hbase" target="_blank">
        <img src="https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat" alt="Docs">
    </a>
    <a href="https://pypi.org/project/hbase/" target="_blank">
        <img src="https://img.shields.io/pypi/v/hbase.svg" alt="PyPI Latest Release">
    </a>
    <br /><a href="https://github.com/ghandic/hbase/blob/main/LICENSE" target="_blank">
        <img src="https://img.shields.io/github/license/ghandic/hbase.svg" alt="License">
    </a>
    <a href="https://github.com/psf/black" target="_blank">
        <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
    </a>
</p>

Hbase REST API client built using uplink

## Main Features

- ... # TODO: Add features

## Installation

<div class="termy">

```console
$ pip install hbase

---> 100%
```

</div>

## Usage

### Basic 😊

```python
import hbase

...
```

Results in ... # TODO: Add example

```python
# TODO: Add example
```

## Credits

- # TODO: Add credits

## License

* [MIT License](/LICENSE)

