Checkstyle for Python

Posted by oneself on Stack Overflow See other posts from Stack Overflow or by oneself
Published on 2010-06-04T21:21:34Z Indexed on 2010/06/06 17:22 UTC
Read the original article Hit count: 322

Filed under:
|
|

Is there an application similar to Java's Checkstyle for Python?

By which I mean, I tool that analyzes Python code, and can be run as part of continuous integration (e.g. CruiseControl or Hudson). After analyzing it should produce an online accessible report which outlines any problems found in the code.

Thank you,

© Stack Overflow or respective owner

Related posts about java

Related posts about python