OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4730
/
usr
/
lib
/
python3
/
dist-packages
/
pip
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
__init__.py
355 bytes
10/18/2024 05:04:47 PM
rw-r--r--
📄
__main__.py
854 bytes
10/18/2024 05:04:47 PM
rw-r--r--
📄
__pip-runner__.py
1.41 KB
10/18/2024 05:04:47 PM
rw-r--r--
📁
_internal
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📁
_vendor
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
py.typed
286 bytes
10/18/2024 05:04:47 PM
rw-r--r--
Editing: __init__.py
Close
from typing import List, Optional __version__ = "24.0" def main(args: Optional[List[str]] = None) -> int: """This is an internal API only meant for use by pip's own console scripts. For additional details, see https://github.com/pypa/pip/issues/7498. """ from pip._internal.utils.entrypoints import _wrapper return _wrapper(args)