Metadata-Version: 2.1
Name: flake8-json
Version: 21.7.0
Summary: JSON Formatting Reporter plugin for Flake8
Home-page: https://gitlab.com/pycqa/flake8-json
Author: Ian Stapleton Cordasco
Author-email: graffatcolmingov@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: !=3.0,!=3.1,!=3.2,!=3.3,>=2.7
License-File: LICENSE

Flake8-JSON
===========

This is a plugin for Flake8 that will format the output as JSON. By default,
the output is **not** pretty-printed. We would love to add that as a separate
formatter option, though.

CodeClimate support is also offered through this plugin as of v20.12.0


Installation
------------

.. code-block:: bash

    pip install flake8-json


Usage
-----

.. code-block:: bash

    flake8 --format=json ...

.. code-block:: bash

    flake8 --format=codeclimate ...


Competitors
-----------

None that I could find on PyPI


Maintenance Policy
------------------

This project is seeking maintainers. Please open an issue if you're interested
and ensure that you've read the PyCQA's `Code of Conduct`_.


.. _Code of Conduct:
    http://meta.pycqa.org/en/latest/code-of-conduct.html


