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 | |
parser | |
cmd_opts | |
![]() | |
name | |
summary | |
parser | |
cmd_opts | |
tempdir_registry | |
verbosity | |
Static Public Attributes | |
str | usage |
![]() | |
str | usage = "" |
bool | ignore_require_venv = False |
Additional Inherited Members | |
![]() | |
str | determine_resolver_variant (Values options) |
None | trace_basic_info (PackageFinder finder) |
![]() | |
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) |
![]() | |
_in_main_context | |
_main_context | |
![]() | |
_session | |
Build Wheel archives for your requirements and dependencies. Wheel is a built-package format, and offers the advantage of not recompiling your software during every install. For more details, see the wheel docs: https://wheel.readthedocs.io/en/latest/ 'pip wheel' uses the build system interface as described here: https://pip.pypa.io/en/stable/reference/build-system/
None add_options | ( | self | ) |
Reimplemented from Command.
Definition at line 44 of file wheel.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 104 of file wheel.py.
References ListCommand._build_package_finder(), RequirementCommand._build_package_finder(), IndexCommand._build_package_finder(), CommandContextMixIn.enter_context(), SessionCommandMixin.get_default_session(), 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 101 of file wheel.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 97 of file wheel.py.
Referenced by ListCommand.add_options(), UpdatingDefaultsHelpFormatter.expand_default(), Command.parse_args(), DebugCommand.run(), and HashCommand.run().
|
static |