Hacker News new | ask | show | jobs
by rfoo 706 days ago
IIUC, uv is a replacement for pip (?), and rye is for pyenv+poetry.
1 comments

In the end, uv will be the pyenv + poetry replacement, and supersede rye.
So which should I use for a new project, as of July 2024?
Rye is perfectly fine to use as of now. It uses uv under the hood anyway, but has some niceties of its own.
For example?
I would use Uv - if you can handle that it's a moving target right now. (uv python, uv lock, uv sync and so on, and in pyproject tool.uv.sources). All preview features that replace similar Rye features with a more robust implementation.
Poetry.
I would.