chaospatterns@lemmy.world to Python@programming.devEnglish · 2 年前Python has too many package managersdublog.netexternal-linkmessage-square39linkfedilinkarrow-up180arrow-down16
arrow-up174arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to Python@programming.devEnglish · 2 年前message-square39linkfedilink
minus-squareflying_sheep@lemmy.mllinkfedilinkarrow-up1·2 年前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.
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.