Luis Norambuena@programming.devM to Python@programming.devEnglish · 5 months agouv IS the Future of Python Packaging 🐍📦www.youtube.comexternal-linkmessage-square38fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkuv IS the Future of Python Packaging 🐍📦www.youtube.comLuis Norambuena@programming.devM to Python@programming.devEnglish · 5 months agomessage-square38fedilinkfile-text
minus-squareertai@programming.devlinkfedilinkarrow-up0·edit-25 months agoYet another python packager............... insane that such a popular language still doesn’t have this basic problem solved.
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up0·5 months agoYeah but this one is actually good. So hopefully it will displace all the others.
minus-squaresum_yung_gai@lemm.eelinkfedilinkarrow-up0·5 months agoI use poetry and it works really well. I would consider it solved but that doesn’t mean there isn’t the possibility of a better solution.
minus-squareCodeMonkey@programming.devlinkfedilinkarrow-up0·5 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·5 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·5 months agoExcept that it’s slower than uv and therefore strictly worse for build processes
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·edit-25 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.
Yet another python packager
...............
insane that such a popular language still doesn’t have this basic problem solved.Yeah but this one is actually good. So hopefully it will displace all the others.
I use poetry and it works really well. I would consider it solved but that doesn’t mean there isn’t the possibility of a better solution.
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.