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.
copied from cf-post-staging / modulegraph| Label | Latest Version |
|---|---|
| main | 0.19.7 |
| cf202003 | 0.18 |