Difference between revisions of "PyLint"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=PyLint |Short description=Pylint analyzes Python source code |Full description=Pylint is a python tool that checks if a module satisfy a coding standard. It can be ...")
 
(New version)
 
Line 3: Line 3:
 
|Short description=Pylint analyzes Python source code
 
|Short description=Pylint analyzes Python source code
 
|Full description=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.
 
|Full description=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.
 +
|Homepage URL=https://www.pylint.org/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.logilab.org/projects/pylint/
 
|VCS checkout command=
 
 
|Computer languages=C,Python
 
|Computer languages=C,Python
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=PyChecker
 
|Related projects=PyChecker
 
|Keywords=Python,variable,source code,debug,lint,line length,PyChecker,names,declared interfaces
 
|Keywords=Python,variable,source code,debug,lint,line length,PyChecker,names,declared interfaces
|Is GNU=n
+
|Version identifier=1.6.5
|Last review by=Christiano Anderson
+
|Version date=2017/01/22
|Last review date=2005-05-04
+
|Version status=stable
 +
|Version download=https://github.com/PyCQA/pylint/archive/pylint-1.6.5.tar.gz
 +
|Version comment=1.6.5 stable released 2017-01-22
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/19
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.6.4
+
|Status=
|Version date=2005-03-28
+
|Is GNU=No
|Version status=beta
+
|License verified date=2004-04-01
|Version download=http://www.logilab.org/projects/pylint/0.6.4
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Christiano Anderson
 
|License verified date=2004-04-01
 
|License verified date=2004-04-01
|Version comment=0.6.4 beta released 2005-03-28
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Sylvain Thénault
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Sylvain Thénault
 
 
|Email=sylvain.thenault@logilab.fr
 
|Email=sylvain.thenault@logilab.fr
 
|Resource URL=
 
|Resource URL=
Line 43: Line 41:
 
|Software-development=debugging
 
|Software-development=debugging
 
|Use=software-development
 
|Use=software-development
}}
 
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Christiano Anderson
 
|License verified date=2004-04-01
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 53: Line 46:
 
|Prerequisite description=Logilab's common library (http://www.logilab.org/projects/common)
 
|Prerequisite description=Logilab's common library (http://www.logilab.org/projects/common)
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 20:10, 18 February 2017


[edit]

PyLint

https://www.pylint.org/
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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Christiano Anderson

Verified on

1 April 2004




Leaders and contributors

Contact(s)Role
Sylvain Thénault Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:python-projects@logilab.org


Software prerequisites

KindDescription
Required to useLogilab's common library (http://www.logilab.org/projects/common)




Entry




















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

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.