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