Paketname | pylint |
Beschreibung | python code static checker and UML diagram generator |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.21.1-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 576 Byte |
Hängt ab von | python, python-support (>= 0.90.0), python-logilab-common (>= 0.50.1), python-logilab-astng (>= 0.20 |
Empfohlene Pakete | python-tk |
Paketbetreuer | Python Applications Packaging Team |
Quelle | |
Paketgröße | 142790 Byte |
Prüfsumme MD5 | 1075c1362d983ae08435e647cd37e247 |
Prüfsumme SHA1 | 81aa2515636fce19bb1e3429af5b720230fda934 |
Prüfsumme SHA256 | 12e349e36f0b77b74ac2c34ef4d579cda48336f503131b29252b8a01cde8a584 |
Link zum Herunterladen | pylint_0.21.1-1_all.deb |
Ausführliche Beschreibung | Pylint is a Python source code analyzer which looks for programming
errors, helps enforcing a coding standard and sniffs for some code
smells (as defined in Martin Fowler's Refactoring book)
.
Pylint can be seen as another PyChecker since nearly all tests you
can do with PyChecker can also be done with Pylint. However, Pylint
offers some more features, like checking length of lines of code,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented,
and much more.
.
Additionally, it is possible to write plugins to add your own checks.
.
The included command pyreverse generates UML class and package
diagrams.
.
The recommended python-tk package is only for using the pylint-gui
script.
|