This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ITP: pylint -- Python static code checker


wget --recursive --no-host-directories --cut-dirs=3 \
    http://cante.net/~jaalto/tmp/cygwin/pylint/pylint-0.25.1-1-src.tar.bz2 \
    http://cante.net/~jaalto/tmp/cygwin/pylint/pylint-0.25.1-1.tar.bz2 \
    http://cante.net/~jaalto/tmp/cygwin/pylint/setup.hint
|
Included in Debian:

  http://packages.debian.org/pylint

To check packaging:

  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all

Notes:

  Requires python-logilab-* modules to run.

Jari

[ setup.hint ]

sdesc: "Python static code checker"
ldesc: "Analyzes source code 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."
category: Devel Python
requires: python python-logilab-astng python-logilab-common



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]