get_package_metrics
Retrieve aggregated metrics for a Python package to analyze code complexity and structure, supporting refactoring decisions.
Instructions
Get aggregated metrics for a Python package
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | No | Name of the package (optional) | |
| package_path | Yes | Path to Python package/folder |