pub fn download_distribution(
    url: &str,
    sha256: &str,
    cache_dir: &Path
) -> Result<PathBuf>
Expand description

Ensure a Python distribution at a URL is available in a local directory.

The path to the downloaded and validated file is returned.