Metadata-Version: 2.0
Name: flake8-formatter-junit-xml
Version: 0.0.3
Summary: JUnit XML Formatter for flake8
Home-page: https://github.com/astj/flake8-formatter-junit-xml
Author: Asato Wakisaka
Author-email: asato.wakisaka@gmail.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)
Requires-Dist: junit-xml (>=1.8)

==========================
flake8-formatter-junit-xml
==========================

JUnit XML Formatter for flake8.

Installation
============

.. code::

    pip install flake8_formatter_junit_xml

Usage
=====

.. code::

    flake8 --format junit-xml ...

License
=======

MIT


