Simple RPC with Protobuf Services
Go to file
Luke Murphy 50c5c85f5b
Drop old deps and re-lock
2020-08-13 19:36:48 +02:00
hrpc Rename to straight hrpc package side and reset 2020-08-13 19:29:14 +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 Rename to straight hrpc package side and reset 2020-08-13 19:29:14 +02:00
poetry.lock Drop old deps and re-lock 2020-08-13 19:36:48 +02:00
pyproject.toml Drop old deps and re-lock 2020-08-13 19:36:48 +02:00

README.md

hrpc

Build Status

Simple RPC with Protobuf Services

Install

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

$ pip install hyper-rpc

Example

TLDR; See the example directory

Acknowledgements

The person who invented the term RPC