OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4737
/
usr
/
lib
/
python3
/
dist-packages
/
pip
/
_internal
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
__init__.py
515 bytes
10/18/2024 05:04:47 PM
rw-r--r--
📄
build_env.py
10 KB
10/18/2024 05:04:47 PM
rw-r--r--
📄
cache.py
10.13 KB
10/18/2024 05:04:47 PM
rw-r--r--
📁
cli
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📁
commands
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
configuration.py
13.68 KB
10/18/2024 05:04:47 PM
rw-r--r--
📁
distributions
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
exceptions.py
23.08 KB
10/18/2024 05:04:47 PM
rw-r--r--
📁
index
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📁
locations
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
main.py
340 bytes
10/18/2024 05:04:47 PM
rw-r--r--
📁
metadata
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📁
models
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📁
network
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📁
operations
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
pyproject.py
6.98 KB
10/18/2024 05:04:47 PM
rw-r--r--
📁
req
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📁
resolution
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
self_outdated_check.py
8.18 KB
10/18/2024 05:04:47 PM
rw-r--r--
📁
utils
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📁
vcs
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
wheel_builder.py
11.52 KB
10/18/2024 05:04:47 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)