| __pycache__ | |||
| _internal | |||
| _vendor | |||
| __init__.py | |||
| __main__.py | |||
| __pip-runner__.py | |||
| py.typed |
|
Server : LiteSpeed System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : alloknri ( 880) PHP Version : 8.1.34 Disable Function : NONE Directory : /opt/alt/python312/lib/python3.12/site-packages/pip/ |
from typing import List, Optional
__version__ = "23.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)
| __pycache__ | |||
| _internal | |||
| _vendor | |||
| __init__.py | |||
| __main__.py | |||
| __pip-runner__.py | |||
| py.typed |