chaospatterns@lemmy.world to PythonEnglish · 11 months agoPython has too many package managersdublog.netexternal-linkmessage-square38linkfedilinkarrow-up180arrow-down16
arrow-up174arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to PythonEnglish · 11 months agomessage-square38linkfedilink
minus-squareflying_sheep@lemmy.mllinkfedilinkarrow-up1·edit-211 months agoHatch 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.
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.