ports/devel/py-modulegraph/pkg/DESCR

7 lines
312 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.