a Python Static Analyzer

Chris Rebert clp2 at rebertia.com
Sat Dec 14 21:36:56 EST 2013


On Sat, Dec 14, 2013 at 5:31 PM, Dan Stromberg <drsalists at gmail.com> wrote:
> Where does PySonar2 sit in the spectrum from pylint
> (thorough/pedantic) to pyflakes (relaxed/few-false-positives)?
>
> I use pylint and pyflakes a lot, and I've heard that PyChecker sits in
> between them on this axis.

My impression is that PyChecker has been abandoned.
The last commit in its SourceForge CVS repo is from 2008, and `pip
install PyChecker` fails.

Cheers,
Chris



More information about the Python-list mailing list