[][src]Function pyoxidizerlib::py_packaging::distribution::download_distribution

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

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

The path to the downloaded and validated file is returned.