tracking dependencies

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michele Simionato

    #1

    tracking dependencies

    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

  • Dennis Benzinger

    #2
    Re: tracking dependencies

    Michele Simionato wrote:[color=blue]
    > 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
    >[/color]

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

    Bye,
    Dennis

    Comment

    • Michele Simionato

      #3
      Re: tracking dependencies

      Dennis Benzinger wrote:[color=blue]
      >
      > I've never tried it, but http://www.tarind.com/depgraph.html looks like
      > what you are looking for.[/color]

      This is EXACTLY what I had in mind :-)


      Michele Simionato

      Comment

      Working...