third_party.pylibs.pylint.src/debian/control

31 lines
1.3 KiB
Plaintext
Raw Normal View History

2006-04-26 10:48:09 +00:00
Source: pylint
Section: python
Priority: optional
Maintainer: Sylvain Thénault <sylvain.thenault@logilab.fr>
2006-04-26 10:48:09 +00:00
Uploaders: Alexandre Fayolle <afayolle@debian.org>
2006-05-22 10:37:54 +00:00
Build-Depends: debhelper (>= 5.0.0), python-dev
Standards-Version: 3.7.2
2006-04-26 10:48:09 +00:00
Package: pylint
Architecture: all
Depends: python, python-logilab-common (>= 0.13.0), python-logilab-astng (>= 0.16.0), python-tk, emacsen-common
Provides: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
Replaces: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
Description: python code static checker
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.
.
Homepage: http://www.logilab.org/projects/pylint