analyze_imports
Analyze Python import dependency graphs to identify circular dependencies, orphan modules, hub modules, and instability scores for understanding project architecture.
Instructions
Analyze Python import dependency graph. Returns module metrics, circular dependencies (cycles), orphan modules, hub modules, and instability scores. Use to understand project architecture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Root directory of the Python project to analyze. |