Project DescriptionWeb Page

Pyflakes is a program that analyzes Python
programs and detects various errors. It works by
parsing the source file rather than importing it,
so it is safe to use on modules with side effects.
It's also much faster.

Review
Your rating
Review this project