Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ganttify-0.2.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page