OXIESEC PANEL
- Current Dir:
/
/
lib
/
python3.9
/
site-packages
/
pip
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/22/2025 07:58:12 AM
rwxr-xr-x
📄
__init__.py
357 bytes
10/02/2024 07:13:31 PM
rw-r--r--
📄
__main__.py
1.17 KB
10/02/2024 07:13:31 PM
rw-r--r--
📁
__pycache__
-
02/13/2025 08:32:46 PM
rwxr-xr-x
📁
_internal
-
02/13/2025 08:32:46 PM
rwxr-xr-x
📁
_vendor
-
02/13/2025 08:32:46 PM
rwxr-xr-x
📄
py.typed
286 bytes
10/02/2024 07:13:31 PM
rw-r--r--
Editing: __init__.py
Close
from typing import List, Optional __version__ = "21.3.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)