Metadata-Version: 2.1
Name: DroidRpc
Version: 1.5.0
Summary: Python client for connecting to LORA Technologies' bot services.
Home-page: https://asklora.ai
Author: LORA Tech
Author-email: asklora@loratechai.com
License: MIT
Description-Content-Type: text/markdown

# LORA Technologies' Bot Client
Client for LORA Tech's bot services.

## Developing:  
```bash
cd DroidClient
pip install -e .

// Testing
// You may need to port forward the droid service and update your hosts file
pytest tests
```
