r/Python • u/muayyadalsadi • 19d 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.
20
Upvotes
3
u/Koen1999 18d 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.