File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77# python-copier-template
88
9- Diamond's opinionated [ copier] ( https://copier.readthedocs.io ) template for pure Python projects managed by pip . It can be optionally used to:
9+ Diamond's opinionated [ copier] ( https://copier.readthedocs.io ) template for pure Python projects. It can be optionally used to:
1010
1111- Create new projects from
1212- Update existing projects in line with it
@@ -21,7 +21,7 @@ Releases | <https://github.com/DiamondLightSource/python-copier-template/
2121It integrates the following tools:
2222
2323- [ setuptools] ( https://setuptools.pypa.io ) and [ setuptools-scm] ( https://setuptools-scm.readthedocs.io ) for packaging
24- - [ pip ] ( https://pip.pypa.io ) to manage installation
24+ - [ uv ] ( https://docs.astral.sh/uv/ ) to manage installation and project lockfile
2525- [ pytest] ( https://docs.pytest.org ) for code testing and coverage
2626- [ pre-commit] ( https://pre-commit.com ) to run linting and formatting such as [ ruff] ( https://docs.astral.sh/ruff )
2727- [ pyright] ( https://microsoft.github.io/pyright ) or [ mypy] ( https://www.mypy-lang.org ) for static type checking
You can’t perform that action at this time.
0 commit comments