Skip to main content

Godot Pack Mod Doctor

godot-pack-mod-doctor validates small Godot pack, patch, DLC, and mod manifests before release. It is intentionally format-light: projects keep their own build system, while the tool checks the manifest evidence that build system emits.

Install

python -m pip install godot-pack-mod-doctor

From a source checkout:

python -m pip install -e .\godot-pack-mod-doctor

Quick Start

godot-pack-mod-doctor check pack-manifest.json --format markdown
godot-pack-mod-doctor check pack-manifest.json --base base-content.json --format json --output reports\pack.json
godot-pack-mod-doctor diff baseline-pack.json current-pack.json --format markdown
godot-pack-mod-doctor load-order base-pack.json patch-pack.json optional-mod.json --format markdown

Manifest Shape

{
  "id": "demo_patch",
  "version": "1.0.0",
  "dependencies": [{"id": "base_game", "version": ">=1.0.0"}],
  "files": [
    {
      "path": "res://content/items/sword.tres",
      "references": ["iron_ingot"],
      "overrides": false
    }
  ]
}

The optional base manifest can contain content entries with id fields.

Checks

  • missing pack id or version;
  • file entries without paths;
  • duplicate shipped paths;
  • unexpected overrides;
  • references that are not present in a supplied base content manifest.
  • added, removed, and changed files between two pack manifests;
  • undeclared override conflicts across ordered packs.

Outputs

  • text: local terminal report.
  • json: CI and scripts.
  • markdown: PR comments and release notes.

diff is useful before publishing a patch or DLC update. It compares shipped paths and stable file metadata so changed resources are visible in review.

load-order reads packs in the order supplied on the command line. If a later pack ships the same resource path without setting overrides: true, the report flags the conflict so the intended ownership is explicit.

Download files

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

Source Distribution

godot_pack_mod_doctor-0.1.1.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

godot_pack_mod_doctor-0.1.1-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file godot_pack_mod_doctor-0.1.1.tar.gz.

File metadata

  • Download URL: godot_pack_mod_doctor-0.1.1.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for godot_pack_mod_doctor-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a94b79a77bec4dd83df4b7dcd6758edf750c5210aed5e8a77139da897f1c957b
MD5 fee057480363aad362f533a1e94dca36
BLAKE2b-256 a36009586892539fbeca045a7dd08461717c36d2560b02c379bc57be571949f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for godot_pack_mod_doctor-0.1.1.tar.gz:

Publisher: publish-pack-mod-doctor.yml on NonniGB/godot-production-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file godot_pack_mod_doctor-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for godot_pack_mod_doctor-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2b5de39d74d6af195c5f8a0aeff60ccdfc3dede455435c43f6aa944a7f722a07
MD5 7519511e25d4d5c23a4363ef6310b4ac
BLAKE2b-256 aed67f04a4a7d0fb117e5f1e13e59c6554e4c7291b94bac065f5b21fb7432a35

See more details on using hashes here.

Provenance

The following attestation bundles were made for godot_pack_mod_doctor-0.1.1-py3-none-any.whl:

Publisher: publish-pack-mod-doctor.yml on NonniGB/godot-production-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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