MyPy2JUnit Script for converting output from MyPy to JUnit XML format Usage mypy somedir | mypy2junit > junit.xml or: mypy > output.txt mypy2junit output.txt > junit.xml Installation pip install mypy2junit