conda#

Package extractor plugin for .conda and .tar.bz2 formats.

Functions#

extract_conda_or_tarball(→ None)

Extract a .conda or .tar.bz2 package to the specified destination.

conda_package_extractors()

extract_conda_or_tarball(tarball_full_path: conda.common.path.PathType, destination_directory: conda.common.path.PathType) None#

Extract a .conda or .tar.bz2 package to the specified destination.

Parameters:
  • tarball_full_path -- Path to the package archive.

  • destination_directory -- Directory to extract the package contents to.

conda_package_extractors()#