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 | RSS feed
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 details)
File details
Details for the file ganttify-0.2.1.tar.gz
.
File metadata
- Download URL: ganttify-0.2.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7939c081dc1c349f6ec6ec3b4acf4477ebb1c2435d62f7552091d6a24ccb9231 |
|
MD5 | 2ff481213366f2fb6cb5d79b0e373577 |
|
BLAKE2b-256 | d4f88a42b9cad16f1e185a494fcfe11b983a0280af02b8910c02af89e0a9b5c5 |