Code Analysis In Python

Posted by Jerub on Stack Overflow See other posts from Stack Overflow or by Jerub
Published on 2008-09-19T07:40:22Z Indexed on 2010/05/09 20:58 UTC
Read the original article Hit count: 284

What tools are good to use for code analysis in python?

I have a large source repository split across multiple projects, and I would like to be able to run tools across the directories to see details like Cyclomatic Complexity, and perhaps be able to spot errors using static analysis.

Ideally, I would like to be able to produce a report about the health of the source code, so we can spot problem areas that need to be addressed.

© Stack Overflow or respective owner

Related posts about python

Related posts about static-analysis