Metadata-Version: 2.1
Name: flake8parser
Version: 0.1.0
Summary: A public python API for flake8 created by parsing the command line output.
Home-page: https://github.com/newAM/flake8parser
Author: Alex M.
Author-email: 7845120+newAM@users.noreply.github.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Requires-Dist: flake8 (>=3.8.1)

Flake8 Parser
#############

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


.. _flake8 docs: https://flake8.pycqa.org/en/latest/user/python-api.html#public-python-api


