mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-08 07:44:57 +00:00
No description
- project: a [project.scripts] entry becomes a direct 'python -c "from mod import fn; fn()"' (or 'python -m') invocation instead of the bare script name, which pymage never installs as a launcher (fixes 'exec: "example": executable file not found') - build: PYTHONPATH is now additive (site-packages + base + app /app/src) so an app PYTHONPATH no longer clobbers the venv site-packages (deps stayed unimportable) - tests for script-target translation and PYTHONPATH accumulation Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| cf-worker | ||
| cf-worker-container | ||
| cf-worker-go | ||
| container-vm | ||
| driftlessaf | ||
| gitea | ||
| iap | ||
| image-workflow | ||
| litestream | ||
| pymage | ||
| .devcontainer.json | ||
| .gitignore | ||
| LICENSE | ||