Simple duplex stream based binary RPC module for well defined methods
Go to file
Luke Murphy 33ebb2f8ef
Bootstrap package
2020-08-18 10:29:46 +02:00
arpeecee Bootstrap package 2020-08-18 10:29:46 +02:00
test Bootstrap package 2020-08-18 10:29:46 +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 Bootstrap package 2020-08-18 10:29:46 +02:00
pyproject.toml Bootstrap package 2020-08-18 10:29:46 +02:00

README.md

arpeecee

Simple duplex stream based binary RPC module for well defined methods

Work In Progress

Install

$ pip install arpeecee

Example

TODO.