OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
hps
/
bfaces
/
faces
/
lib
/
python3.10
/
site-packages
/
pip
/
_internal
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/24/2024 01:42:51 PM
rwxr-xr-x
📄
__init__.py
573 bytes
10/24/2024 01:42:51 PM
rw-r--r--
📁
__pycache__
-
10/24/2024 01:43:51 PM
rwxr-xr-x
📄
build_env.py
9.99 KB
10/24/2024 01:42:50 PM
rw-r--r--
📄
cache.py
10.48 KB
10/24/2024 01:42:50 PM
rw-r--r--
📁
cli
-
10/24/2024 01:46:03 PM
rwxr-xr-x
📁
commands
-
10/24/2024 01:46:03 PM
rwxr-xr-x
📄
configuration.py
13.21 KB
10/24/2024 01:42:51 PM
rw-r--r--
📁
distributions
-
10/24/2024 01:46:04 PM
rwxr-xr-x
📄
exceptions.py
20.45 KB
10/24/2024 01:42:51 PM
rw-r--r--
📁
index
-
10/24/2024 01:46:04 PM
rwxr-xr-x
📁
locations
-
10/24/2024 01:46:04 PM
rwxr-xr-x
📄
main.py
340 bytes
10/24/2024 01:42:51 PM
rw-r--r--
📁
metadata
-
10/24/2024 01:46:05 PM
rwxr-xr-x
📁
models
-
10/24/2024 01:46:05 PM
rwxr-xr-x
📁
network
-
10/24/2024 01:46:06 PM
rwxr-xr-x
📁
operations
-
10/24/2024 01:46:06 PM
rwxr-xr-x
📄
pyproject.py
6.91 KB
10/24/2024 01:42:51 PM
rw-r--r--
📁
req
-
10/24/2024 01:46:07 PM
rwxr-xr-x
📁
resolution
-
10/24/2024 01:46:08 PM
rwxr-xr-x
📄
self_outdated_check.py
7.83 KB
10/24/2024 01:42:51 PM
rw-r--r--
📁
utils
-
10/24/2024 01:46:08 PM
rwxr-xr-x
📁
vcs
-
10/24/2024 01:46:11 PM
rwxr-xr-x
📄
wheel_builder.py
12.77 KB
10/24/2024 01:42:51 PM
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)