For the following reasons I will use uv as python packaging and dependency management tool instead of poetry:
- uv is much faster
- uv is more compliant to PEPs than poetry, which makes the pyproject.toml less hacky/confusing
- I prefere the way uv is handling dependency groups
- uv seems to be the future
For the following reasons I will use uv as python packaging and dependency management tool instead of poetry: