Paketname | pyflakes |
Beschreibung | passive checker of Python programs |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.4.0-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 120 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Python Applications Packaging Team |
Quelle | |
Paketgröße | 20786 Byte |
Prüfsumme MD5 | 77e9f630622c8c0d133f73943f9cc36d |
Prüfsumme SHA1 | 54324a0bddadd82389daf0c1ef5feabc5978cf77 |
Prüfsumme SHA256 | c9ab3b885699a32b7b280c2996c600691db1d9c4a89a429143fac95c6b6a1994 |
Link zum Herunterladen | pyflakes_0.4.0-1_all.deb |
Ausführliche Beschreibung | 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.
|