Let us walk on the 3-isogeny graph
|
Public Member Functions | |
None | add_options (self) |
int | run (self, Values options, List[str] args) |
![]() | |
None | __init__ (self, *Any args, **Any kw) |
RequirementPreparer | make_requirement_preparer (cls, TempDirectory temp_build_dir, Values options, BuildTracker build_tracker, PipSession session, PackageFinder finder, bool use_user_site, Optional[str] download_dir=None, int verbosity=0) |
BaseResolver | make_resolver (cls, RequirementPreparer preparer, PackageFinder finder, Values options, Optional[WheelCache] wheel_cache=None, bool use_user_site=False, bool ignore_installed=True, bool ignore_requires_python=False, bool force_reinstall=False, str upgrade_strategy="to-satisfy-only", Optional[bool] use_pep517=None, Optional[Tuple[int,...]] py_version_info=None) |
List[InstallRequirement] | get_requirements (self, List[str] args, Values options, PackageFinder finder, PipSession session) |
![]() | |
None | handle_pip_version_check (self, Values options) |
![]() | |
Tuple[Values, List[str]] | parse_args (self, List[str] args) |
int | main (self, List[str] args) |
![]() | |
Generator[None, None, None] | main_context (self) |
_T | enter_context (self, ContextManager[_T] context_provider) |
![]() | |
PipSession | get_default_session (self, Values options) |
Data Fields | |
cmd_opts | |
parser | |
![]() | |
name | |
summary | |
parser | |
cmd_opts | |
tempdir_registry | |
verbosity | |
Static Public Attributes | |
str | usage |
![]() | |
str | usage = "" |
bool | ignore_require_venv = False |
Protected Member Functions | |
None | _handle_target_dir (self, str target_dir, TempDirectory target_temp_dir, bool upgrade) |
Optional[ConflictDetails] | _determine_conflicts (self, List[InstallRequirement] to_install) |
None | _warn_about_conflicts (self, ConflictDetails conflict_details, str resolver_variant) |
![]() | |
PackageFinder | _build_package_finder (self, Values options, PipSession session, Optional[TargetPython] target_python=None, Optional[bool] ignore_requires_python=None) |
![]() | |
int | _main (self, List[str] args) |
![]() | |
Optional[List[str]] | _get_index_urls (cls, Values options) |
PipSession | _build_session (self, Values options, Optional[int] retries=None, Optional[int] timeout=None, bool fallback_to_certifi=False) |
Additional Inherited Members | |
![]() | |
str | determine_resolver_variant (Values options) |
None | trace_basic_info (PackageFinder finder) |
![]() | |
_in_main_context | |
_main_context | |
![]() | |
_session | |
Install packages from: - PyPI (and other indexes) using requirement specifiers. - VCS project urls. - Local project directories. - Local or remote source archives. pip also supports installing from "requirements files", which provide an easy way to specify a whole environment to be installed.
Definition at line 52 of file install.py.
|
protected |
Definition at line 571 of file install.py.
References i.
Referenced by InstallCommand.run().
|
protected |
Definition at line 517 of file install.py.
References i.
Referenced by InstallCommand.run().
|
protected |
Definition at line 583 of file install.py.
References i.
Referenced by InstallCommand.run().
None add_options | ( | self | ) |
Reimplemented from Command.
Definition at line 72 of file install.py.
References Command.cmd_opts, CacheCommand.cmd_opts, CompletionCommand.cmd_opts, ConfigurationCommand.cmd_opts, DebugCommand.cmd_opts, DownloadCommand.cmd_opts, FreezeCommand.cmd_opts, HashCommand.cmd_opts, IndexCommand.cmd_opts, InspectCommand.cmd_opts, InstallCommand.cmd_opts, ListCommand.cmd_opts, SearchCommand.cmd_opts, ShowCommand.cmd_opts, UninstallCommand.cmd_opts, WheelCommand.cmd_opts, and i.
int run | ( | self, | |
Values | options, | ||
List[str] | args | ||
) |
Reimplemented from Command.
Definition at line 266 of file install.py.
References ListCommand._build_package_finder(), RequirementCommand._build_package_finder(), IndexCommand._build_package_finder(), InstallCommand._determine_conflicts(), InstallCommand._handle_target_dir(), InstallCommand._warn_about_conflicts(), pip._internal.commands.install.create_os_error_message(), pip._internal.commands.install.decide_user_install(), RequirementCommand.determine_resolver_variant(), CommandContextMixIn.enter_context(), SessionCommandMixin.get_default_session(), pip._internal.commands.install.get_lib_location_guesses(), RequirementCommand.get_requirements(), Metadata.get_requirements(), i, RequirementCommand.make_requirement_preparer(), RequirementCommand.make_resolver(), RequirementCommand.trace_basic_info(), Command.verbosity, and RequirementPreparer.verbosity.
cmd_opts |
Definition at line 103 of file install.py.
Referenced by RequirementCommand.__init__(), CacheCommand.add_options(), CompletionCommand.add_options(), ConfigurationCommand.add_options(), DownloadCommand.add_options(), FreezeCommand.add_options(), HashCommand.add_options(), InspectCommand.add_options(), InstallCommand.add_options(), ListCommand.add_options(), SearchCommand.add_options(), ShowCommand.add_options(), UninstallCommand.add_options(), and WheelCommand.add_options().
parser |
Definition at line 243 of file install.py.
Referenced by ListCommand.add_options(), UpdatingDefaultsHelpFormatter.expand_default(), Command.parse_args(), DebugCommand.run(), and HashCommand.run().
|
static |
Definition at line 65 of file install.py.