SourcetrailPythonIndexer
SourcetrailPythonIndexer copied to clipboard
Question: How to get global module dependency overview?
IMHO it's very helpful to see which modules depend on other modules. Especially on big projects a top level dependency view is helpful so you don't have to choose every module manually to understand the overall dependency structure. It's different to a single source trail.
If you know a tool that can already do this properly please let me know.