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

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

MegaMacSlice@programming.dev on 20 Jan 2024 21:49 next collapse

Another?

thesporkeffect@lemmy.world on 21 Jan 2024 16:32 collapse
jsalvador@programming.dev on 20 Jan 2024 22:54 collapse

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 on 21 Jan 2024 01:00 collapse

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 on 21 Jan 2024 03:38 collapse

Poetry sounds pretty similar too

jsalvador@programming.dev on 21 Jan 2024 08:18 collapse

That’s how Poetry works. I guess all modern ones work like this.

naught@sh.itjust.works on 21 Jan 2024 15:48 collapse

Hatch appears to roll in some pyenv features too, installing and using various python versions.

Edit: Rye does too!