|
|
|
|
|
by masenf
1277 days ago
|
|
I was going to ask how this differs from what PDM is doing, but then I see that it’s “just a bash script” that provides the workflow you’re going for. PEP 582 [1] is mentioned in the README, which IMHO is the golden path for npm-style project dep management. [1]: https://peps.python.org/pep-0582/ |
|
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.