Metadata-Version: 2.1
Name: pycortexintelligence
Version: 0.0.2
Summary: Cortex Intelligence Platform integration package.
Home-page: https://github.com/endersonmenezes/pycortexintelligence
Author: Enderson Menezes
Author-email: endersonster@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.24.0)

# WIP: PY Cprtex Intelligence

## How to build locale
```shell
python setup.py bdist_wheel
```

## How to update on PIP
```
python -m twine upload  dist/*
```

