01PEP 723 inline metadata for declaring script dependencies directly
02Multi-version Python support, automatically downloading Python 3.13, 3.14, or 3.15 via uv
03Ephemeral environments where dependencies are resolved per-execution and never persisted
04Efficient package caching for near-instant repeat dependency installations
05Sandboxed execution with platform-specific isolation (bubblewrap on Linux, Docker on macOS)
060 GitHub stars