OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
hps
/
faces
/
faces
/
lib
/
python3.10
/
site-packages
/
pip
/
_internal
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/26/2024 01:27:22 PM
rwxr-xr-x
📄
__init__.py
573 bytes
10/26/2024 01:27:22 PM
rw-r--r--
📁
__pycache__
-
10/26/2024 01:28:29 PM
rwxr-xr-x
📄
build_env.py
9.99 KB
10/26/2024 01:27:22 PM
rw-r--r--
📄
cache.py
10.48 KB
10/26/2024 01:27:22 PM
rw-r--r--
📁
cli
-
10/26/2024 01:29:32 PM
rwxr-xr-x
📁
commands
-
10/26/2024 01:29:33 PM
rwxr-xr-x
📄
configuration.py
13.21 KB
10/26/2024 01:27:22 PM
rw-r--r--
📁
distributions
-
10/26/2024 01:29:33 PM
rwxr-xr-x
📄
exceptions.py
20.45 KB
10/26/2024 01:27:22 PM
rw-r--r--
📁
index
-
10/26/2024 01:29:33 PM
rwxr-xr-x
📁
locations
-
10/26/2024 01:29:33 PM
rwxr-xr-x
📄
main.py
340 bytes
10/26/2024 01:27:22 PM
rw-r--r--
📁
metadata
-
10/26/2024 01:29:34 PM
rwxr-xr-x
📁
models
-
10/26/2024 01:29:34 PM
rwxr-xr-x
📁
network
-
10/26/2024 01:29:34 PM
rwxr-xr-x
📁
operations
-
10/26/2024 01:29:35 PM
rwxr-xr-x
📄
pyproject.py
6.91 KB
10/26/2024 01:27:22 PM
rw-r--r--
📁
req
-
10/26/2024 01:29:35 PM
rwxr-xr-x
📁
resolution
-
10/26/2024 01:29:36 PM
rwxr-xr-x
📄
self_outdated_check.py
7.83 KB
10/26/2024 01:27:22 PM
rw-r--r--
📁
utils
-
10/26/2024 01:29:36 PM
rwxr-xr-x
📁
vcs
-
10/26/2024 01:29:37 PM
rwxr-xr-x
📄
wheel_builder.py
12.77 KB
10/26/2024 01:27:22 PM
rw-r--r--
Editing: __init__.py
Close
from typing import List, Optional import pip._internal.utils.inject_securetransport # noqa 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: (Optional[List[str]]) = 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)