Categories
PyChecker
PyChecker is a tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler (or lint) for less dynamic languages, like C and C++. Common errors that can be found include forgetting to import a module, misspelling a variable, passing the wrong number of parameters to a function/method, and not using a module/variable.
Last updated 7 Jun, 2004
About
Leadership
- Neal Norwitz - Maintainer
- See the MAINTAINERS file in the distribution for a complete list - Contributor
Related Projects
Versions
0.8.14
0.8.14 stable released 2004-06-06
- Released: 6 Jun, 2004
- Code Maturity: Stable
- Source Archive: http://telia.dl.sourceforge.net/pychecker/pyche...
- Licenses: BSD_3Clause
- Interfaces: Command Line
Development
Developer Resources
- VCS Checkout Command:
:pserver:anonymous@cvs.pychecker.sourceforge.net:/cvsroot/pychecker - VCS Repository Webview
