hrpc/README.md
Luke Murphy aab77219b2
Some checks failed
continuous-integration/drone/push Build is failing
Add WIP and TODO markers
2020-08-16 20:38:12 +02:00

26 lines
618 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
> **Work In Progress**
## 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**
TODO.
## Acknowledgements
![The person who invented the term RPC](https://upload.wikimedia.org/wikipedia/en/9/90/BruceJayNelson.JPG)