Task-oriented playbooks for using and extending portable-python.
- Build a portable python - Install the tool, build a binary, and use it.
- Add an external module - Add a new C library to the static-link set.
- Bump component versions - Update the pinned upstream versions of the external C libraries.
- Add a config option - Introduce a new configuration key.
- Fix a portability issue - Diagnose and correct a non-portable build.
- Bump python support - Move the supported CPython version window.
- Local development - Dev venv, tests, dryrun, and building Linux binaries via Docker.
- CI/CD - The GitHub Actions test and release workflows.