pub fn plan_python_environment(
cache_root: &Path,
metadata: Option<&Pep723Metadata>,
runtime: &PythonRuntimeFingerprint,
sdk_wheel: &Path,
sdk_wheel_sha256: &str,
uv_version: &str,
) -> Result<PythonEnvironmentPlan, PythonEnvironmentError>Expand description
Produce an immutable cache plan. This function performs no filesystem I/O.