Type stubs for the diskcache library, enabling type checking and IDE autocompletion. Current version 5.6.3.6.20240818, updated infrequently to match diskcache releases.
pip install diskcache-stubsVerified import paths — ran on the pinned version, not inferred.
Create a disk cache, set and get a value. Type hints will be available after installing diskcache-stubs.
pip install diskcache diskcache-stubs
from diskcache import Cache
Check diskcache version: pip show diskcache; then install matching stubs: pip install diskcache-stubs==5.6.3.x
Upgrade to latest: pip install --upgrade diskcache-stubs