analyze_python_package
Analyze a Python package or folder to identify refactoring opportunities. Provides a comprehensive analysis to guide code improvements.
Instructions
Comprehensive package/folder analysis for refactoring opportunities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | No | Name of the package (optional, will be inferred from path) | |
| package_path | Yes | Path to Python package/folder to analyze |