Metadata-Version: 2.1
Name: DroidRpc
Version: 1.6.1
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
Requires-Dist: grpclib (==0.4.3)
Requires-Dist: grpcio-tools (==1.51.1)
Requires-Dist: googleapis-common-protos (==1.57.0)
Requires-Dist: protobuf (==4.21.12)
Requires-Dist: setuptools (==58.0.4)
Requires-Dist: six (==1.16.0)
Requires-Dist: pandas (==1.5.3)

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

Example usage can be found in `tests/`.

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

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