/opt/imunify360/venv/lib/python3.11/site-packages/pip/_internal
NameSizeModeActions
cli/-0755rm
commands/-0755rm
distributions/-0755rm
index/-0755rm
locations/-0755rm
metadata/-0755rm
models/-0755rm
network/-0755rm
operations/-0755rm
req/-0755rm
resolution/-0755rm
utils/-0755rm
vcs/-0755rm
__pycache__/-0755rm
build_env.py219110644editdlrm
cache.py103450644editdlrm
configuration.py145680644editdlrm
exceptions.py321660644editdlrm
main.py3380644editdlrm
pyproject.py45550644editdlrm
self_outdated_check.py80970644editdlrm
wheel_builder.py90100644editdlrm
__init__.py5110644editdlrm
Edit: /opt/imunify360/venv/lib/python3.11/site-packages/pip/_internal/__init__.py (511B)
from __future__ import annotations from pip._internal.utils import _log # init_logging() must be called before any call to logging.getLogger() # which happens at import of most modules. _log.init_logging() def main(args: list[str] | None = None) -> int: """This is preserved for old console scripts that may still be referencing it. For additional details, see https://github.com/pypa/pip/issues/7498. """ from pip._internal.utils.entrypoints import _wrapper return _wrapper(args)