Luis Norambuena@programming.devM to Python@programming.devEnglish · 2 months agouv IS the Future of Python Packaging 🐍📦www.youtube.comexternal-linkmessage-square39fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkuv IS the Future of Python Packaging 🐍📦www.youtube.comLuis Norambuena@programming.devM to Python@programming.devEnglish · 2 months agomessage-square39fedilinkfile-text
minus-squareCodeMonkey@programming.devlinkfedilinkarrow-up0·2 months agopip is a perfectly usable package manager and is included in most python distributions now. Is it perfect? No, but it is good enough for every team I have been on.
minus-squareJuanlu@social.cooplinkfedilinkarrow-up0·2 months ago@CodeMonkey @ertai No it is not perfectly usable for all people, all projects, all situations. uv definitely gets much closer to that.
minus-squareMoc@lemmy.worldlinkfedilinkarrow-up0·2 months agoExcept that it’s slower than uv and therefore strictly worse for build processes
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·edit-22 months agoit’s usable, yet it doesn’t attempt to solve a a third of the problems uv, poetry, and pdm address. it’s also not hard to end up with a broken env with pip.
pip
is a perfectly usable package manager and is included in most python distributions now. Is it perfect? No, but it is good enough for every team I have been on.@CodeMonkey @ertai No it is not perfectly usable for all people, all projects, all situations. uv definitely gets much closer to that.
Except that it’s slower than uv and therefore strictly worse for build processes
it’s usable, yet it doesn’t attempt to solve a a third of the problems uv, poetry, and pdm address.
it’s also not hard to end up with a broken env with pip.