DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepylint
Beschreibungpython code static checker and UML diagram generator
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.21.1-1
Sektionpython
Prioritätoptional
Installierte Größe576 Byte
Hängt ab vonpython, python-support (>= 0.90.0), python-logilab-common (>= 0.50.1), python-logilab-astng (>= 0.20
Empfohlene Paketepython-tk
PaketbetreuerPython Applications Packaging Team
Quelle
Paketgröße142790 Byte
Prüfsumme MD51075c1362d983ae08435e647cd37e247
Prüfsumme SHA181aa2515636fce19bb1e3429af5b720230fda934
Prüfsumme SHA25612e349e36f0b77b74ac2c34ef4d579cda48336f503131b29252b8a01cde8a584
Link zum Herunterladenpylint_0.21.1-1_all.deb
Ausführliche BeschreibungPylint 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.


Impressum
Linux is a registered trademark of Linus Torvalds