chaospatterns@lemmy.world to Python@programming.devEnglish · 8 个月前Python has too many package managersdublog.netexternal-linkmessage-square40fedilinkarrow-up180arrow-down16 cross-posted to: [email protected]
arrow-up174arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to Python@programming.devEnglish · 8 个月前message-square40fedilink cross-posted to: [email protected]
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up12arrow-down2·8 个月前I’ve tried several and all of them left be disappointed eventually.
minus-squareericjmorey@programming.devlinkfedilinkarrow-up2·8 个月前What did you end up using for your workflow?
minus-squarebest_username_everlinkfedilinkarrow-up3·8 个月前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.
minus-squareflying_sheep@lemmy.mllinkfedilinkarrow-up1·edit-28 个月前Hatch is great. It’s easy to get started but I wouldn’t call it simple. Flit is simple, because it’s limited. Hatch is complex enough to allow you to override everything, which makes it not simple, but also not complicated.
minus-squaredemizerone@lemmy.worldlinkfedilinkarrow-up2·7 个月前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.
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.
Hatch is great. It’s easy to get started but I wouldn’t call it simple. Flit is simple, because it’s limited.
Hatch is complex enough to allow you to override everything, which makes it not simple, but also not complicated.
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.