uv sync --all-extras
uv run pytest tests
ruff:
uv run ruff format accentdatabase example tests
uv run ruff check --fix accentdatabase example tests
install dependencies:
uv tool install hatch
build package:
rm -rf dist && uv build
uv publish --token <token>