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

Usage Tracking

0.18
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

Aug 19, 2020 at 21:34

License

MIT

Total Downloads

13.3K

Supported Platforms

noarch