eider-py
This is the reference Python implementation of the Eider RPC protocol.
Full documentation is on Read the Docs.
Quick Start
python3 -m venv venv
venv/bin/pip install -e .
venv/bin/pip install -r requirements-dev.txt
venv/bin/pytest
This is the reference Python implementation of the Eider RPC protocol.
Full documentation is on Read the Docs.
python3 -m venv venv
venv/bin/pip install -e .
venv/bin/pip install -r requirements-dev.txt
venv/bin/pytest