OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4737
/
lib
/
python3.12
/
site-packages
/
pip
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/12/2025 06:19:50 PM
rwxr-xr-x
📄
__init__.py
357 bytes
06/12/2025 06:19:25 PM
rw-r--r--
📄
__main__.py
854 bytes
06/12/2025 06:19:25 PM
rw-r--r--
📄
__pip-runner__.py
1.42 KB
06/12/2025 06:19:25 PM
rw-r--r--
📁
__pycache__
-
06/12/2025 06:19:48 PM
rwxr-xr-x
📁
_internal
-
06/12/2025 06:19:48 PM
rwxr-xr-x
📁
_vendor
-
06/12/2025 06:19:48 PM
rwxr-xr-x
📄
py.typed
286 bytes
06/12/2025 06:19:25 PM
rw-r--r--
Editing: __init__.py
Close
from typing import List, Optional __version__ = "25.1.1" 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)