I’m working on a project in which I want to visualize dependencies relationship among all packages on PyPI.
The json api contains so many missing values that it seems I have to install or download these packages and use some package management tools to get dependency information, which will take too much time.
So is there a way to make this thing esaier, or with lower overhead? I have explored but found no answer. There are not so many cases when you only want dependency list and not the package, after all.
This is my first question here. Looking forward to help and suggestion. Thank you.