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 cctbx202003::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

Mar 20, 2020 at 19:20

License

MIT

Total Downloads

2.4K

Supported Platforms

noarch