I am interested in getting function call usage in the python/numfocus ecosystem. Basically I want to get results similar to Top 20 Pandas, NumPy and SciPy functions on GitHub – Alexander Galea's Blog where they compile the most commonly used numpy, scipy, pandas methods. Is there a way to download all python3Packages.*
packages and print the resulting path so that I can grep the resulting files?
Additionally is there a way to compute the number of packages that depend on a certain package? For example how many packages depend on numpy.