Metadata-Version: 2.1
Name: rango-sdk
Version: 0.1.0
Home-page: https://github.com/Nimara0x/rango-sdk
Author: Nimara0x
Author-email: nimcrypto12@gmail.com
Requires-Python: >=3.9
Requires-Dist: aiogram>=3.1.1
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: web3==6.15.1
Requires-Dist: dataclasses-json==0.6.4
Requires-Dist: aiohttp_cors==0.7.0

# Rango Python SDK 
Install the SDK using the following command:

`pip install rango-sdk`

### Set up `.env`:

```dotenv
TOKEN='xxxx'  # your bot token here
RANGO_API_KEY='YourRangoApi'
RANGO_BASE_URL='https://api.rango.exchange/'
WEBHOOK_URL='YourServerAddress'
DEVELOPMENT='true' # For testing
```

Then just import `rango_client` and start using it.
