re-actors/cache-python-deps

A GitHub Action maintaining caches dependent on Python runtime and ABI stability.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cache-directory-lookup-commandA command that prints cache directory to standard output.nopython -Im pip cache dir
cache-key-for-dependency-filesA cache key string derived from the dependency declaration files.yes
namedescription
cache-directory-pathThe discovered cache directory path.
cache-key-for-osA cache key string derived from the current OS and interpreter stability.
cache-key-for-dependenciesA cache key string derived from the current interpreter version and the dependency file hashes.
cache-key-for-python-interpreterA cache key string derived from the current interpreter version.
is-stable-abiWhether the currently used Python version has a reliable Application Binary Interface. If it doesn't, it's best to avoid caching any dependencies.