skip to navigation
skip to content

pyflakes 0.2.0

passive checker of Python programs

Latest Version: 0.5.0

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.