22 lines
552 B
Markdown
22 lines
552 B
Markdown
# hrpc
|
|
|
|
[![Build Status](https://drone.autonomic.zone/api/badges/hyperpy/hrpc/status.svg)](https://drone.autonomic.zone/hyperpy/hrpc)
|
|
|
|
## Simple RPC with Protobuf Services
|
|
|
|
## Install
|
|
|
|
Unfortunately, the [hrpc](https://pypi.org/project/hrpc/) package name is already taken on PyPI.
|
|
|
|
```sh
|
|
$ pip install hyper-rpc
|
|
```
|
|
|
|
## Example
|
|
|
|
> **TLDR; See the [example](https://github.com/hyperpy/hrpc/tree/master/example) directory**
|
|
|
|
## Acknowledgements
|
|
|
|
![The person who invented the term RPC](https://upload.wikimedia.org/wikipedia/en/9/90/BruceJayNelson.JPG)
|