Metadata-Version: 2.2
Name: htmlizer
Version: 0.0.2
Summary: JUnit XML to HTML Report Generator
Home-page: https://github.com/pjcalvo/htmlizer
Author: Pablo Calvo
Author-email: pjcalvov@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: flask
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# htmlizer
Conversts junit reports to nice consumable html

## Install
Install the package as a globally available package. 

```bash
pip3 install htmlizer  --break-system-packages
```

## Usage
Run the command and choose a .xml unit report
````bash
htmlizer my-report.xml
```
