a Python Static Analyzer

Mark Lawrence breamoreboy at yahoo.co.uk
Sat Dec 14 21:56:03 EST 2013


On 15/12/2013 02:36, Chris Rebert wrote:
> 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
>

I've no idea as to the real status of Pyflakes so hopefully this 
https://mail.python.org/pipermail/code-quality/2013-December/000189.html 
is just a temporary hickup.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list