2017-05-01 10:50:13 +03:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2015-08-25 09:05:57 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2012-02-06 16:39:49 +04:00
|
|
|
<pkgmetadata>
|
2016-01-26 08:51:40 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>python@gentoo.org</email>
|
|
|
|
<name>Python</name>
|
|
|
|
</maintainer>
|
2017-09-16 13:20:46 +03:00
|
|
|
<longdescription lang="en">
|
|
|
|
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.
|
|
|
|
</longdescription>
|
2020-07-29 20:30:32 +03:00
|
|
|
<stabilize-allarches/>
|
2013-09-25 01:10:05 +04:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="pypi">pylint</remote-id>
|
2017-05-01 10:50:13 +03:00
|
|
|
<remote-id type="github">pycqa/pylint</remote-id>
|
2013-09-25 01:10:05 +04:00
|
|
|
</upstream>
|
2012-02-06 16:39:49 +04:00
|
|
|
</pkgmetadata>
|