Metadata-Version: 2.1
Name: ango
Version: 1.3.36
Summary: Ango-Hub SDK
Author: Faruk Karakaya
Author-email: <faruk@ango.ai>
License: UNKNOWN
Keywords: imerit_ango,ango-hub,imerit_ango sdk,Ango,Ango-hub
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: python-socketio (~=5.8.0)
Requires-Dist: APScheduler (~=3.9.1)
Requires-Dist: websocket-client
Requires-Dist: flask-socketio (~=5.3.4)
Requires-Dist: requests (~=2.28)
Requires-Dist: tqdm
Requires-Dist: validators (~=0.20.0)
Requires-Dist: boto3 (==1.*)
Requires-Dist: fastapi (~=0.105.0)
Requires-Dist: uvicorn (~=0.24.0)
Requires-Dist: python-dotenv (~=1.0.1)
Requires-Dist: mangum (~=0.17.0)
Requires-Dist: lxml (~=5.3.0)
Requires-Dist: requests-toolbelt (~=1.0.0)


We provide a Python SDK to interface programmatically with Ango Hub.

### SDK Documentation

The Documentation of imerit-ango is available in:

https://docs.imerit.net/sdk/sdk-documentation

"YOUR_API_KEY" can be obtained by [following the guide in the SDK docs](https://docs.imerit.net/sdk/sdk-documentation#obtaining-your-api-key).
"ANGO_HUB_SERVER_IP" is the address of the [Ango Hub server instance](https://github.com/imerit-io/angohub-server) you would like to use. If you need
to use the local version of the server, run the server locally and give the IP address of the local address of the
server (which is `http://127.0.0.1:3001` by default). You may also use `http://test.ango.ai` or `http://imerit.ango.ai` based on what you
need.



