csrc/: C / C++ / Objective-C / Objective-C++ source codeobjctypes.h: C header for public function declarations.
src/: Python source code / type stubs
- Install dependencies and build project with
uv sync - Setup the project environment with
uv run task setup
Follow PEP 8.
Follow PEP 7.
Run tests with uv run task test.
- Run all checks with
uv run task check - Fix all problems with
uv run task fix
Follow Conventional Commits.