GitHub - mitsuhiko/rye: An Experimental Package Management Solution for Python

https://github.com/mitsuhiko/rye

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

via https://hachyderm.io/@mitsuhiko/111790331145932934

25 points · 7 comments · view on lemmy.world

7 Comments

MegaMacSlice@programming.dev · 6 pts · 2y (1 reply)

Another?

jsalvador@programming.dev · 5 pts · 2y (4 replies)

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 (3 replies)

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 (2 replies)

Poetry sounds pretty similar too

jsalvador@programming.dev · 2 pts · 2y (1 reply)

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!