accentdatabase


License
Other
Install
pip install accentdatabase==0.0.11

Documentation

Test

Commands

Install dependencies

uv sync --all-extras

Run tests

uv run pytest tests

Run linters

black:

uv run black accentdatabase example tests

ruff:

uv run ruff check --fix accentdatabase example tests

Build package

install dependencies:

uv tool install hatch

build package:

rm -rf dist && uv build

Publish package

uv publish --token <token>