Tool to visualise a codebase. Like pydeps, which visualises dependencies between modules, or objgraph, which is a module that lets you visually explore Python object graphs, but not janky and with some intelligent method of informing prominently displayed objects.
See this Perplexity dialogue (âAre there any tools that allow you to put in a (Python) codebase and get a rendered visual map of the module/function/class dependencies. Iâve used depgraph (or some library called something like that) in the past and it was a little janky. Ideally I could paste in a GitHub linkâ).