Lines Matching full:help
18 "stable": {"help": "stable ABI stub"},
19 "pip": {"help": "pip"},
20 "pip-user": {"help": "pip.ini file for default --user"},
21 "distutils": {"help": "distutils"},
22 "tcltk": {"help": "Tcl, Tk and tkinter"},
23 "idle": {"help": "Idle"},
24 "tests": {"help": "test suite"},
25 "tools": {"help": "tools"},
26 "venv": {"help": "venv"},
27 "dev": {"help": "headers and libs"},
28 "symbols": {"help": "symbols"},
29 "underpth": {"help": "a python._pth file", "not-in-all": True},
30 "launchers": {"help": "specific launchers"},
31 "appxmanifest": {"help": "an appxmanifest"},
32 "props": {"help": "a python.props file"},
33 "nuspec": {"help": "a python.nuspec file"},
34 "chm": {"help": "the CHM documentation"},
35 "html-doc": {"help": "the HTML documentation"},
41 "help": "APPX package",
57 "help": "nuget package",
69 "iot": {"help": "Windows IoT Core", "options": ["stable", "pip"]},
71 "help": "development kit package",
87 "help": "embeddable package",
96 help = "When specified, includes {}".format(info["help"])
98 help = "{}. Not affected by --include-all".format(help)
100 yield "--include-{}".format(opt), help
103 help = "When specified, includes default options for {}".format(info["help"])
104 yield "--preset-{}".format(opt), help