conda#
Package extractor plugin for .conda and .tar.bz2 formats.
Functions#
|
Extract a .conda or .tar.bz2 package to the specified destination. |
- 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()#