third_party.pylibs.pylint.src/debian/control

32 lines
1.4 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-09-19 08:10:33 +00:00
Build-Depends: debhelper (>= 5.0.37.2), python (>=2.3.5-7), python-central (>=0.5)
2006-05-22 10:37:54 +00:00
Standards-Version: 3.7.2
2006-06-15 08:44:22 +00:00
XS-Python-Version: current
2006-04-26 10:48:09 +00:00
Package: pylint
Architecture: all
2006-10-03 08:08:02 +00:00
Depends: ${python:Depends}, python-logilab-common (>= 0.19.3), python-logilab-astng (>= 0.16.1), python-tk, emacsen-common
2006-06-15 08:44:22 +00:00
XB-Python-Version: ${python:Versions}
2006-04-26 10:48:09 +00:00
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.
.
2006-11-21 11:45:22 +00:00
Homepage: http://www.logilab.org/Project/name/pylint
2006-04-26 10:48:09 +00:00