Replace `pyenv` with `uv` - Franck Pommereau - Blog (www.ibisc.univ-evry.fr)
from jnovinger@programming.dev to python@programming.dev on 15 Oct 2024 15:10
https://programming.dev/post/20593939

Via mamot.fr/@fp/113311994869600315

#python

threaded - newest

foenkyfjutschah@programming.dev on 16 Oct 2024 08:06 next collapse

This seems to be a more complicated UX than pew provides. it has never been hyped though.

lime@feddit.nu on 16 Oct 2024 09:02 next collapse

pew also seems like it’s only a venv manager, rather than a complete packaging system with dependency management, build scripts, and helpers. and it hasn’t been updated in five years.

foenkyfjutschah@programming.dev on 17 Oct 2024 21:32 collapse

pew also seems like it’s only a venv manager

exactly. ✨

and it hasn’t been updated in five years.

and it still does its job pleasantly.

lime@feddit.nu on 18 Oct 2024 06:09 collapse

i’m usually on your side in situations like this, i like my software stable. but this this very much apples to oranges.

eager_eagle@lemmy.world on 16 Oct 2024 23:38 collapse

tbh you just need one command, the other two in the post are direnv commands for convenience. It can’t be much simpler than that.

loweffortname@lemmy.blahaj.zone on 17 Oct 2024 02:43 collapse

I’ve enjoyed uv so far. Definitely snappy. And I appreciate that they stuck with pyproject.toml for config. It pulled in some nice stuff from pipenv (sync and update are clear commands that do expected things).

Quick complaint: I wish the python ecosystem hadn’t landed on toml for package config. I’ve never liked toml config files; always found them confusing.