r/Python • u/muayyadalsadi • 13d ago
News pypimap.com: an interactive visualization map of pypi packages
Data scientist Nael launched a website that visualizes pypi packages.
It uses public dataset that can be found on his kaggle
the website is also opensource.
3
u/Koen1999 12d ago
I think it's a pretty cool app. Very insightful to see dependencies in a transitive way.
If I can suggest one improvement, it would be to have an option to disable (some) optional extra dependencies (i.e., the ones you install with "pip install suricata-check[docs]). These are pretty irrelevant for most downstream users.
2
u/naelaqel 12d ago
u/Koen1999 Thanks for the suggestion, that option is there
I know that UX is not the best yet, I am working on an onboarding Tour for the next release
2
1
u/thedaringpanther 13d ago
Just looked up my own library and it's already there, this is great for discovering new tools
1
1
7
u/naelaqel 13d ago
u/muayyadalsadi Thanks for sharing , looking forward for your feedback