Description
Source-code complexity and maintainability metrics become available from the terminal. Developers can measure cyclomatic complexity, raw counts, Halstead metrics, and maintainability indexes for Python projects during review or CI checks. It reads project files and reports metrics; it does not change source code.