Paketname | pyflakes |
Beschreibung | passive checker of Python programs |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.4.0-1 |
Sektion | universe/interpreters |
Priorität | optional |
Installierte Größe | 176 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 20840 Byte |
Prüfsumme MD5 | 9afefae248c03814dd9ef6eac7f79caa |
Prüfsumme SHA1 | cf43939d32a2e292baef167b45d9e1282912d775 |
Prüfsumme SHA256 | ae8fbe260e663eb2e3c5942d1150138da05823c73a3d51663b9331b155be3f5d |
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.
|