Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 386 Bytes

File metadata and controls

27 lines (19 loc) · 386 Bytes

Contributing

Back to README

Pull requests welcome. Run the test suite with:

pip install -e ".[dev]"
pytest

Publishing to PyPI

pip 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.