OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
hps
/
myenv
/
lib
/
python3.6
/
site-packages
/
pip
/
_internal
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📄
__init__.py
573 bytes
10/28/2024 11:01:52 AM
rw-r--r--
📁
__pycache__
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📄
build_env.py
9.72 KB
10/28/2024 11:01:52 AM
rw-r--r--
📄
cache.py
9.22 KB
10/28/2024 11:01:52 AM
rw-r--r--
📁
cli
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📁
commands
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📄
configuration.py
12.84 KB
10/28/2024 11:01:52 AM
rw-r--r--
📁
distributions
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📄
exceptions.py
12.46 KB
10/28/2024 11:01:52 AM
rw-r--r--
📁
index
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📁
locations
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📄
main.py
340 bytes
10/28/2024 11:01:52 AM
rw-r--r--
📁
metadata
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📁
models
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📁
network
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📁
operations
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📄
pyproject.py
7.05 KB
10/28/2024 11:01:52 AM
rw-r--r--
📁
req
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📁
resolution
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📄
self_outdated_check.py
6.24 KB
10/28/2024 11:01:52 AM
rw-r--r--
📁
utils
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📁
vcs
-
10/28/2024 11:01:54 AM
rwxr-xr-x
📄
wheel_builder.py
11.96 KB
10/28/2024 11:01:52 AM
rw-r--r--
Editing: main.py
Close
from typing import List, Optional 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)