Godot Release Dashboard Kit
godot-release-dashboard-kit builds a small static dashboard from JSON,
Markdown, and image artifacts produced by Godot Production Toolkit commands.
It is intentionally simple: point it at a reports folder and it writes a self-contained HTML file suitable for a CI artifact or release checklist. Report cards are grouped into practical workflows and keep their release readiness state visible, so export, runtime evidence, mobile UI, content, and other checks stay easier to scan in one page. Common toolkit reports also show typed highlights such as frame p95, pack order, export preset counts, scenario retry counts, exported file counts, and risk scores without making readers open every JSON file first.
Install
python -m pip install godot-release-dashboard-kit
From a source checkout:
python -m pip install -e .\godot-release-dashboard-kit
Quick Start
godot-release-dashboard build reports\godot-project-doctor --output reports\dashboard.html
Write a machine-readable dashboard summary:
godot-release-dashboard build reports\godot-project-doctor --format json --output reports\dashboard.json
Compare the current reports with a previous report folder:
godot-release-dashboard build reports\current --previous-reports-dir reports\previous --title "Release Candidate Evidence" --description "Android export and runtime checks" --project "Demo Game" --output reports\dashboard.html
Include scenario run evidence in the same dashboard:
godot-scenario-report bundle reports\scenarios --manifest scenario-manifest.json --telemetry reports\runtime-timeline.json --evidence log=reports\run.log --evidence junit=reports\junit.xml --format json --output reports\release-evidence\scenario-bundle.json
godot-scenario-report flake compare reports\retry-run --format json --output reports\release-evidence\scenario-flakes.json
godot-release-dashboard build reports\release-evidence --output reports\dashboard.html
Inputs
The dashboard scans a folder recursively for .json, .md, .png, .jpg,
.jpeg, .svg, and .webp files. Toolkit JSON reports are summarized through
their tool, kind, and summary fields when available. If a JSON report
includes command, commands, tool_version, schema_version,
generated_at, profile, risk, workflow, or category, the dashboard
shows those fields as report metadata, reproduction commands, and grouping
labels. workflow and category can appear at the report top level, inside
metadata, or inside summary. When they are absent, the dashboard uses a
conservative fallback based on the tool name, report kind, and file path. Image
artifacts such as mobile UI overlays, screenshot diffs, pixel previews, and
visual smoke captures are embedded into the self-contained HTML output.
For common toolkit report shapes, dashboard cards include a small Highlights
section with typed values such as runtime sample counts, frame p95/max, pack
counts, pack load order, export preset counts, export file totals, asset counts,
and risk levels.
Exported-folder and exported-file-list JSON from godot-export-preset-doctor
is shown as export artifact evidence. The dashboard rolls up file counts, byte
totals, SHA-256 coverage, extension counts, private/signing findings,
development-file findings, and a compact file manifest so exported build
contents are easier to review next to the preset and runtime checks.
Scenario bundle JSON from godot-scenario-report-kit is shown as a release
evidence card with scenario pass/fail counts plus the nearby files a reviewer
should open next, such as logs, JUnit XML, runtime telemetry, profiler captures,
visual-smoke reports, or screenshots. The dashboard shows link metadata from the
bundle; it does not run the game or rewrite those evidence files. If the bundle
contains a compact telemetry summary, the dashboard also shows sample count,
frame p95, frame max, memory max, and budget spike counts.
Scenario flake comparison JSON from godot-scenario-report-kit is shown as a
separate runtime evidence card. It lists flaky scenario groups, retried scenario
runs, ordered attempt statuses, and final status values so a failed-then-passed
scenario is easier to distinguish from a fresh failure.
When --previous-reports-dir is supplied, the dashboard scans the previous
folder with the same report rules and adds a compact change section. The trend
section shows previous/current blocked, attention, and ready counts as static
readiness bars, followed by cards for added, removed, and changed reports with
status changes and error/warning deltas. The --baseline flag is accepted as a
shorter alias. HTML dashboards include local filter buttons for blocked,
attention, ready, and workflow-specific report groups, so a larger release page
can be narrowed without rerunning any command.
Outputs
html: self-contained static dashboard with release readiness metrics, local status/workflow filters, source report links, workflow-grouped report cards, scenario evidence sections, export artifact evidence sections, and image previews.json: summary for scripts or later dashboard tooling, including counts forblocked,attention,ready, workflow groups, scenario bundles, scenarios, linked scenario evidence, flaky scenarios, retried scenarios, export artifact reports, inspected export files, hashed files, and export artifact finding groups. Reports that include reproduction commands are counted insummary.reports_with_commands, and report cards can includehighlightsrows for typed summary values. Scenario-linked telemetry summaries are rolled up as sample, spike, warning, and error counts. When a previous folder is supplied, JSON output also includesprevious_summary,trends,trends.status_counts,trends.status_deltas, and trend-related summary counts.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file godot_release_dashboard_kit-0.1.12.tar.gz.
File metadata
- Download URL: godot_release_dashboard_kit-0.1.12.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d2b5a9135c31d2131c61ddd818a9f52c4b97393ecd4e7cca5a62abf50cda1d4
|
|
| MD5 |
f9ef3292051cd31bab675bb044af4f25
|
|
| BLAKE2b-256 |
0c45236d8545f2ffaa16e6270cfa489b7adbfe727003822a59f1dda1b7ad70d2
|
Provenance
The following attestation bundles were made for godot_release_dashboard_kit-0.1.12.tar.gz:
Publisher:
publish-release-dashboard-kit.yml on NonniGB/godot-production-toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
godot_release_dashboard_kit-0.1.12.tar.gz -
Subject digest:
4d2b5a9135c31d2131c61ddd818a9f52c4b97393ecd4e7cca5a62abf50cda1d4 - Sigstore transparency entry: 1980670853
- Sigstore integration time:
-
Permalink:
NonniGB/godot-production-toolkit@4c4dc834084557f27d6474aa08eea114e50a22de -
Branch / Tag:
refs/tags/godot-release-dashboard-kit-v0.1.12 - Owner: https://github.com/NonniGB
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-release-dashboard-kit.yml@4c4dc834084557f27d6474aa08eea114e50a22de -
Trigger Event:
push
-
Statement type:
File details
Details for the file godot_release_dashboard_kit-0.1.12-py3-none-any.whl.
File metadata
- Download URL: godot_release_dashboard_kit-0.1.12-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06e6ab04d831d58ac7fa2dd5abcdf97a2cc3bf3b278a3fce5ff269f825aa2450
|
|
| MD5 |
c09c987dad4d27bfabcd11ee922941af
|
|
| BLAKE2b-256 |
f6d9cdbdd44ade7c96163da8896db128448a0058994910b89a07d1c97c6c3031
|
Provenance
The following attestation bundles were made for godot_release_dashboard_kit-0.1.12-py3-none-any.whl:
Publisher:
publish-release-dashboard-kit.yml on NonniGB/godot-production-toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
godot_release_dashboard_kit-0.1.12-py3-none-any.whl -
Subject digest:
06e6ab04d831d58ac7fa2dd5abcdf97a2cc3bf3b278a3fce5ff269f825aa2450 - Sigstore transparency entry: 1980671034
- Sigstore integration time:
-
Permalink:
NonniGB/godot-production-toolkit@4c4dc834084557f27d6474aa08eea114e50a22de -
Branch / Tag:
refs/tags/godot-release-dashboard-kit-v0.1.12 - Owner: https://github.com/NonniGB
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-release-dashboard-kit.yml@4c4dc834084557f27d6474aa08eea114e50a22de -
Trigger Event:
push
-
Statement type: