LICENSE
MANIFEST.in
README.rst
pyproject.toml
junitparser/__init__.py
junitparser/__main__.py
junitparser/cli.py
junitparser/junitparser.py
junitparser/py.typed
junitparser/xunit2.py
junitparser.egg-info/PKG-INFO
junitparser.egg-info/SOURCES.txt
junitparser.egg-info/dependency_links.txt
junitparser.egg-info/entry_points.txt
junitparser.egg-info/top_level.txt
tests/test_cli.py
tests/test_fromfile.py
tests/test_general.py
tests/test_write.py
tests/test_xunit2.py
tests/data/jenkins.xml
tests/data/no_fails.xml
tests/data/no_suites_tag.xml
tests/data/normal.xml
tests/data/pytest_error.xml
tests/data/pytest_success.xml