Metadata-Version: 2.1
Name: gloflow
Version: 0.1.18
Summary: Py package for interacting with the gloflow platform API's.
Home-page: https://github.com/gloflow/gloflow
Author: Ivan Trajkovic
Author-email: glofloworg@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pymongo
Requires-Dist: requests
Requires-Dist: boto3
Requires-Dist: colored==1.4.4
Requires-Dist: delegator-py
Requires-Dist: Pillow
Requires-Dist: beautifulsoup4
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: google-auth
Requires-Dist: google-cloud-bigquery




build package and publish to PyPi:
```
python3 -m build
twine upload dist/*
```


update local gloflow package from PyPi public repo:
```
pip3 install --upgrade gloflow --break-system-packages
```


install localy in `editable` mode.
links the package directly to the source code directory
```
pip3 install -e .
```
