File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# python-copier-template
8
8
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:
10
10
11
11
- Create new projects from
12
12
- Update existing projects in line with it
@@ -21,7 +21,7 @@ Releases | <https://github.com/DiamondLightSource/python-copier-template/
21
21
It integrates the following tools:
22
22
23
23
- [ 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
25
25
- [ pytest] ( https://docs.pytest.org ) for code testing and coverage
26
26
- [ pre-commit] ( https://pre-commit.com ) to run linting and formatting such as [ ruff] ( https://docs.astral.sh/ruff )
27
27
- [ 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