Simple duplex stream based binary RPC module for well defined methods
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.
Luke Murphy 872d1ea127
continuous-integration/drone/push Build is failing Details
Take a first run at the parser send logic
3 years ago
arpeecee Take a first run at the parser send logic 3 years ago
test Take a first run at the parser send logic 3 years ago
.drone.yml Add drone config 3 years ago
.gitignore Bootstrap package 3 years ago
CHANGELOG.md Bootstrap package 3 years ago
LICENSE Bootstrap package 3 years ago
README.md Add CI badge 3 years ago
poetry.lock Add mypy and pyvarint and lock 3 years ago
pyproject.toml Add mypy and pyvarint and lock 3 years ago

README.md

arpeecee

Build Status

Simple duplex stream based binary RPC module for well defined methods

Work In Progress

Install

$ pip install arpeecee

Example

TODO.