chaospatterns@lemmy.world to Python@programming.devEnglish · 4 months agoPython has too many package managersdublog.netexternal-linkmessage-square37fedilinkarrow-up176arrow-down16
arrow-up170arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to Python@programming.devEnglish · 4 months agomessage-square37fedilink
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up11arrow-down2·4 months agoI’ve tried several and all of them left be disappointed eventually.
minus-squareericjmorey@programming.devlinkfedilinkarrow-up2·4 months agoWhat did you end up using for your workflow?
minus-squarebest_username_ever@sh.itjust.workslinkfedilinkarrow-up3·4 months agoNot OP. I ended up using hatch to make packages because it’s simple and does everything without feeling like a jumbled mess of tools like Poetry. It feels unix-like and didn’t prevent from doing my job.
minus-squaredemizerone@lemmy.worldlinkfedilinkarrow-up2·3 months agoI landed on hatch. The way it handles venvs and python versioning is awesome, and can also use UV. I haven’t used UV yet tho.
I’ve tried several and all of them left be disappointed eventually.
What did you end up using for your workflow?
Not OP. I ended up using hatch to make packages because it’s simple and does everything without feeling like a jumbled mess of tools like Poetry. It feels unix-like and didn’t prevent from doing my job.
I landed on hatch. The way it handles venvs and python versioning is awesome, and can also use UV. I haven’t used UV yet tho.