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 Ubuntu Archiv lucid (universe)
Version0.19.0-1
Sektionuniverse/python
Prioritätoptional
Installierte Größe648 Byte
Hängt ab vonpython, python-support (>= 0.90.0), python-logilab-common (>= 0.45.0), python-logilab-astng (>= 0.19
Empfohlene Paketepython-tk
PaketbetreuerUbuntu Developers
Quelle
Paketgröße135608 Byte
Prüfsumme MD500f7c0616a3587adcee5816b4209a14e
Prüfsumme SHA108f4584a5d475a2ff652a613836a623a0ef5a0ad
Prüfsumme SHA25660bf21642cc8d03b0f1913dd39c3c43eb77b5978ad8bb33aaff2c9b468c33b2f
Link zum Herunterladenpylint_0.19.0-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