Metadata-Version: 2.1
Name: orpc-client
Version: 0.5.11
Summary: Open RPC client.
Author: Yong ShuMin
Author-email: yongshumin@zencore.cn
Maintainer: Yong ShuMin
Maintainer-email: yongshumin@zencore.cn
License: MIT
Keywords: orpc,open rpc,open rpc client,open rpc protocol
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
License-File: LICENSE

# orpc-client

Open RPC.

## Install

```
pip install orpc-client
```


## Releases


### v0.5.9

- First release.

### v0.5.10

- Fix asio writer buffering problem.

### v0.5.11

- Doc update.
