Simple duplex stream based binary RPC module for well defined methods
Go to file
Luke Murphy 872d1ea127
continuous-integration/drone/push Build is failing Details
Take a first run at the parser send logic
2020-08-20 11:30:57 +02:00
arpeecee Take a first run at the parser send logic 2020-08-20 11:30:57 +02:00
test Take a first run at the parser send logic 2020-08-20 11:30:57 +02:00
.drone.yml Add drone config 2020-08-18 10:32:30 +02:00
.gitignore Bootstrap package 2020-08-18 10:29:46 +02:00
CHANGELOG.md Bootstrap package 2020-08-18 10:29:46 +02:00
LICENSE Bootstrap package 2020-08-18 10:29:46 +02:00
README.md Add CI badge 2020-08-18 10:33:23 +02:00
poetry.lock Add mypy and pyvarint and lock 2020-08-18 11:07:48 +02:00
pyproject.toml Add mypy and pyvarint and lock 2020-08-18 11:07:48 +02:00

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.