SILENT KILLERPanel

Current Path: > > usr > lib > python3.6 > site-packages > pip > _vendor > cachecontrol > caches


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.38
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 369 bytes April 06 2024 13:40:45.
file_cache.py File 3532 bytes April 06 2024 13:40:45.
redis_cache.py File 973 bytes April 06 2024 13:40:45.

Reading File: //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

SILENT KILLER Tool