Open RPC client.
Project description
orpc-client
Open RPC client.
Install
pip install orpc-client
Server Install
pip install orpc
Protocol
oRPC request
- request_package = 4bytes-length-byteorder-big + msgstack.dumps(request_body)
- request_body = {"event": "xxx", "args": [], "kwargs": {}}
oRPC response
- response_package = 4bytes-length-byteorder-big + msgstack.dumps(response_body)
- response_body = {"result": xx, "code": 0, "message": "xxx"}
Releases
v0.1.0
- First release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
orpc-client-0.1.0.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file orpc-client-0.1.0.tar.gz
.
File metadata
- Download URL: orpc-client-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75e5e500b983dbf22352546c104304632a4dee8ee1dd4276fb8cf44c54f8f653 |
|
MD5 | 23224cf63ccd7e34dc34bff16ddf61d1 |
|
BLAKE2b-256 | 9fa9276f93c7f5e7e0ab06dd37c5f03704ed3f1439815a45b92864862caf32cf |
File details
Details for the file orpc_client-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: orpc_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b52586a0f3c5271dbe9a1766d1728369d1b8e6c87cb660bda6a777adfd9be65 |
|
MD5 | 4a69f043a20ff2f1d7f0c7c66832a238 |
|
BLAKE2b-256 | 32c90b9b96063fbc63a1b1beb8c265f6159f089a4b5554e37241e254508e9846 |