pylint 0.25.0-1 source package in Ubuntu

Changelog

pylint (0.25.0-1) unstable; urgency=low

  * New upstream release
 -- Barry Warsaw <email address hidden>   Sun, 16 Oct 2011 12:32:22 +0200

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Precise
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pylint_0.25.0.orig.tar.gz 200.6 KiB 7873bfedad01fd67e1c1556df4530f6b809d1ce643de4c7377e22e24a8d0cd3f
pylint_0.25.0-1.diff.gz 8.8 KiB 793ae78074dc53de8521550e98b794818945f7e527d63bb7220808595faa7fe4
pylint_0.25.0-1.dsc 2.1 KiB c873586039d4e64d5399908e8c4aca87f30f5ae839e8e4ec806f21bd029a5876

Available diffs

View changes file

Binary packages built by this source

pylint: python code static checker and UML diagram generator

 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 package also ships the following additional commands:
 .
   * pyreverse: an UML diagram generator
   * symilar: an independent similarities checker
   * epylint: Emacs and Flymake compatible Pylint
   * pylint-gui: a graphical interface (reason for python-tk recommends)