Python module dependency analysis tool


Keywords
import, dependencies
License
MIT
Install
pip install modulegraph==0.19.7

Documentation

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.

CI Status

Project links