Simple RPC with Protobuf Services
Go to file
Luke Murphy aab77219b2
continuous-integration/drone/push Build is failing Details
Add WIP and TODO markers
2020-08-16 20:38:12 +02:00
example Further baby step towards the right structure 2020-08-13 20:46:24 +02:00
hyper_rpc Fix path to match package name 2020-08-13 20:51:43 +02:00
.drone.yml Add drone config 2020-08-09 01:34:56 +02:00
.gitignore Init hrpc 2020-08-09 01:33:07 +02:00
CHANGELOG.md Rename to straight hrpc package side and reset 2020-08-13 19:29:14 +02:00
LICENSE Init hrpc 2020-08-09 01:33:07 +02:00
README.md Add WIP and TODO markers 2020-08-16 20:38:12 +02:00
poetry.lock Add mypy to dev deps 2020-08-13 20:52:23 +02:00
pyproject.toml Add mypy to dev deps 2020-08-13 20:52:23 +02:00

README.md

hrpc

Build Status

Simple RPC with Protobuf Services

Work In Progress

Install

Unfortunately, the hrpc package name is already taken on PyPI.

$ pip install hyper-rpc

Example

The following example files are contained in the example directory

TODO.

Acknowledgements

The person who invented the term RPC