Metadata-Version: 2.1
Name: tghelper
Version: 0.0.5
Summary: Useful tools to work with Elastic stack in Python
Home-page: https://github.com/louisza/tghelper
Download-URL: https://pypi.org/project/tghelper/
Author: Louis Pienaar
Author-email: lpienaar@gmail.com
License: MIT
Keywords: TigerGraph
Description-Content-Type: text/markdown
License-File: LICENSE

Useful tools to work with TigerGraph in Python

# Description
    
It consists of one module:

- `tghelper`: helper functions to work with TigerGraph and pyTigerGraph

# Installation
 
## Normal installation

```bash
pip install tghelper
```

## Development installation

```bash
git clone https://github.com/louisza/tghelper.git
cd tghelper
pip install --editable .
```

## pypi Build reminder (for the developers)

```bash
python3 setup.py sdist bdist_wheel


