@[email protected] to [email protected]English • 5 months agoPython has too many package managersdublog.netmessage-square39fedilinkarrow-up179 cross-posted to: [email protected]
arrow-up179external-linkPython has too many package managersdublog.net@[email protected] to [email protected]English • 5 months agomessage-square39fedilink cross-posted to: [email protected]
minus-square@[email protected]linkfedilink3•5 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-square@[email protected]linkfedilink1•edit-25 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.
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.