pkgsrc/devel/py-modulegraph/DESCR
rodent f933cf65f3 Import py27-modulegraph-0.11 as devel/py-modulegraph.
modulegraph determines a dependency graph between Python modules primarily by
bytecode analysis for import statements.

modulegraph uses similar methods to modulefinder from the standard library, but
uses a more flexible internal representation, has more extensive knowledge of
special cases, and is extensible.
2014-02-09 15:09:46 +00:00

6 lines
312 B
Text

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