pyflakes

Rating: 
0
No votes yet

passive checker of Python programs
Pyflakes is program to analyze Python programs and detect various
errors. It works by parsing the source file, not importing it, so it
is safe to use on modules with side effects. It's also much faster.
.
Unlike PyLint, Pyflakes checks only for logical errors in programs;
it does not perform any checks on style.

Application versions: 
AttachmentSizeDate
File pyflakes_0.4.0-1_all.deb20.58 KB05/08/2013 - 13:16
Changelog: 

pyflakes (0.4.0-1) unstable; urgency=low

* New upstream release
* debian/patches/always_close_fd.diff
- refreshed to reflect new code
* debian/{control, rules}
- use 'dh