Syntax and style checker for Python code
Pylint analyzes Python source code looking for bugs and signs of poor
quality.
Pylint is a python tool that checks if a module satisfy a coding
standard. Pylint can be seen as another PyChecker since nearly all
tests you can do with PyChecker can also be done with Pylint. But
Pylint offers some more features, like checking line-code's length,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented, and
much more (see the complete check list).
The big advantage with Pylint is that it is highly configurable,
customizable, and you can easily write a small plugin to add a personal
feature.
Please send any comment, patch or question to the python-projects
mailing-list. Before asking a question, please first search the
archives in case it would have already been answered. You may want to
use google and add "site:lists.logilab.org" to your keywords to narrow
your search. We will soon provide our own search engine.
Author:
--------
Logilab
- Links to openSUSE:12.3 / python-pylint
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:12.3/python3-pylint && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
pylint-0.25.1.tar.gz | 0000211562 207 KB | |
python-pylint.changes | 0000022399 21.9 KB | |
python-pylint.spec | 0000002746 2.68 KB | |
python3-pylint.changes | 0000000529 529 Bytes | |
python3-pylint.spec | 0000002736 2.67 KB |
Latest Revision
Split 12.3 from Factory
Comments 0