dependency_tree
Show the dependency tree for a Python project to reveal package relationships and hierarchy. Optionally limit depth or target a specific project directory.
Instructions
Display the project's dependency tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Optional maximum tree depth. | |
| project_path | No | Optional project working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |