Simple RPC with Protobuf Services
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Luke Murphy aab77219b2
continuous-integration/drone/push Build is failing Details
Add WIP and TODO markers
3 years ago
example Further baby step towards the right structure 3 years ago
hyper_rpc Fix path to match package name 3 years ago
.drone.yml Add drone config 3 years ago
.gitignore Init hrpc 3 years ago
CHANGELOG.md Rename to straight hrpc package side and reset 3 years ago
LICENSE Init hrpc 3 years ago
README.md Add WIP and TODO markers 3 years ago
poetry.lock Add mypy to dev deps 3 years ago
pyproject.toml Add mypy to dev deps 3 years ago

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