README.txt 313 B

123456
  1. modulegraph determines a dependency graph between Python modules primarily
  2. by bytecode analysis for import statements.
  3. modulegraph uses similar methods to modulefinder from the standard library,
  4. but uses a more flexible internal representation, has more extensive
  5. knowledge of special cases, and is extensible.