Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bennylope/flake8-csv
https://github.com/bennylope/flake8-csv
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bennylope/flake8-csv
- Owner: bennylope
- License: mit
- Created: 2018-06-01T00:05:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T21:35:34.000Z (over 6 years ago)
- Last Synced: 2024-03-15T12:52:47.292Z (8 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
##########
flake8-csv
##########A Flake8 plugin to generate error reports in CSV format.
Installation
============Install from PyPI:
.. code-block:: bash
$ pip install flake8-csv
Or from Git:
.. code-block:: bash
$ pip install -e git+git://github.com/bennylope/flake8-csv.git#egg=flake8_csv
Usage
=====Run Flake8 with the format option `csv`::
flake8 --format=csv