Contributing¶
unihan-etl is part of the cihai project. Development conventions, issue triage, and PR guidelines follow the shared cihai contributing guide:
Quick start¶
$ git clone https://github.com/cihai/unihan-etl.git
$ cd unihan-etl
$ uv sync --group dev
$ uv run py.test
Continuous testing¶
$ uv run ptw .