Big update to rye is out: 0.18.0. Lots of bug fixes, lock files with source references for better docker support, global Python shims now pick up .python-version, automatic venv recreation on move. https://github.com/mitsuhiko/rye/discussions/544
GitHub - mitsuhiko/rye: An Experimental Package Management Solution for Python
https://github.com/mitsuhiko/rye
7 Comments
MegaMacSlice@programming.dev · 6 pts · 2y
Another?
thesporkeffect@lemmy.world · 5 pts · 2y
https://github.com/mitsuhiko/rye/discussions/6
jsalvador@programming.dev · 5 pts · 2y
Interesting and quite awesome. Hope it can grow enough to be mature soon and I can start using this instead of Poetry.
SpeakinTelnet@sh.itjust.works · 6 pts · 2y
I've been using hatch lately and being able to setup dependencies, packaging, ruff, and black all in a package.toml and not having to setup virtual environment is really nice. I'd recommend a try.
naught@sh.itjust.works · 2 pts · 2y
Poetry sounds pretty similar too
jsalvador@programming.dev · 2 pts · 2y
That's how Poetry works. I guess all modern ones work like this.
naught@sh.itjust.works · 2 pts · 2y
Hatch appears to roll in some pyenv features too, installing and using various python versions.
Edit: Rye does too!