Modules§
- This module provides functionality to cache extracted Conda packages. See
PackageCache. - Functionality to validate the contents of a Conda package.
Constants§
- The location in the main cache folder where the conda package cache is stored.
- The location in the main cache folder where the repodata cache is stored.
Functions§
- Determines the default cache directory for rattler. It first checks the environment variable
RATTLER_CACHE_DIR. If not set, it falls back to the standard cache directory provided bydirs::cache_dir()/rattler/cache.