Metadata-Version: 1.2
Name: flake8parser
Version: 0.1.1
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
Description: Flake8 Parser
        #############
        |PyPi Version| |Build Status| |Coverage Status| |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
        .. |Build Status| image:: https://travis-ci.org/newAM/flake8parser.svg?branch=master
            :target: https://travis-ci.org/newAM/flake8parser
        .. |Coverage Status| image:: https://coveralls.io/repos/github/newAM/flake8parser/badge.svg?branch=master
            :target: https://coveralls.io/github/newAM/flake8parser?branch=master
        .. |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
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
