Metadata-Version: 2.1
Name: mypy2junit
Version: 1.0.0
Summary: Script for converting output from MyPy to Junit XML format
Home-page: https://github.com/Dundee/mypy2junit
Author: Daniel Milde
Author-email: daniel@milde.cz
License: BSD-3-Clause
Description: # MyPy2Junit
        
        Script for converting output from MyPy to Junit XML format
        
        Usage:
        
        ```
        mypy somedir | mypy2junit > junit.xml
        ```
        
        or:
        
        ```
        mypy > output.xml
        mypy2junit output.xml > junit.xml
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
