Files
hrpc/README.md

26 lines
618 B
Markdown
Raw Permalink Normal View History

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