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

pub fn resolve_python_distribution_from_location(
    logger: &Logger,
    location: &PythonDistributionLocation,
    distributions_dir: &Path
) -> Result<(PathBuf, PathBuf)>

Resolve a Python distribution archive.

Returns a tuple of (archive path, extract directory).