Whist rules implementation
You need uv for development.
# Create venv and install deps
uv syncThe Python virtual environment will be created in the .venv directory.
# Run tests (in venv)
python -m pytest # or pylint...
# OR
uv run -m pytestGenerates sdist and bdist_wheel.
uv buildYou need the environment variable UV_PUBLISH_TOKEN filled with a PyPI token.
uv build
uv publish