flake8-json


Nameflake8-json JSON
Version 24.4.0 PyPI version JSON
download
home_pagehttps://github.com/pycqa/flake8-json
SummaryJSON Formatting Reporter plugin for Flake8
upload_time2024-04-20 18:01:22
maintainerNone
docs_urlNone
authorIan Stapleton Cordasco
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Flake8-JSON
===========

This is a plugin for Flake8 that will format the output as JSON. The output of
the default JSON formatter is not pretty-printed. If you'd like the output to
be pretty-printed, use json-pretty instead.

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=json-pretty ...

.. 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pycqa/flake8-json",
    "name": "flake8-json",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ian Stapleton Cordasco",
    "author_email": "graffatcolmingov@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/29/31/13e0ad99887a2c53c05535d53a37f738ba94c538e9db24b06e494dc4a7b6/flake8_json-24.4.0.tar.gz",
    "platform": null,
    "description": "Flake8-JSON\n===========\n\nThis is a plugin for Flake8 that will format the output as JSON. The output of\nthe default JSON formatter is not pretty-printed. If you'd like the output to\nbe pretty-printed, use json-pretty instead.\n\nCodeClimate support is also offered through this plugin as of v20.12.0\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n    pip install flake8-json\n\n\nUsage\n-----\n\n.. code-block:: bash\n\n    flake8 --format=json ...\n\n.. code-block:: bash\n\n    flake8 --format=json-pretty ...\n\n.. code-block:: bash\n\n    flake8 --format=codeclimate ...\n\n\nCompetitors\n-----------\n\nNone that I could find on PyPI\n\n\nMaintenance Policy\n------------------\n\nThis project is seeking maintainers. Please open an issue if you're interested\nand ensure that you've read the PyCQA's `Code of Conduct`_.\n\n\n.. _Code of Conduct:\n    http://meta.pycqa.org/en/latest/code-of-conduct.html\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "JSON Formatting Reporter plugin for Flake8",
    "version": "24.4.0",
    "project_urls": {
        "Homepage": "https://github.com/pycqa/flake8-json"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "206a37448b973c933ec7babf8e4303ffab031c4608e8979a2e4f2eb69718bed8",
                "md5": "7bc9f897d13dd381b584d3c187757211",
                "sha256": "a8eda3ab44d3a79c8617cbf352fe3cb13d51e8be1e6e1e51f1ade11b11c1c849"
            },
            "downloads": -1,
            "filename": "flake8_json-24.4.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bc9f897d13dd381b584d3c187757211",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 4602,
            "upload_time": "2024-04-20T18:01:21",
            "upload_time_iso_8601": "2024-04-20T18:01:21.160973Z",
            "url": "https://files.pythonhosted.org/packages/20/6a/37448b973c933ec7babf8e4303ffab031c4608e8979a2e4f2eb69718bed8/flake8_json-24.4.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "293113e0ad99887a2c53c05535d53a37f738ba94c538e9db24b06e494dc4a7b6",
                "md5": "154a29d918ee8d094b8e216c34c9a92c",
                "sha256": "40293763c30efcf69cf442eab7e8124c27f36e97e7dd5d09edac6d565b2025de"
            },
            "downloads": -1,
            "filename": "flake8_json-24.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "154a29d918ee8d094b8e216c34c9a92c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4017,
            "upload_time": "2024-04-20T18:01:22",
            "upload_time_iso_8601": "2024-04-20T18:01:22.707599Z",
            "url": "https://files.pythonhosted.org/packages/29/31/13e0ad99887a2c53c05535d53a37f738ba94c538e9db24b06e494dc4a7b6/flake8_json-24.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-20 18:01:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pycqa",
    "github_project": "flake8-json",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "flake8-json"
}
        
Elapsed time: 0.27430s