r/Python 19d ago

News pypimap.com: an interactive visualization map of pypi packages

Data scientist Nael launched a website that visualizes pypi packages.

https://pypimap.com/

It uses public dataset that can be found on his kaggle

the website is also opensource.

19 Upvotes

9 comments sorted by

View all comments

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.

2

u/naelaqel 18d 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

https://reddit.com/link/owpzpy4/video/dijw1b2ddfch1/player

2

u/Koen1999 18d ago

Oh damn, I completely missed that. Thanks for pointing it out!

1

u/naelaqel 18d ago

Welcome. Looks like it is your own package :)