PHP 8.3.31
Preview: __init__.py Size: 820 B
/proc/thread-self/root/opt/imunify360/venv/lib64/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py

# SPDX-FileCopyrightText: 2015 Eric Larson
#
# SPDX-License-Identifier: Apache-2.0

"""CacheControl import Interface.

Make it easy to import from cachecontrol without long namespaces.
"""

import importlib.metadata

from pip._vendor.cachecontrol.adapter import CacheControlAdapter
from pip._vendor.cachecontrol.controller import CacheController
from pip._vendor.cachecontrol.wrapper import CacheControl

__author__ = "Eric Larson"
__email__ = "eric@ionrock.org"
# pip patch: this won't work when vendored, so just patch it out as it's unused
# __version__ = importlib.metadata.version("cachecontrol")

__all__ = [
    "__author__",
    "__email__",
    "__version__",
    "CacheControlAdapter",
    "CacheController",
    "CacheControl",
]

import logging

logging.getLogger(__name__).addHandler(logging.NullHandler())

Directory Contents

Dirs: 2 × Files: 11

Name Size Perms Modified Actions
caches DIR
- drwxr-xr-x 2026-06-08 20:23:13
Edit Download
- drwxr-xr-x 2026-06-08 20:23:13
Edit Download
6.43 KB lrw-r--r-- 2026-04-14 09:45:18
Edit Download
1.91 KB lrw-r--r-- 2026-04-14 09:45:18
Edit Download
18.65 KB lrw-r--r-- 2026-04-14 09:45:18
Edit Download
4.25 KB lrw-r--r-- 2026-04-14 09:45:18
Edit Download
4.77 KB lrw-r--r-- 2026-04-14 09:45:18
Edit Download
558 B lrw-r--r-- 2026-04-14 09:45:18
Edit Download
0 B lrw-r--r-- 2026-04-14 09:45:18
Edit Download
5.04 KB lrw-r--r-- 2026-04-14 09:45:18
Edit Download
1.38 KB lrw-r--r-- 2026-04-14 09:45:18
Edit Download
1.70 KB lrw-r--r-- 2026-04-14 09:45:18
Edit Download
820 B lrw-r--r-- 2026-04-14 09:45:18
Edit Download

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