Skip to main content

Python Development

The Python implementation lives in python/. It provides the same pairwise generation algorithm as the TypeScript version.

Setup

cd python
pip install -e .
pip install -r dev_requirements.txt

Testing

pytest

Build & Publish

python -m build
twine upload dist/*