hrpc/README.md

22 lines
587 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
> **The following example files are contained in 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)