CMD + K

modulegraph

Community

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.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::modulegraph

Usage Tracking

0.19.7
0.19.6
0.19.5
0.19.3
0.19.2
5 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Nov 23, 2025 at 17:18

License

MIT

Total Downloads

29.4K

Supported Platforms

noarch