tracking dependencies

Dennis Benzinger Dennis.Benzinger at gmx.net
Thu Jun 8 14:08:31 EDT 2006


Michele Simionato wrote:
> I have a big framework (not written by me) with lots of internal
> dependencies and I am
> looking for a tool to see the dependency tree. I.e. given a module x,
> it should show me all the modules imported by x, and the modules
> imported
> by them recursively. Standard library modules should be ignored
> and there should be an option to turns off the visualization of certain
> 
> modules, for instance the ones in given subpackages. I guess somebody
> has already written it, maybe even with
> a nice visual backend. Any hint?
> 
>            Michele Simionato
> 

I've never tried it, but http://www.tarind.com/depgraph.html looks like 
what you are looking for.

Bye,
Dennis



More information about the Python-list mailing list