Hacker News new | ask | show | jobs
by aabbcc1241 1276 days ago
I just learnt about PDM when I check for name clash after finished the initial implementation.

PDM is doing what I want, with different (and probably better) approach.

pym is a random idea came out when I read people complained about package management in python in another HN discussion.

I may adopt PDM eventually if it's not more complicated then I'd take. I'll try out it sometime.