chaospatterns@lemmy.world to Python@programming.devEnglish · 4 months agoPython has too many package managersdublog.netexternal-linkmessage-square39fedilinkarrow-up177arrow-down16 cross-posted to: hackernews@lemmy.smeargle.fans
arrow-up171arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to Python@programming.devEnglish · 4 months agomessage-square39fedilink cross-posted to: hackernews@lemmy.smeargle.fans
minus-squareflying_sheep@lemmy.mllinkfedilinkarrow-up1·edit-24 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.