2020-08-13 19:29:14 +02:00
|
|
|
# hrpc
|
2020-08-09 01:33:07 +02:00
|
|
|
|
2020-08-13 19:29:14 +02:00
|
|
|
[](https://drone.autonomic.zone/hyperpy/hrpc)
|
2020-08-09 01:37:19 +02:00
|
|
|
|
2020-08-09 01:33:07 +02:00
|
|
|
## Simple RPC with Protobuf Services
|
|
|
|
|
|
2020-08-16 20:38:12 +02:00
|
|
|
> **Work In Progress**
|
|
|
|
|
|
2020-08-09 01:33:07 +02:00
|
|
|
## Install
|
|
|
|
|
|
2020-08-13 19:29:14 +02:00
|
|
|
Unfortunately, the [hrpc](https://pypi.org/project/hrpc/) package name is already taken on PyPI.
|
|
|
|
|
|
2020-08-09 01:33:07 +02:00
|
|
|
```sh
|
2020-08-09 04:05:14 +02:00
|
|
|
$ pip install hyper-rpc
|
2020-08-09 01:33:07 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
2020-08-13 20:46:24 +02:00
|
|
|
> **The following example files are contained in the [example](https://github.com/hyperpy/hrpc/tree/master/example) directory**
|
2020-08-09 03:35:01 +02:00
|
|
|
|
2020-08-16 20:38:12 +02:00
|
|
|
TODO.
|
|
|
|
|
|
2020-08-13 19:29:14 +02:00
|
|
|
## Acknowledgements
|
2020-08-09 02:57:20 +02:00
|
|
|
|
|
|
|
|

|