I have a large source repository split across multiple projects. I would like to produce a report about the health of the source code, identifying problem areas that need to
For cyclomatic complexity you can use radon: https://github.com/rubik/radon
(Use pip to install it: pip install radon)
Additionally it also has these features: