Metadata-Version: 1.1
Name: pylama_pylint
Version: 2.0.0
Summary: Pylint integration to pylama library.

Home-page: http://github.com/klen/pylama_pylint
Author: Kirill Klenov
Author-email: horneds@gmail.com
License: BSD
Description: Pylama_pylint
        #############
        
        pylama_pylint -- Support Pylint_ in Pylama_.
        
        .. image:: http://img.shields.io/travis/klen/pylama_pylint.svg?style=flat-square
            :target: http://travis-ci.org/klen/pylama_pylint
            :alt: Build Status
        
        .. image:: http://img.shields.io/pypi/v/pylama_pylint.svg?style=flat-square
            :target: https://crate.io/packages/pylama
            :alt: Version
        
        .. contents::
        
        
        Requirements
        =============
        
        - python >= 2.7
        
        
        Installation
        ============
        
        **Pylama_pylint** should be installed using pip: ::
        
            pip install pylama_pylint
        
        
        Usage
        =====
        ::
        
            pylama -l pylint,pep8
        
        See pylama docs for configure pylint with pylama.
        
        
        Bug tracker
        ===========
        
        If you have any suggestions, bug reports or
        annoyances please report them to the issue tracker
        at https://github.com/klen/pylama_pylint/issues
        
        
        Contributing
        ============
        
        Development of starter happens at github: https://github.com/klen/pylama_pylint
        
        
        Contributors
        ============
        
        * klen_ (horneds@gmail.com)
        
        * Serg Baburin (https://github.com/gmist)
        
        
        License
        =======
        
        Licensed under a `BSD license`_.
        
        
        .. _BSD license: http://www.linfo.org/bsdlicense.html
        .. _klen: http://klen.github.io
        .. _Pylint: http://pylint.org
        .. _Pylama: http://pylama.readthedocs.com
        
Platform: Any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
