1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/abgox-PSCompletions

Клонировать/Скачать
en-US.json 36 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
abgox Отправлено 30.12.2024 18:46 925d312
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449
{
"root": [
{
"name": "install",
"alias": [
"download"
],
"tip": [
"Install/Download packages."
],
"options": [
{
"name": "--requirement",
"alias": [
"-r"
],
"next": 0,
"tip": [
"{{ $info.__requirement }}"
]
},
{
"name": "--constraint",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__constraint }}"
]
},
{
"name": "--no-deps",
"tip": [
"{{ $info.__no_deps }}"
]
},
{
"name": "--pre",
"tip": [
"{{ $info.__pre }}"
]
},
{
"name": "__editable",
"alias": [
"-e"
],
"next": 0,
"tip": [
"{{ $info.__editable }}"
]
},
{
"name": "--dry-run",
"tip": [
"Don't actually install anything, just print what would be.\n",
"Can be used in combination with --ignore-installed to 'resolve' the requirements."
]
},
{
"name": "--target",
"alias": [
"-t"
],
"next": 0,
"tip": [
"U: -t|--target <dir>\n",
"Install packages into the given directory.\n",
"By default this will not replace existing files/folders in the given directory.\n",
"Use --upgrade to replace existing packages in the given directory with new versions."
]
},
{
"name": "--platform",
"next": 0,
"tip": [
"{{ $info.__platform }}"
]
},
{
"name": "--python-version",
"next": 0,
"tip": [
"{{ $info.__python_version }}"
]
},
{
"name": "--implementation",
"next": 0,
"tip": [
"{{ $info.__implementation }}"
]
},
{
"name": "--abi",
"next": 0,
"tip": [
"{{ $info.__abi }}"
]
},
{
"name": "--user",
"tip": [
"Install to the Python user install directory for your platform.\n",
"Typically ~/.local/, or %APPDATA%\\Python on Windows.\n",
"(See the Python documentation for site.USER_BASE for full details.)"
]
},
{
"name": "--root",
"next": 0,
"tip": [
"{{ $info.__root }}"
]
},
{
"name": "--prefix",
"next": 0,
"tip": [
"U: --prefix <dir>\n",
"Installation prefix where lib, bin and other top-level folders are placed"
]
},
{
"name": "--src",
"next": 0,
"tip": [
"{{ $info.__src }}"
]
},
{
"name": "--upgrade",
"alias": [
"-U"
],
"tip": [
"U: -U|--upgrade\n",
"Upgrade all specified packages to the newest available version.\n",
"The handling of dependencies depends on the upgrade-strategy used."
]
},
{
"name": "--upgrade-strategy",
"next": 0,
"tip": [
"U: --upgrade-strategy <upgrade_strategy>\n",
"Determines how dependency upgrading should be handled [default: only-if-needed].\n",
"\"eager\" - dependencies are upgraded regardless of whether the currently installed version satisfies the requirements of the upgraded package(s).\n",
"\"only-if-needed\" - are upgraded only when they do not satisfy the requirements of the upgraded package(s)."
]
},
{
"name": "--force-reinstall",
"tip": [
"Reinstall all packages even if they are already up-to-date."
]
},
{
"name": "--ignore-installed",
"alias": [
"-I"
],
"tip": [
"U: -I|--ignore-installed\n",
"Ignore the installed packages, overwriting them.\n",
"This can break your system if the existing package is of a different version or was installed with a different package manager!"
]
},
{
"name": "--ignore-requires-python",
"tip": [
"{{ $info.__ignore_requires_python }}"
]
},
{
"name": "--no-build-isolation",
"tip": [
"{{ $info.__no_build_isolation }}"
]
},
{
"name": "--use-pep517",
"tip": [
"{{ $info.__use_pep517 }}"
]
},
{
"name": "--check-build-dependencies",
"tip": [
"{{ $info.__check_build_dependencies }}"
]
},
{
"name": "--config-settings",
"next": 0,
"tip": [
"{{ $info.__config_settings }}"
]
},
{
"name": "--install-option",
"next": 0,
"tip": [
"U: --install-option <options>\n",
"Extra arguments to be supplied to the setup.py install command (use like --install-option=\"--install-scripts=/usr/local/bin\").\n",
"You can use multiple --install-option options to pass multiple options to setup.py install.\n",
"If you are using an option with a directory path, be sure to use absolute path."
]
},
{
"name": "--global-option",
"next": 0,
"tip": [
"{{ $info.__global_option }}"
]
},
{
"name": "--compile",
"tip": [
"Compile Python source files to bytecode."
]
},
{
"name": "--no-compile",
"tip": [
"Don't compile Python source files to bytecode."
]
},
{
"name": "--no-warn-script-location",
"tip": [
"Don't warn when installing scripts outside PATH."
]
},
{
"name": "--no-warn-conflicts",
"tip": [
"Don't warn about broken dependencies."
]
},
{
"name": "--no-binary",
"next": 0,
"tip": [
"{{ $info.__no_binary }}"
]
},
{
"name": "--only-binary",
"next": 0,
"tip": [
"{{ $info.__only_binary }}"
]
},
{
"name": "--prefer-binary",
"tip": [
"{{ $info.__prefer_binary }}"
]
},
{
"name": "--require-hashes",
"tip": [
"{{ $info.__require_hashes }}"
]
},
{
"name": "--progress-bar",
"next": 0,
"tip": [
"{{ $info.__progress_bar }}"
]
},
{
"name": "--root-user-action",
"next": 0,
"tip": [
"{{ $info.__root_user_action }}"
]
},
{
"name": "--report",
"next": 0,
"tip": [
"{{ $info.__report }}"
]
},
{
"name": "--no-clean",
"tip": [
"{{ $info.__no_clean }}"
]
},
{
"name": "--index-url",
"alias": [
"-i"
],
"tip": [
"{{ $info.__index_url }}"
]
},
{
"name": "--extra-index-url",
"next": 0,
"tip": [
"{{ $info.__extra_index_url }}"
]
},
{
"name": "--no-index",
"tip": [
"{{ $info.__no_index }}"
]
},
{
"name": "--find-links",
"alias": [
"-f"
],
"tip": [
"{{ $info.__find_links }}"
]
},
{
"name": "--dest",
"alias": [
"-d"
],
"next": 0,
"tip": [
"U: -d|--dest <dir>\n",
"Download packages into <dir>."
]
}
]
},
{
"name": "uninstall",
"tip": [
"Uninstall packages."
],
"options": [
{
"name": "--requirement",
"alias": [
"-r"
],
"next": 0,
"tip": [
"{{ $info.__requirement }}"
]
},
{
"name": "--yes",
"alias": [
"-y"
],
"tip": [
"Don't ask for confirmation of uninstall deletions."
]
},
{
"name": "--root-user-action",
"next": 0,
"tip": [
"{{ $info.__root_user_action }}"
]
}
]
},
{
"name": "list",
"tip": [
"List installed packages."
],
"options": [
{
"name": "--outdated",
"alias": [
"-o"
],
"tip": [
"List outdated packages."
]
},
{
"name": "--uptodate",
"alias": [
"-u"
],
"tip": [
"List uptodate packages."
]
},
{
"name": "--editable",
"alias": [
"-e"
],
"tip": [
"List editable projects."
]
},
{
"name": "--local",
"alias": [
"-l"
],
"tip": [
"{{ $info.__local }}"
]
},
{
"name": "--user",
"tip": [
"{{ $info.__user }}"
]
},
{
"name": "--path",
"next": 0,
"tip": [
"{{ $info.__path }}"
]
},
{
"name": "--pre",
"tip": [
"{{ $info.__pre }}"
]
},
{
"name": "--format",
"tip": [
"U: --format <format>\n",
"Select the output format among: columns (default), freeze, or json"
],
"next": [
{
"name": "columns",
"tip": [
"default value"
]
},
{
"name": "freeze"
},
{
"name": "json"
}
]
},
{
"name": "--not-required",
"tip": [
"List packages that are not dependencies of installed packages."
]
},
{
"name": "--exclude-editable",
"tip": [
"{{ $info.__exclude_editable }}"
]
},
{
"name": "--include-editable",
"tip": [
"Include editable package from output."
]
},
{
"name": "--exclude",
"next": 0,
"tip": [
"{{ $info.__exclude }}"
]
},
{
"name": "--index-url",
"alias": [
"-i"
],
"tip": [
"{{ $info.__index_url }}"
]
},
{
"name": "--extra-index-url",
"next": 0,
"tip": [
"{{ $info.__extra_index_url }}"
]
},
{
"name": "--no-index",
"tip": [
"{{ $info.__no_index }}"
]
},
{
"name": "--find-links",
"alias": [
"-f"
],
"tip": [
"{{ $info.__find_links }}"
]
}
]
},
{
"name": "freeze",
"tip": [
"Output installed packages in requirements format.\n",
"packages are listed in a case-insensitive sorted order."
],
"options": [
{
"name": "--requirement",
"alias": [
"-r"
],
"next": 0,
"tip": [
"{{ $info.__requirement }}"
]
},
{
"name": "--local",
"alias": [
"-l"
],
"tip": [
"{{ $info.__local }}"
]
},
{
"name": "--user",
"tip": [
"{{ $info.__user }}"
]
},
{
"name": "--path",
"next": 0,
"tip": [
"{{ $info.__path }}"
]
},
{
"name": "--all",
"tip": [
"Do not skip these packages in the output: wheel, pip, setuptools, distribute"
]
},
{
"name": "--exclude-editable",
"tip": [
"{{ $info.__exclude_editable }}"
]
},
{
"name": "--exclude",
"next": 0,
"tip": [
"{{ $info.__exclude }}"
]
}
]
},
{
"name": "inspect",
"tip": [
"Inspect the content of a Python environment and produce a report in JSON format."
],
"options": [
{
"name": "--local",
"alias": [
"-l"
],
"tip": [
"{{ $info.__local }}"
]
},
{
"name": "--user",
"tip": [
"{{ $info.__user }}"
]
},
{
"name": "--path",
"next": 0,
"tip": [
"{{ $info.__path }}"
]
}
]
},
{
"name": "show",
"tip": [
"Show information about installed packages.\n",
"The output is in RFC-compliant mail header format."
],
"options": [
{
"name": "--files",
"alias": [
"-f"
],
"tip": [
"Show the full list of installed files for each package."
]
}
]
},
{
"name": "check",
"tip": [
"Verify installed packages have compatible dependencies."
]
},
{
"name": "config",
"tip": [
"Manage local and global configuration."
],
"options": [
{
"name": "--editor",
"next": 0,
"tip": [
"U: --editor <editor>\n",
"Editor to use to edit the file.\n",
"Uses VISUAL or EDITOR environment variables if not provided."
]
},
{
"name": "--global",
"tip": [
"Use the system-wide configuration file only."
]
},
{
"name": "--user",
"tip": [
"Use the user configuration file only."
]
},
{
"name": "--site",
"tip": [
"Use the current environment configuration file only."
]
}
],
"next": [
{
"name": "list",
"tip": [
"List the active configuration (or from the file specified)"
]
},
{
"name": "edit",
"tip": [
"Edit the configuration file in an editor."
]
},
{
"name": "get",
"tip": [
"Get the value associated with command.option"
]
},
{
"name": "set",
"tip": [
"Set the command.option=value"
]
},
{
"name": "unset",
"tip": [
"Unset the value associated with command.option"
]
},
{
"name": "debug",
"tip": [
"List the configuration files and values defined under them."
]
}
]
},
{
"name": "search",
"tip": [
"Search PyPI for packages."
],
"options": [
{
"name": "--index",
"alias": [
"-i"
],
"next": 0,
"tip": [
"U: -i|--index <url>\n",
"Base URL of Python Package Index (default https://pypi.org/pypi)"
]
}
]
},
{
"name": "cache",
"tip": [
"Inspect and manage pip's wheel cache."
],
"next": [
{
"name": "dir",
"tip": [
"Show the cache directory."
]
},
{
"name": "info",
"tip": [
"Show information about the cache."
]
},
{
"name": "list",
"tip": [
"U: list [<pattern>] [--format=[human, abspath]]\n",
"List filenames of packages stored in the cache.\n",
"<pattern> can be a glob expression or a package name."
],
"options": [
{
"name": "--format",
"tip": [
"Select the output format among: human (default) or abspath."
]
}
]
},
{
"name": "remove",
"tip": [
"Remove one or more package from the cache."
]
},
{
"name": "purge",
"tip": [
"Remove all items from the cache."
]
}
]
},
{
"name": "index",
"tip": [
"Inspect information available from package indexes."
],
"options": [
{
"name": "--pre",
"tip": [
"{{ $info.__pre }}"
]
},
{
"name": "--platform",
"next": 0,
"tip": [
"{{ $info.__platform }}"
]
},
{
"name": "--python-version",
"next": 0,
"tip": [
"{{ $info.__python_version }}"
]
},
{
"name": "--implementation",
"next": 0,
"tip": [
"{{ $info.__implementation }}"
]
},
{
"name": "--abi",
"next": 0,
"tip": [
"{{ $info.__abi }}"
]
},
{
"name": "--ignore-requires-python",
"tip": [
"{{ $info.__ignore_requires_python }}"
]
},
{
"name": "--no-binary",
"next": 0,
"tip": [
"{{ $info.__no_binary }}"
]
},
{
"name": "--only-binary",
"next": 0,
"tip": [
"{{ $info.__only_binary }}"
]
},
{
"name": "--index-url",
"alias": [
"-i"
],
"tip": [
"{{ $info.__index_url }}"
]
},
{
"name": "--extra-index-url",
"next": 0,
"tip": [
"{{ $info.__extra_index_url }}"
]
},
{
"name": "--no-index",
"tip": [
"{{ $info.__no_index }}"
]
},
{
"name": "--find-links",
"alias": [
"-f"
],
"tip": [
"{{ $info.__find_links }}"
]
}
]
},
{
"name": "wheel",
"tip": [
"Build Wheel archives for your requirements and dependencies."
],
"options": [
{
"name": "--wheel-dir",
"next": 0,
"tip": [
"U: --wheel-dir|-w <dir>\n",
"Build wheels into <dir>, where the default is the current working directory."
]
},
{
"name": "--requirement",
"alias": [
"-r"
],
"next": 0,
"tip": [
"{{ $info.__requirement }}"
]
},
{
"name": "--constraint",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__constraint }}"
]
},
{
"name": "--no-deps",
"tip": [
"{{ $info.__no_deps }}"
]
},
{
"name": "--pre",
"tip": [
"{{ $info.__pre }}"
]
},
{
"name": "__editable",
"alias": [
"-e"
],
"next": 0,
"tip": [
"{{ $info.__editable }}"
]
},
{
"name": "--src",
"next": 0,
"tip": [
"{{ $info.__src }}"
]
},
{
"name": "--ignore-requires-python",
"tip": [
"{{ $info.__ignore_requires_python }}"
]
},
{
"name": "--no-build-isolation",
"tip": [
"{{ $info.__no_build_isolation }}"
]
},
{
"name": "--use-pep517",
"tip": [
"{{ $info.__use_pep517 }}"
]
},
{
"name": "--check-build-dependencies",
"tip": [
"{{ $info.__check_build_dependencies }}"
]
},
{
"name": "--config-settings",
"next": 0,
"tip": [
"{{ $info.__config_settings }}"
]
},
{
"name": "--global-option",
"next": 0,
"tip": [
"{{ $info.__global_option }}"
]
},
{
"name": "--no-binary",
"next": 0,
"tip": [
"{{ $info.__no_binary }}"
]
},
{
"name": "--only-binary",
"next": 0,
"tip": [
"{{ $info.__only_binary }}"
]
},
{
"name": "--prefer-binary",
"tip": [
"{{ $info.__prefer_binary }}"
]
},
{
"name": "--require-hashes",
"tip": [
"{{ $info.__require_hashes }}"
]
},
{
"name": "--progress-bar",
"next": 0,
"tip": [
"{{ $info.__progress_bar }}"
]
},
{
"name": "--no-clean",
"tip": [
"{{ $info.__no_clean }}"
]
},
{
"name": "--index-url",
"alias": [
"-i"
],
"tip": [
"{{ $info.__index_url }}"
]
},
{
"name": "--extra-index-url",
"next": 0,
"tip": [
"{{ $info.__extra_index_url }}"
]
},
{
"name": "--no-index",
"tip": [
"{{ $info.__no_index }}"
]
},
{
"name": "--find-links",
"alias": [
"-f"
],
"tip": [
"{{ $info.__find_links }}"
]
},
{
"name": "--no-verify",
"tip": [
"Don't verify if built wheel is valid."
]
},
{
"name": "--build-option",
"next": 0,
"tip": [
"U: --build-option <options>\n",
"Extra arguments to be supplied to 'setup.py bdist_wheel'."
]
}
]
},
{
"name": "hash",
"tip": [
"Compute hashes of package archives.\n",
"These can be used with --hash in a requirements file to do repeatable installs."
],
"options": [
{
"name": "--algorithm",
"alias": [
"-a"
],
"tip": [
"U: --algorithm|-a <algorithm>\n",
"The hash algorithm to use: one of sha256, sha384, sha512"
],
"next": [
{
"name": "sha256"
},
{
"name": "sha384"
},
{
"name": "sha512"
}
]
}
]
},
{
"name": "debug",
"tip": [
"Show information useful for debugging."
],
"options": [
{
"name": "--platform",
"next": 0,
"tip": [
"{{ $info.__platform }}"
]
},
{
"name": "--python-version",
"next": 0,
"tip": [
"{{ $info.__python_version }}"
]
},
{
"name": "--implementation",
"next": 0,
"tip": [
"{{ $info.__implementation }}"
]
},
{
"name": "--abi",
"next": 0,
"tip": [
"{{ $info.__abi }}"
]
}
]
},
{
"name": "help",
"tip": [
"Show help for commands."
]
},
{
"name": "completion",
"tip": [
"A helper command used for command completion."
]
}
],
"options": [
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"Show version and exit."
]
}
],
"common_options": [
{
"name": "-h",
"alias": [
"--help"
],
"tip": [
"U: -h|--help\n",
"Show help."
]
},
{
"name": "--debug",
"tip": [
"Let unhandled exceptions propagate outside the main subroutine, instead of logging them to stderr."
]
},
{
"name": "--isolated",
"tip": [
"Run pip in an isolated mode, ignoring environment variables and user configuration."
]
},
{
"name": "--require-virtualenv",
"tip": [
"Allow pip to only run in a virtual environment; exit with an error otherwise."
]
},
{
"name": "--python",
"next": 0,
"tip": [
"U: --python <python>\n",
"pip with the specified Python interpreter."
]
},
{
"name": "--verbose",
"alias": [
"-v"
],
"tip": [
"U: -v|--verbose\n",
"Give more output. Option is additive, and can be used up to 3 times."
]
},
{
"name": "--quiet",
"alias": [
"-q"
],
"tip": [
"U: -q|--quiet\n",
"Give less output. Option is additive, and can be used up to 3 times.\n",
"(corresponding to WARNING, ERROR, and CRITICAL logging levels)."
]
},
{
"name": "--log",
"next": 0,
"tip": [
"U: --log <path>\n",
"Path to a verbose appending log."
]
},
{
"name": "--no-input",
"tip": [
"Disable prompting for input."
]
},
{
"name": "--proxy",
"next": 0,
"tip": [
"U: --proxy <proxy>\n",
"Specify a proxy in the form [user:password@]proxy.server:port."
]
},
{
"name": "--retries",
"next": 0,
"tip": [
"U: --retries <retries>\n",
"Maximum number of retries each connection should attempt (default 5 times)."
]
},
{
"name": "--timeout",
"next": 0,
"tip": [
"U: --timeout <timeout>\n",
"Set the socket timeout (default 15 seconds)."
]
},
{
"name": "--exists-action",
"next": 0,
"tip": [
"U: --exists-action <action>\n",
"Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort."
]
},
{
"name": "--trusted-host",
"next": 0,
"tip": [
"U: --trusted-host <hostname>\n",
"Mark this host or host:port pair as trusted, even though it does not have valid or any HTTPS."
]
},
{
"name": "--cert",
"next": 0,
"tip": [
"U: --cert <path>\n",
"Path to PEM-encoded CA certificate bundle. If provided, overrides the default.\n",
"See 'SSL Certificate Verification' in pip documentation for more information."
]
},
{
"name": "--client-cert",
"next": 0,
"tip": [
"U: --client-cert <path>\n",
"Path to SSL client certificate, a single file containing the private key and the certificate in PEM format."
]
},
{
"name": "--cache-dir",
"next": 0,
"tip": [
"U: --cache-dir <dir>\n",
"Store the cache data in <dir>."
]
},
{
"name": "--no-cache-dir",
"tip": [
"Disable the cache."
]
},
{
"name": "--disable-pip-version-check",
"tip": [
"Don't periodically check PyPI to determine whether a new version of pip is available for download.\n",
"Implied with --no-index."
]
},
{
"name": "--no-color",
"tip": [
"Suppress colored output."
]
},
{
"name": "--no-python-version-warning",
"tip": [
"Silence deprecation warnings for upcoming unsupported Pythons."
]
},
{
"name": "--use-feature",
"next": 0,
"tip": [
"U: --use-feature <feature>\n",
"Enable new functionality, that may be backward incompatible."
]
},
{
"name": "--use-deprecated",
"next": 0,
"tip": [
"U: --use-deprecated <feature>\n",
"Enable deprecated functionality, that will be removed in the future."
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/pypa/pip",
"description": [
"pip - Python Package Manager."
]
},
"__requirement": [
"U: -r|--requirement <file>\n",
"Use the order in the given requirements file and its comments when generating output.\n",
"This option can be used multiple times."
],
"__constraint": [
"U: -c|--constraint <file>\n",
"Constrain versions using the given constraints file. This option can be used multiple times."
],
"__no_deps": "Don't install package dependencies.",
"__pre": "Include pre-release and development versions. By default, pip only finds stable versions.",
"__editable": [
"U: -e|--editable <path|url>\n",
"Install a project in editable mode(e.g. setuptools \"develop mode\") from a local project path or a VCS url"
],
"__platform": [
"U: --platform <platform>\n",
"Only use wheels compatible with <platform>.\n",
"Defaults to the platform of the running system.\n",
"Use this option multiple times to specify multiple platforms supported by the target interpreter."
],
"__python_version": [
"U: --python-version <version>\n",
"The Python interpreter version to use for wheel and \"Requires-Python\" compatibility checks.\n",
"Defaults to a version derived from the running interpreter."
],
"__implementation": [
"U: --implementation <implementation>\n",
"Only use wheels compatible with Python implementation <implementation>, e.g. 'pp', 'jy', 'cp', or 'ip'.\n",
"If not specified, then the current interpreter implementation is used. Use 'py' to force implementation-agnostic wheels."
],
"__abi": [
"U: --abi <abi>\n",
"Only use wheels compatible with Python abi <abi>, e.g. 'pypy_41'. If not specified, then the current interpreter abi tag is used.",
"Use this option multiple times to specify multiple abis supported by the target interpreter.\n",
"Generally you will need to specify --implementation, --platform, and --python-version when using this option."
],
"__root": [
"U: --root <dir>\n",
"Install everything relative to this alternate root directory."
],
"__src": [
"U: --src <dir>\n",
"Directory to check out editable projects into.\n",
"The default in a virtualenv is \"<venv path>/src\".\n",
"The default for global installs is \"<current dir>/src\"."
],
"__ignore_requires_python": "Ignore the Requires-Python information.",
"__no_build_isolation": [
"Disable isolation when building a modern source distribution.\n",
"Build dependencies specified by PEP 518 must be already installed if this option is used."
],
"__use_pep517": "Use PEP 517 for building source distributions (use --no-use-pep517 to force legacy behaviour).",
"__check_build_dependencies": "Check the build dependencies when PEP517 is used.",
"__config_settings": [
"U: --config-setting <settings>\n",
"Configuration settings to be passed to the PEP 517 build backend.\n",
"Settings take the form KEY=VALUE.\n",
"Use multiple --config-settings options to pass multiple keys to the backend."
],
"__global_option": [
"U: --global-option <options>\n",
"Extra global options to be supplied to the setup.py call before the install or bdist_wheel command."
],
"__no_binary": [
"U: --no-binary <format_control>\n",
"Do not use binary packages. Can be supplied multiple times, and each time adds to the existing value.\n",
"Accepts either \":all:\" to disable all binary packages, \":none:\" to empty the set (notice the colons), or one or more package names with commas between them (no colons).\n",
"Note that some packages are tricky to compile and may fail to install when this option is used on them."
],
"__only_binary": [
"U: --only-binary <format_control>\n",
"Do not use source packages. Can be supplied multiple times, and each time adds to the existing value.\n",
"Accepts either \":all:\" to disable all source packages, \":none:\" to empty the set, or one or more package names with commas between them.\n",
"Packages without binary distributions will fail to install when this option is used on them."
],
"__prefer_binary": "Prefer older binary packages over newer source packages.",
"__require_hashes": [
"Require a hash to check each requirement against, for repeatable installs.\n",
"This option is implied when any package in a requirements file has a --hash option."
],
"__progress_bar": [
"U: --progress-bar <bar>\n",
"Specify whether the progress bar should be used [on, off] (default: on)"
],
"__root_user_action": [
"U: --root-user-action <root_user_action>\n",
"Action if pip is run as a root user.\n",
"By default, a warning message is shown."
],
"__report": [
"U: --report <file>\n",
"Generate a JSON file describing what pip did to install the provided requirements.\n",
"Can be used in combination with --dry-run and --ignore-installed to 'resolve' the requirements.\n",
"When - is used as file name it writes to stdout.When writing to stdout, please combine with the --quiet option to avoid mixing pip logging output with JSON output."
],
"__no_clean": "Don't clean up build directories.",
"__index_url": [
"Base URL of the Python Package Index (default https://pypi.org/simple).\n",
"This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format."
],
"__extra_index_url": [
"U: --extra-index-url <url>\n",
"Extra URLs of package indexes to use in addition to --index-url.\nShould follow the same rules as --index-url."
],
"__no_index": "Ignore package index (only looking at --find-links URLs instead).",
"__find_links": [
"If a URL or path to an html file, then parse for links to archives such as sdist (.tar.gz) or wheel (.whl) files.\n",
"If a local path or file:// URL that's a directory, then look for archives in the directory listing.\n",
"Links to VCS project URLs are not supported."
],
"__local": [
"U: -l|--local\n",
"If in a virtualenv that has global access, do not list globally-installed packages."
],
"__user": "Only output packages installed in user-site.",
"__path": [
"U: --path <path>\n",
"Restrict to the specified installation path for listing packages (can be used multiple times)."
],
"__exclude_editable": "Exclude editable package from output.",
"__exclude": [
"U: --exclude <package>\n",
"Exclude specified package from the output."
]
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/abgox-PSCompletions.git
git@api.gitlife.ru:oschina-mirror/abgox-PSCompletions.git
oschina-mirror
abgox-PSCompletions
abgox-PSCompletions
main