hrpc/README.md

26 lines
618 B
Markdown
Raw Permalink Normal View History

# hrpc
2020-08-08 23:33:07 +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
2020-08-16 18:38:12 +00:00
> **Work In Progress**
2020-08-08 23:33:07 +00:00
## Install
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
> **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-16 18:38:12 +00:00
TODO.
## 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)