2020-08-13 17:29:14 +00:00
|
|
|
# hrpc
|
2020-08-08 23:33:07 +00:00
|
|
|
|
2020-08-13 17:29:14 +00:00
|
|
|
[![Build Status](https://drone.autonomic.zone/api/badges/hyperpy/hrpc/status.svg)](https://drone.autonomic.zone/hyperpy/hrpc)
|
2020-08-08 23:37:19 +00:00
|
|
|
|
2020-08-08 23:33:07 +00:00
|
|
|
## Simple RPC with Protobuf Services
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2020-08-13 17:29:14 +00:00
|
|
|
Unfortunately, the [hrpc](https://pypi.org/project/hrpc/) package name is already taken on PyPI.
|
|
|
|
|
2020-08-08 23:33:07 +00:00
|
|
|
```sh
|
2020-08-09 02:05:14 +00:00
|
|
|
$ pip install hyper-rpc
|
2020-08-08 23:33:07 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
2020-08-13 18:46:24 +00:00
|
|
|
> **The following example files are contained in the [example](https://github.com/hyperpy/hrpc/tree/master/example) directory**
|
2020-08-09 01:35:01 +00:00
|
|
|
|
2020-08-13 17:29:14 +00:00
|
|
|
## Acknowledgements
|
2020-08-09 00:57:20 +00:00
|
|
|
|
|
|
|
![The person who invented the term RPC](https://upload.wikimedia.org/wikipedia/en/9/90/BruceJayNelson.JPG)
|