PyChecker
HomePage: http://pychecker.sourceforge.net/
Author: akaihola
Download: git://github.com/akaihola/PyChecker.git
PyChecker is a static analysis tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. This is my mirror/fork of the SourceForge CVS repository.