Modules§
- package_
cache - This module provides functionality to cache extracted Conda packages. See
PackageCache. - run_
exports_ cache - This module provides functionality to cache extracted Conda packages. See
RunExportsCache. - validation
- Functionality to validate the contents of a Conda package.
Constants§
- EXEC_
ENVS_ DIR - PACKAGE_
CACHE_ DIR - The location in the main cache folder where the conda package cache is stored.
- REPODATA_
CACHE_ DIR - The location in the main cache folder where the repodata cache is stored.
- RUN_
EXPORTS_ CACHE_ DIR
Functions§
- default_
cache_ dir - 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. - ensure_
cache_ dir - Creates the cache directory if it doesn’t exist and excludes it from backups.