OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
pip
/
_internal
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
__init__.py
509 bytes
11/13/2023 09:31:06 PM
rw-r--r--
📁
__pycache__
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
build_env.py
7.9 KB
11/13/2023 09:31:06 PM
rw-r--r--
📄
cache.py
11.96 KB
11/13/2023 09:31:06 PM
rw-r--r--
📁
cli
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📁
commands
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
configuration.py
13.78 KB
11/13/2023 09:31:06 PM
rw-r--r--
📁
distributions
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
exceptions.py
12.34 KB
11/13/2023 09:31:06 PM
rw-r--r--
📁
index
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📁
locations
-
03/16/2023 12:55:41 PM
rwxr-xr-x
📄
locations.py
6.57 KB
11/13/2023 09:31:06 PM
rw-r--r--
📄
main.py
437 bytes
11/13/2023 09:31:06 PM
rw-r--r--
📁
metadata
-
03/16/2023 12:55:41 PM
rwxr-xr-x
📁
models
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📁
network
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📁
operations
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
pyproject.py
7.23 KB
11/13/2023 09:31:06 PM
rw-r--r--
📁
req
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📁
resolution
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
self_outdated_check.py
6.62 KB
11/13/2023 09:31:06 PM
rw-r--r--
📁
utils
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📁
vcs
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
wheel_builder.py
9.3 KB
11/13/2023 09:31:06 PM
rw-r--r--
Editing: __init__.py
Close
import pip._internal.utils.inject_securetransport # noqa from pip._internal.utils.typing import MYPY_CHECK_RUNNING if MYPY_CHECK_RUNNING: from typing import Optional, List def main(args=None): # type: (Optional[List[str]]) -> 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, _nowarn=True)