Metadata-Version: 2.0
Name: flake8-csv
Version: 0.2.0
Summary: CSV reporting formatter plugin for Flake8
Home-page: https://github.com/bennylope/flake8-csv
Author: Ben Lopatin
Author-email: ben@benlopatin.com
License: MIT
Platform: UNKNOWN
Classifier: Framework :: Flake8
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: flake8 (>3.0.0)

##########
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



