Let us walk on the 3-isogeny graph
|
Functions | |
List[str] | make_setuptools_shim_args (str setup_py_path, Optional[Sequence[str]] global_options=None, bool no_user_config=False, bool unbuffered_output=False) |
List[str] | make_setuptools_bdist_wheel_args (str setup_py_path, Sequence[str] global_options, Sequence[str] build_options, str destination_dir) |
List[str] | make_setuptools_clean_args (str setup_py_path, Sequence[str] global_options) |
List[str] | make_setuptools_develop_args (str setup_py_path, *Sequence[str] global_options, bool no_user_config, Optional[str] prefix, Optional[str] home, bool use_user_site) |
List[str] | make_setuptools_egg_info_args (str setup_py_path, Optional[str] egg_info_dir, bool no_user_config) |
Variables | |
_SETUPTOOLS_SHIM | |
List[str] make_setuptools_bdist_wheel_args | ( | str | setup_py_path, |
Sequence[str] | global_options, | ||
Sequence[str] | build_options, | ||
str | destination_dir | ||
) |
Definition at line 75 of file setuptools_build.py.
References pip._internal.utils.setuptools_build.make_setuptools_shim_args().
List[str] make_setuptools_clean_args | ( | str | setup_py_path, |
Sequence[str] | global_options | ||
) |
Definition at line 93 of file setuptools_build.py.
References pip._internal.utils.setuptools_build.make_setuptools_shim_args().
List[str] make_setuptools_develop_args | ( | str | setup_py_path, |
*Sequence[str] | global_options, | ||
bool | no_user_config, | ||
Optional[str] | prefix, | ||
Optional[str] | home, | ||
bool | use_user_site | ||
) |
Definition at line 104 of file setuptools_build.py.
References pip._internal.utils.setuptools_build.make_setuptools_shim_args().
List[str] make_setuptools_egg_info_args | ( | str | setup_py_path, |
Optional[str] | egg_info_dir, | ||
bool | no_user_config | ||
) |
Definition at line 134 of file setuptools_build.py.
References pip._internal.utils.setuptools_build.make_setuptools_shim_args().
List[str] make_setuptools_shim_args | ( | str | setup_py_path, |
Optional[Sequence[str]] | global_options = None , |
||
bool | no_user_config = False , |
||
bool | unbuffered_output = False |
||
) |
Get setuptools command arguments with shim wrapped setup file invocation. :param setup_py_path: The path to setup.py to be wrapped. :param global_options: Additional global options. :param no_user_config: If True, disables personal user configuration. :param unbuffered_output: If True, adds the unbuffered switch to the argument list.
Definition at line 49 of file setuptools_build.py.
References i.
Referenced by pip._internal.utils.setuptools_build.make_setuptools_bdist_wheel_args(), pip._internal.utils.setuptools_build.make_setuptools_clean_args(), pip._internal.utils.setuptools_build.make_setuptools_develop_args(), and pip._internal.utils.setuptools_build.make_setuptools_egg_info_args().
|
protected |
Definition at line 8 of file setuptools_build.py.