PHP 8.2.30
Preview: __init__.py Size: 369 B
/proc/self/root/proc/self/root/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/__init__.py

from textwrap import dedent

try:
    from .file_cache import FileCache
except ImportError:
    notice = dedent('''
    NOTE: In order to use the FileCache you must have
    lockfile installed. You can install it via pip:
      pip install lockfile
    ''')
    print(notice)


try:
    import redis
    from .redis_cache import RedisCache
except ImportError:
    pass

Directory Contents

Dirs: 1 × Files: 3

Name Size Perms Modified Actions
- drwxr-xr-x 2024-06-15 07:03:53
Edit Download
3.45 KB lrw-r--r-- 2024-04-06 13:40:45
Edit Download
973 B lrw-r--r-- 2024-04-06 13:40:45
Edit Download
369 B lrw-r--r-- 2024-04-06 13:40:45
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).