GitHub - mitsuhiko/rye: An Experimental Package Management Solution for Python
(github.com)
from norambna@programming.dev to python@programming.dev on 20 Jan 2024 21:33
https://programming.dev/post/8872775
from norambna@programming.dev to python@programming.dev on 20 Jan 2024 21:33
https://programming.dev/post/8872775
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. github.com/mitsuhiko/rye/discussions/544
via hachyderm.io/@mitsuhiko/111790331145932934
#python
threaded - newest
Another?
github.com/mitsuhiko/rye/discussions/6
Interesting and quite awesome. Hope it can grow enough to be mature soon and I can start using this instead of Poetry.
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.
Poetry sounds pretty similar too
That’s how Poetry works. I guess all modern ones work like this.
Hatch appears to roll in some pyenv features too, installing and using various python versions.
Edit: Rye does too!