Metadata-Version: 1.1
Name: polysquare-setuptools-lint
Version: 0.0.48
Summary: Provides a 'polysquarelint' command for setuptools
Home-page: http://github.com/polysquare/polysquare-setuptools-lint
Author: Sam Spilsbury
Author-email: smspillaz@gmail.com
License: MIT
Description: Polysquare Setuptools Linter
        ============================
        
        This module provides a lint command to run several well-known python
        static analysis tools, including prospector, flake8, pyroma and pylint.
        
        Status
        ------
        
        \| Travis CI (Ubuntu) \| AppVeyor (Windows) \| Coverage \| PyPI \|
        Licence \|
        \|--------------------\|--------------------\|----------\|------\|---------\|
        \|`|Travis| <http://travis-ci.org/polysquare/polysquare-setuptools-lint>`_\|`|AppVeyor| <https://ci.appveyor.com/project/smspillaz/polysquare-setuptools-lint-7r9ws>`_\|`|Coveralls| <http://coveralls.io/polysquare/polysquare-setuptools-lint>`_\|`|PyPIVersion| <https://pypi.python.org/pypi/polysquare-setuptools-lint>`_`|PyPIPythons| <https://pypi.python.org/pypi/polysquare-setuptools-lint>`_\|`|License| <http://github.com/polysquare/polysquare-setuptools-lint>`_\|
        
        Usage
        -----
        
        ::
        
            Options for 'PolysquareLintCommand' command:
              --suppress-codes   Error codes to suppress
              --exclusions       Glob expressions of files to exclude
              --stamp-directory  Where to store stamps of completed jobs
        
        Pass ``--exclude=PAT1,PAT2`` to exclude glob-expression patterns PAT1
        and PAT2 from the list of files to be linted.
        
        Pass ``--suppress-codes=CODE1,CODE2`` to suppress reported codes
        globally.
        
        All linter errors can be suppressed inline by using
        ``suppress(CODE1,CODE2)`` as either a comment at the end of the line
        producing the error or the line directly above it.
        
        .. |Travis| image:: https://img.shields.io/travis/polysquare/polysquare-setuptools-lint.svg
        .. |AppVeyor| image:: https://img.shields.io/appveyor/ci/smspillaz/polysquare-setuptools-lint-7r9ws.svg
        .. |Coveralls| image:: https://img.shields.io/coveralls/polysquare/polysquare-setuptools-lint.svg
        .. |PyPIVersion| image:: https://img.shields.io/pypi/v/polysquare-setuptools-lint.svg
        .. |PyPIPythons| image:: https://img.shields.io/pypi/pyversions/polysquare-setuptools-lint.svg
        .. |License| image:: https://img.shields.io/github/license/polysquare/polysquare-setuptools-lint.svg
        
Keywords: development linters
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
