tracking dependencies

  • Thread starter Michele Simionato
  • Start date
M

Michele Simionato

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
 
D

Dennis Benzinger

Michele said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top