A monorepo template for a Python project using uv.
This project includes:
Navigate to the target package and refer to the README.md for more information.
Generally, you should run uv sync --all-packages
first to create a virtual environment and install the dependencies.
To check linting errors or format the code, run ./scripts/lint.sh
and ./scripts/format.sh
.
Run ./scripts/test.sh
to run the tests.