pyflakes 0.3.0
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| pyflakes-0.3.0.tar.gz (md5) | Source | 2009-01-30 16:27:09 | 10KB | 752 | |
- Author: Moe Aboulkheir <moe at divmod com>
- Home Page: http://www.divmod.org/trac/wiki/DivmodPyflakes
- License: MIT
- Package Index Owner: moea, exarkun
- DOAP record: pyflakes-0.3.0.xml
Log in to rate this package.
Package rating (1 vote):
5.0
- 5 points: 1 vote
Ratings range from 0 to 5 (best).
Package Comments:
- osuchw (2009-11-13, 5 points):
