Metadata-Version: 2.1
Name: junit-reports
Version: 2020.1.2
Summary: Process Junit xml files to get runtime reports
Home-page: https://github.com/renefritze/junit_reports
Author: René Fritze
Author-email: rene@fritze.me
License: BSD license
Keywords: junit_reports
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: tabulate
Requires-Dist: junitparser

=============
Junit Reports
=============


.. image:: https://img.shields.io/pypi/v/junit_reports.svg
        :target: https://pypi.python.org/pypi/junit_reports

.. image:: https://img.shields.io/travis/renefritze/junit_reports.svg
        :target: https://travis-ci.com/renefritze/junit_reports

.. image:: https://readthedocs.org/projects/junit-reports/badge/?version=latest
        :target: https://junit-reports.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Process Junit xml files to get runtime reports


* Free software: BSD license
* Documentation: https://junit-reports.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

2020.1 (2020-04-03)
----------------------

* First release on PyPI.


