Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T01:51:07.000Z (4 months ago)
- Last Synced: 2024-10-18T05:18:40.637Z (18 days ago)
- Language: Python
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- 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:: bashpip 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