Metadata-Version: 2.1
Name: pylama-pylint
Version: 3.1.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
Platform: Any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: pylama (>=6.3.3)
Requires-Dist: pylint (>=1.6.4)

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


