Turn test results into a Gantt chart
Project description
ganttify
This is a thin wrapper around the Altair python visualization library specifically for creating Gantt charts of CI pipeline results given data in the following JSON format:
[
{
'queue': 'OPTIONAL - pandas parsable timestamp',
'start': 'REQUIRED - pandas parsable timestamp',
'end': 'REQUIRED - pandas parsable timestamp',
'status': 'REQUIRED - any string other than "success" is interpreted as a failure',
'label': 'REQUIRED - label string',
},
...
]
This satisfies my own use cases, use at your own risk.
For more control, recommend importing the ganttify module and invoking make_chart from a script. """
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ganttify-0.2.0.tar.gz (4.8 kB) | File type Source | Python version None | Upload date | Hashes View hashes |