mmocchi/Python Complexity Analysis
Analyze Python code complexity with cccy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run (check, show-list, show-functions, show-summary) | no | check |
| paths | Paths to analyze (space-separated) | no | . |
| format | Output format (table, json, csv, detailed) - for show-list/show-functions only | no | table |
| max-complexity | Maximum allowed cyclomatic complexity - for check command | no | — |
| max-cognitive | Maximum allowed cognitive complexity - for check command | no | — |
| recursive | Recursively analyze directories (true/false) | no | true |
| exclude | Exclude patterns (comma-separated glob patterns) | no | — |
| include | Include patterns (comma-separated glob patterns) | no | — |
| verbose | Enable verbose output (true/false) | no | false |
Outputs
| name | description |
|---|---|
| complexity-report | Complexity analysis report |