Metadata-Version: 1.1
Name: flake8-junit-report
Version: 0.0.1
Summary: Simple tool that converts a flake8 file to junit format
Home-page: https://github.com/initios/flake8-junit-report
Author: Carlos Goce
Author-email: carlosgoce@gmail.com
License: BSD 3-Clause License
Description: flake8-junit-report
        ===================
        Simple tool that converts a flake8 file to junit format.
        Use it on your CI server to see the flake8 failures with ease.
        
        .. image:: https://travis-ci.org/initios/flake8-junit-report.svg?branch=develop
            :target: https://travis-ci.org/initios/flake8-junit-report
        .. image:: https://coveralls.io/repos/initios/flake8-junit-report/badge.svg
            :target: https://coveralls.io/r/initios/flake8-junit-report
        .. image:: https://img.shields.io/badge/LICENSE-BSD%203--Clause-brightgreen.svg
        
        Usage
        -----
        Create your flake8 file as usual:
        
        .. code:: shell-session
        
            $ flake8 --output-file flake8.txt
        
        Convert it to JUnit format:
        
        .. code:: shell-session
        
            $ junit_conversor flake8.txt flake8_junit.xml
        
        Running the tests
        -----
        
        .. code:: shell-session
        
            $ pip install -r requirements_dev.txt
            $ tox
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
