uv sync --all-extrasuv run pytest testsruff:
uv run ruff format accentdatabase example testsuv run ruff check --fix accentdatabase example testsinstall dependencies:
uv tool install hatchbuild package:
rm -rf dist && uv builduv publish --token <token>