Categories
PyLint
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.
Last updated 4 May, 2005
About
Leadership
- Sylvain Thénault - Maintainer
Requirements
- Logilab's common library (http://www.logilab.org/projects/common) (Use Requirement)
Related Projects
Versions
0.6.4
0.6.4 beta released 2005-03-28
- Released: 28 Mar, 2005
- Code Maturity: Beta
- Source Archive: http://www.logilab.org/projects/pylint/0.6.4
- Licenses: GPLv2orlater
- Interfaces: Command Line




