TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Pym – A Python package manager works like NPM

1 pointsby aabbcc1241over 2 years ago

2 comments

masenfover 2 years 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.<p>PEP 582 [1] is mentioned in the README, which IMHO is the golden path for npm-style project dep management.<p>[1]: <a href="https:&#x2F;&#x2F;peps.python.org&#x2F;pep-0582&#x2F;" rel="nofollow">https:&#x2F;&#x2F;peps.python.org&#x2F;pep-0582&#x2F;</a>
评论 #34026244 未加载
aabbcc1241over 2 years ago
As I see peer mentioned the package managing in python is sub-optimal, I&#x27;ve a quick idea to make a simple package manager on top of venv with the DX of npm.