Metadata-Version: 2.1
Name: orpc-server
Version: 0.5.9
Summary: Open RPC server.
Author: zencore
Author-email: dobetter@zencore.cn
License: MIT
Keywords: orpc,open rpc
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
Requires-Dist: zenutils (>=0.4.8)
Requires-Dist: orpc-client (>=0.5.9)
Requires-Dist: daemon-application
Requires-Dist: bizerror

# orpc-server

Open RPC.

## Install

```
pip install orpc-server
```

## Releases

### v0.5.9

- First release.
