Top > Software development > Debugging > PyLint

PyLint - Pylint analyzes Python source code

Pylint is a python tool that checks if a module satisfy a coding standard. It 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.

Obtaining

Web pagehttp://www.logilab.org/projects/pylint/
Source tarballftp://ftp.logilab.org/pub/pylint/pylint-0.3.3.tar.gz
Source informationhttp://www.logilab.org/projects/pylint/project_download
Version 0.3.3 (beta) released on 2004-02-17
Licensed under The GNU General Public License, Version 2 or later.
This is not a GNU package.

Support contacts

Help List<[email protected]>
Developer List<[email protected]>
Bug List<[email protected]>

Project contacts

Maintainers
Developers

Related information

Interfacescommand line
Source languagesPython, C
Use requirementsPyChecker
Related programsPyChecker

Entry information

License verified byChristiano Anderson <[email protected]> on 2004-04-01
Entry compiled byChristiano Anderson <[email protected]>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to [email protected], or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.