Contributing¶
Development setup¶
Install the package in editable mode with dev dependencies:
$ uv pip install --editable . -G dev
Run the tests:
$ uv run pytest
cihai contributing guide¶
unihan-db follows the cihai organization’s contributing conventions. See the cihai contributing guide for full details on submitting patches, writing tests, and code review workflow.