Metadata-Version: 2.1
Name: ldbg-jsonrpc
Version: 1.0.1
Summary: Python3 Client SDK for Little Daemon Bot Gateway jsonrpc-server-any (https://projectriri.github.io/bot-gateway/docs/Plugins.html#jsonrpc-server-any) Plugin.
Home-page: https://github.com/projectriri/bot-gateway/tree/master/adapters/jsonrpc-server-any/client/python
Author: Project Riri Staff
Author-email: lijiahao99131@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# LDBG JSON-RPC

Python3 Client SDK for Little Daemon Bot Gateway 
[jsonrpc-server-any](https://projectriri.github.io/bot-gateway/docs/Plugins.html#jsonrpc-server-any) Plugin.

## Install

```
pip3 install ldbg-jsonrpc
```

## Usage

Checkout [this](https://github.com/projectriri/bot-gateway/blob/master/adapters/jsonrpc-server-any/client/python/main.py) example.

