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 cctbx202211::modulegraph

Usage Tracking

0.19.3
1 / 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

Jan 3, 2023 at 01:17

License

MIT

Total Downloads

20.5K

Supported Platforms

noarch