this post was submitted on 15 Oct 2024
22 points (95.8% liked)

Python

6356 readers
7 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] loweffortname@lemmy.blahaj.zone 4 points 3 weeks ago* (last edited 3 weeks ago)

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.

[–] foenkyfjutschah@programming.dev 0 points 3 weeks ago (2 children)

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

[–] lime@feddit.nu 5 points 3 weeks ago (1 children)

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 1 points 3 weeks ago (1 children)

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 1 points 3 weeks ago

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 2 points 3 weeks ago* (last edited 3 weeks ago)

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.