Metadata-Version: 2.1
Name: pyglint
Version: 0.1.2
Summary: Pylint checkers made easy.
Author: metatooling
Author-email: metatooling@cordaz.com
Requires-Python: >=3.5,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: docs
Requires-Dist: attrs
Requires-Dist: public (>=2019.4.13,<2020.0.0)
Requires-Dist: pylint
Description-Content-Type: text/x-rst

========
Overview
========

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |travis|
        | |codecov|
    * - package
      - | |version| |wheel| |supported-versions| |supported-implementations|
        | |commits-since|

.. |docs| image:: https://readthedocs.org/projects/pyglint/badge/?style=flat
    :target: https://readthedocs.org/projects/pyglint
    :alt: Documentation Status


.. |travis| image:: https://travis-ci.com/metatooling/pyglint.svg?branch=master
    :alt: Travis-CI Build Status
    :target: https://travis-ci.com/metatooling/pyglint

.. |codecov| image:: https://codecov.io/github/metatooling/pyglint/coverage.svg?branch=master
    :alt: Coverage Status
    :target: https://codecov.io/github/metatooling/pyglint

.. |version| image:: https://img.shields.io/pypi/v/pyglint.svg
    :alt: PyPI Package latest release
    :target: https://pypi.org/pypi/pyglint

.. |commits-since| image:: https://img.shields.io/github/commits-since/metatooling/pyglint/v0.1.2.svg
    :alt: Commits since latest release
    :target: https://github.com/metatooling/pyglint/compare/v0.1.2...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/pyglint.svg
    :alt: PyPI Wheel
    :target: https://pypi.org/pypi/pyglint

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pyglint.svg
    :alt: Supported versions
    :target: https://pypi.org/pypi/pyglint

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pyglint.svg
    :alt: Supported implementations
    :target: https://pypi.org/pypi/pyglint


.. end-badges

Makes it easy to write custom Pylint checkers.

Installation
============

::

    pip install pyglint

Documentation
=============


https://pyglint.readthedocs.io/

