3
]^X                 @   s   d Z ddlmZ d,ZdZdjdd eD Zedk	rDed	ee 7 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$gZd%Zd&d' d-D ZdS ).zpylint packaging information    )join      N.c             c   s   | ]}t |V  qd S )N)str).0num r	   4/tmp/pip-build-8app2_gc/pylint/pylint/__pkginfo__.py	<genexpr>   s    r   z-devzastroid>=2.3.0,<2.4zisort>=4.2.5,<5zmccabe>=0.6,<0.7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.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>T   s    r   pylintsymilarepylint	pyreverse)r   r   r   )r   r   r   r   )__doc__os.pathr   Z
numversionZdev_versionversionr   install_requiresdependency_linksextras_requirelicensedescriptionZwebZmailinglistauthorauthor_emailclassifiers	long_descscriptsr	   r	   r	   r
   <module>   sD   

