You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Development
2
2
3
-
## Using Poetry
3
+
## Using UV
4
4
5
-
The _Multiparser_ repository makes use of the [Poetry](https://python-poetry.org/) which is a pip-installable dependency management and virtual environment tool for assisting development, and recommended when contributing to the project. The included `poetry.lock` file provides a shareable virtual environment definition. Poetry is able to resolve dependency versions to ensure cross-compatibility.
5
+
The _Multiparser_ repository makes use of the [UV](https://docs.astral.sh/uv/) which is a pip-installable dependency management and virtual environment tool for assisting development, and recommended when contributing to the project. The included `uv.lock` file provides a shareable virtual environment definition. UV is able to resolve dependency versions to ensure cross-compatibility.
6
6
7
7
## Pre-commit
8
8
@@ -22,8 +22,8 @@ pre-commit run --all
22
22
23
23
_Multiparser_ follows the Numpy docstring convention for outlining function and class parameters and return types.
24
24
25
-
Included within the git hooks is the docstring coverage check tool [_interrogate_](https://pypi.org/project/interrogate/) which checks whether all functions within the `multiparser` module have been documented. The tool can be run in isolation using Poetry:
25
+
Included within the git hooks is the docstring coverage check tool [_interrogate_](https://pypi.org/project/interrogate/) which checks whether all functions within the `multiparser` module have been documented. The tool can be run in isolation using UV:
0 commit comments