B
    ™oz\Ü  ã               @   sÖ   d Z ddlmZ ddlmZ d ZZdZdZd dd	„ eD ƒ¡Z	erVe	d
 e
eƒ Zne	ZdddgZg Zi Zdged< dZdZdZdZdZdZddddddddddd d!d"d#d$d%d&gZd'Zd(d)„ d*D ƒZedd+ƒgZdS ),zpylint packaging informationé    )Úabsolute_import)ÚjoinÚpylint)é   é   é   NÚ.c             c   s   | ]}t |ƒV  qd S )N)Ústr)Ú.0Znum© r   ú1lib/python3.7/site-packages/pylint/__pkginfo__.pyú	<genexpr>   s    r   z-devzastroid>=2.2.0,<3zisort>=4.2.5,<5zmccabe>=0.6,<0.7Zcoloramaz:sys_platform=="win32"ZGPLzpython code static checkerzhttps://github.com/PyCQA/pylintzmailto:code-quality@python.orgzPython Code Quality Authorityzcode-quality@python.orgz Development Status :: 6 - MaturezEnvironment :: ConsolezIntended Audience :: Developersz;License :: OSI Approved :: GNU General Public License (GPL)z"Operating System :: OS IndependentzProgramming Language :: Pythonz#Programming Language :: Python :: 3z%Programming Language :: Python :: 3.4z%Programming Language :: Python :: 3.5z%Programming Language :: Python :: 3.6z%Programming Language :: Python :: 3.7z+Programming Language :: Python :: 3 :: Onlyz;Programming Language :: Python :: Implementation :: CPythonz8Programming Language :: Python :: Implementation :: PyPyz*Topic :: Software Development :: Debuggersz2Topic :: Software Development :: Quality Assurancez(Topic :: Software Development :: Testingaé   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.
 .
 Pylint is shipped with "pyreverse" (UML diagram generator)
 and "symilar" (an independent similarities checker).c             C   s   g | ]}t d |ƒ‘qS )Úbin)r   )r
   Úfilenamer   r   r   ú
<listcomp>Z   s    r   )r   ZsymilarZepylintZ	pyreverseZtest)Ú__doc__Z
__future__r   Úos.pathr   ÚmodnameZdistnameZ
numversionZdev_versionZstring_versionr	   ÚversionZinstall_requiresZdependency_linksZextras_requireÚlicenseZdescriptionZwebZmailinglistZauthorZauthor_emailZclassifiersZ	long_descZscriptsZinclude_dirsr   r   r   r   Ú<module>   sN   

