{
 "app_id": "org.test.Python2",
 "source_url": "https://raw.githubusercontent.com/flatpak/flatpak-builder/main/tests/org.test.Python2.json",
 "runtime": "org.test.PythonPlatform",
 "runtime_version": null,
 "sdk": "org.test.PythonSdk",
 "finish_args": [],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:20:04.402124+00:00",
 "manifest": {
  "app-id": "org.test.Python2",
  "runtime": "org.test.PythonPlatform",
  "sdk": "org.test.PythonSdk",
  "command": "testpython.py",
  "modules": [
   {
    "name": "compiled-python",
    "post-install": [
     "mkdir /app/bin",
     "cp testpython.py /app/bin",
     "cp importme.py /app/bin",
     "/app/bin/testpython.py",
     "rm  /app/bin/importme.py",
     "/app/bin/testpython.py"
    ],
    "sources": [
     {
      "type": "file",
      "path": "empty-configure",
      "dest-filename": "configure"
     },
     {
      "type": "file",
      "path": "testpython.py"
     },
     {
      "type": "file",
      "path": "importme.py"
     }
    ]
   }
  ]
 }
}