OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
hps
/
bfaces
/
.venv
/
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:08 PM
rwxr-xr-x
📄
__init__.py
573 bytes
10/24/2024 01:42:08 PM
rw-r--r--
📁
__pycache__
-
10/24/2024 01:43:15 PM
rwxr-xr-x
📄
build_env.py
10 KB
10/24/2024 01:42:08 PM
rw-r--r--
📄
cache.py
10.48 KB
10/24/2024 01:42:08 PM
rw-r--r--
📁
cli
-
10/24/2024 01:44:37 PM
rwxr-xr-x
📁
commands
-
10/24/2024 01:44:40 PM
rwxr-xr-x
📄
configuration.py
13.21 KB
10/24/2024 01:42:08 PM
rw-r--r--
📁
distributions
-
10/24/2024 01:44:41 PM
rwxr-xr-x
📄
exceptions.py
23.68 KB
10/24/2024 01:42:08 PM
rw-r--r--
📁
index
-
10/24/2024 01:44:41 PM
rwxr-xr-x
📁
locations
-
10/24/2024 01:44:42 PM
rwxr-xr-x
📄
main.py
340 bytes
10/24/2024 01:42:08 PM
rw-r--r--
📁
metadata
-
10/24/2024 01:44:42 PM
rwxr-xr-x
📁
models
-
10/24/2024 01:44:43 PM
rwxr-xr-x
📁
network
-
10/24/2024 01:44:44 PM
rwxr-xr-x
📁
operations
-
10/24/2024 01:44:46 PM
rwxr-xr-x
📄
pyproject.py
6.82 KB
10/24/2024 01:42:08 PM
rw-r--r--
📁
req
-
10/24/2024 01:44:47 PM
rwxr-xr-x
📁
resolution
-
10/24/2024 01:44:49 PM
rwxr-xr-x
📄
self_outdated_check.py
7.98 KB
10/24/2024 01:42:08 PM
rw-r--r--
📁
utils
-
10/24/2024 01:44:49 PM
rwxr-xr-x
📁
vcs
-
10/24/2024 01:44:51 PM
rwxr-xr-x
📄
wheel_builder.py
12.77 KB
10/24/2024 01:42:08 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)