https://github.com/newam/flake8parser
A public python API for flake8 created by parsing the command line output.
https://github.com/newam/flake8parser
Last synced: 6 months ago
JSON representation
A public python API for flake8 created by parsing the command line output.
- Host: GitHub
- URL: https://github.com/newam/flake8parser
- Owner: newAM
- License: mit
- Created: 2020-05-12T00:47:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T16:34:32.000Z (7 months ago)
- Last Synced: 2025-07-18T03:50:43.978Z (6 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: license
Awesome Lists containing this project
README
Flake8 Parser
#############
|PyPi Version| |Black|
Per the `flake8 docs`_.
> Flake8 3.0.0 presently does not have a public, stable Python API.
This is a parser to provide a public python API for flake8 by parsing the command line output.
Unit Tests
**********
.. code:: bash
pip install pytest>=5.4.2
pytest
.. |PyPi Version| image:: https://badge.fury.io/py/flake8parser.svg
:target: https://badge.fury.io/py/flake8parser
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
.. _flake8 docs: https://flake8.pycqa.org/en/latest/user/python-api.html#public-python-api