Pull requests welcome. Run the test suite with:
pip install -e ".[dev]"
pytestpip install build twine
# Server package
python -m build
twine upload dist/*
# Client package
cd client
python -m build
twine upload dist/*See also: Architecture for project structure.