OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | make_setuptools_shim_args (setup_py_path, global_options=None, no_user_config=False, unbuffered_output=False) |
def | make_setuptools_bdist_wheel_args (setup_py_path, global_options, build_options, destination_dir) |
def | make_setuptools_clean_args (setup_py_path, global_options) |
def | make_setuptools_develop_args (setup_py_path, global_options, install_options, no_user_config, prefix, home, use_user_site) |
def | make_setuptools_egg_info_args (setup_py_path, egg_info_dir, no_user_config) |
def | make_setuptools_install_args (setup_py_path, global_options, install_options, record_filename, root, prefix, header_dir, home, use_user_site, no_user_config, pycompile) |
def pip._internal.utils.setuptools_build.make_setuptools_bdist_wheel_args | ( | setup_py_path, | |
global_options, | |||
build_options, | |||
destination_dir | |||
) |
def pip._internal.utils.setuptools_build.make_setuptools_clean_args | ( | setup_py_path, | |
global_options | |||
) |
def pip._internal.utils.setuptools_build.make_setuptools_develop_args | ( | setup_py_path, | |
global_options, | |||
install_options, | |||
no_user_config, | |||
prefix, | |||
home, | |||
use_user_site | |||
) |
def pip._internal.utils.setuptools_build.make_setuptools_egg_info_args | ( | setup_py_path, | |
egg_info_dir, | |||
no_user_config | |||
) |
def pip._internal.utils.setuptools_build.make_setuptools_install_args | ( | setup_py_path, | |
global_options, | |||
install_options, | |||
record_filename, | |||
root, | |||
prefix, | |||
header_dir, | |||
home, | |||
use_user_site, | |||
no_user_config, | |||
pycompile | |||
) |
def pip._internal.utils.setuptools_build.make_setuptools_shim_args | ( | setup_py_path, | |
global_options = None , |
|||
no_user_config = False , |
|||
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.