cli-ih 0.6.3.1__py3-none-any.whl → 0.7.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (426) hide show
  1. cli_ih/__init__.py +1 -0
  2. cli_ih/asyncClient.py +73 -10
  3. cli_ih/client.py +63 -18
  4. cli_ih/utils.py +51 -0
  5. {cli_ih-0.6.3.1.dist-info → cli_ih-0.7.0.dist-info}/METADATA +1 -1
  6. cli_ih-0.7.0.dist-info/RECORD +9 -0
  7. {cli_ih-0.6.3.1.dist-info → cli_ih-0.7.0.dist-info}/top_level.txt +0 -1
  8. cli_ih-0.6.3.1.dist-info/RECORD +0 -425
  9. venv/Lib/site-packages/__editable___cli_ih_0_6_3_1_finder.py +0 -85
  10. venv/Lib/site-packages/pip/__init__.py +0 -13
  11. venv/Lib/site-packages/pip/__main__.py +0 -24
  12. venv/Lib/site-packages/pip/__pip-runner__.py +0 -50
  13. venv/Lib/site-packages/pip/_internal/__init__.py +0 -18
  14. venv/Lib/site-packages/pip/_internal/build_env.py +0 -349
  15. venv/Lib/site-packages/pip/_internal/cache.py +0 -291
  16. venv/Lib/site-packages/pip/_internal/cli/__init__.py +0 -3
  17. venv/Lib/site-packages/pip/_internal/cli/autocompletion.py +0 -184
  18. venv/Lib/site-packages/pip/_internal/cli/base_command.py +0 -244
  19. venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py +0 -1138
  20. venv/Lib/site-packages/pip/_internal/cli/command_context.py +0 -28
  21. venv/Lib/site-packages/pip/_internal/cli/index_command.py +0 -175
  22. venv/Lib/site-packages/pip/_internal/cli/main.py +0 -80
  23. venv/Lib/site-packages/pip/_internal/cli/main_parser.py +0 -134
  24. venv/Lib/site-packages/pip/_internal/cli/parser.py +0 -298
  25. venv/Lib/site-packages/pip/_internal/cli/progress_bars.py +0 -151
  26. venv/Lib/site-packages/pip/_internal/cli/req_command.py +0 -351
  27. venv/Lib/site-packages/pip/_internal/cli/spinners.py +0 -235
  28. venv/Lib/site-packages/pip/_internal/cli/status_codes.py +0 -6
  29. venv/Lib/site-packages/pip/_internal/commands/__init__.py +0 -139
  30. venv/Lib/site-packages/pip/_internal/commands/cache.py +0 -231
  31. venv/Lib/site-packages/pip/_internal/commands/check.py +0 -66
  32. venv/Lib/site-packages/pip/_internal/commands/completion.py +0 -135
  33. venv/Lib/site-packages/pip/_internal/commands/configuration.py +0 -288
  34. venv/Lib/site-packages/pip/_internal/commands/debug.py +0 -203
  35. venv/Lib/site-packages/pip/_internal/commands/download.py +0 -145
  36. venv/Lib/site-packages/pip/_internal/commands/freeze.py +0 -107
  37. venv/Lib/site-packages/pip/_internal/commands/hash.py +0 -58
  38. venv/Lib/site-packages/pip/_internal/commands/help.py +0 -40
  39. venv/Lib/site-packages/pip/_internal/commands/index.py +0 -159
  40. venv/Lib/site-packages/pip/_internal/commands/inspect.py +0 -92
  41. venv/Lib/site-packages/pip/_internal/commands/install.py +0 -798
  42. venv/Lib/site-packages/pip/_internal/commands/list.py +0 -400
  43. venv/Lib/site-packages/pip/_internal/commands/lock.py +0 -170
  44. venv/Lib/site-packages/pip/_internal/commands/search.py +0 -178
  45. venv/Lib/site-packages/pip/_internal/commands/show.py +0 -231
  46. venv/Lib/site-packages/pip/_internal/commands/uninstall.py +0 -113
  47. venv/Lib/site-packages/pip/_internal/commands/wheel.py +0 -181
  48. venv/Lib/site-packages/pip/_internal/configuration.py +0 -397
  49. venv/Lib/site-packages/pip/_internal/distributions/__init__.py +0 -21
  50. venv/Lib/site-packages/pip/_internal/distributions/base.py +0 -55
  51. venv/Lib/site-packages/pip/_internal/distributions/installed.py +0 -33
  52. venv/Lib/site-packages/pip/_internal/distributions/sdist.py +0 -165
  53. venv/Lib/site-packages/pip/_internal/distributions/wheel.py +0 -44
  54. venv/Lib/site-packages/pip/_internal/exceptions.py +0 -881
  55. venv/Lib/site-packages/pip/_internal/index/__init__.py +0 -1
  56. venv/Lib/site-packages/pip/_internal/index/collector.py +0 -489
  57. venv/Lib/site-packages/pip/_internal/index/package_finder.py +0 -1059
  58. venv/Lib/site-packages/pip/_internal/index/sources.py +0 -287
  59. venv/Lib/site-packages/pip/_internal/locations/__init__.py +0 -441
  60. venv/Lib/site-packages/pip/_internal/locations/_distutils.py +0 -173
  61. venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py +0 -215
  62. venv/Lib/site-packages/pip/_internal/locations/base.py +0 -82
  63. venv/Lib/site-packages/pip/_internal/main.py +0 -12
  64. venv/Lib/site-packages/pip/_internal/metadata/__init__.py +0 -164
  65. venv/Lib/site-packages/pip/_internal/metadata/_json.py +0 -87
  66. venv/Lib/site-packages/pip/_internal/metadata/base.py +0 -685
  67. venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py +0 -6
  68. venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py +0 -87
  69. venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py +0 -223
  70. venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py +0 -143
  71. venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py +0 -298
  72. venv/Lib/site-packages/pip/_internal/models/__init__.py +0 -1
  73. venv/Lib/site-packages/pip/_internal/models/candidate.py +0 -25
  74. venv/Lib/site-packages/pip/_internal/models/direct_url.py +0 -227
  75. venv/Lib/site-packages/pip/_internal/models/format_control.py +0 -78
  76. venv/Lib/site-packages/pip/_internal/models/index.py +0 -28
  77. venv/Lib/site-packages/pip/_internal/models/installation_report.py +0 -57
  78. venv/Lib/site-packages/pip/_internal/models/link.py +0 -613
  79. venv/Lib/site-packages/pip/_internal/models/pylock.py +0 -188
  80. venv/Lib/site-packages/pip/_internal/models/scheme.py +0 -25
  81. venv/Lib/site-packages/pip/_internal/models/search_scope.py +0 -126
  82. venv/Lib/site-packages/pip/_internal/models/selection_prefs.py +0 -53
  83. venv/Lib/site-packages/pip/_internal/models/target_python.py +0 -122
  84. venv/Lib/site-packages/pip/_internal/models/wheel.py +0 -141
  85. venv/Lib/site-packages/pip/_internal/network/__init__.py +0 -1
  86. venv/Lib/site-packages/pip/_internal/network/auth.py +0 -564
  87. venv/Lib/site-packages/pip/_internal/network/cache.py +0 -133
  88. venv/Lib/site-packages/pip/_internal/network/download.py +0 -342
  89. venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py +0 -213
  90. venv/Lib/site-packages/pip/_internal/network/session.py +0 -528
  91. venv/Lib/site-packages/pip/_internal/network/utils.py +0 -98
  92. venv/Lib/site-packages/pip/_internal/network/xmlrpc.py +0 -61
  93. venv/Lib/site-packages/pip/_internal/operations/__init__.py +0 -0
  94. venv/Lib/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  95. venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py +0 -140
  96. venv/Lib/site-packages/pip/_internal/operations/build/metadata.py +0 -38
  97. venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -41
  98. venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -73
  99. venv/Lib/site-packages/pip/_internal/operations/build/wheel.py +0 -38
  100. venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -47
  101. venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -119
  102. venv/Lib/site-packages/pip/_internal/operations/check.py +0 -175
  103. venv/Lib/site-packages/pip/_internal/operations/freeze.py +0 -259
  104. venv/Lib/site-packages/pip/_internal/operations/install/__init__.py +0 -1
  105. venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py +0 -48
  106. venv/Lib/site-packages/pip/_internal/operations/install/wheel.py +0 -746
  107. venv/Lib/site-packages/pip/_internal/operations/prepare.py +0 -742
  108. venv/Lib/site-packages/pip/_internal/pyproject.py +0 -182
  109. venv/Lib/site-packages/pip/_internal/req/__init__.py +0 -105
  110. venv/Lib/site-packages/pip/_internal/req/constructors.py +0 -562
  111. venv/Lib/site-packages/pip/_internal/req/req_dependency_group.py +0 -75
  112. venv/Lib/site-packages/pip/_internal/req/req_file.py +0 -620
  113. venv/Lib/site-packages/pip/_internal/req/req_install.py +0 -937
  114. venv/Lib/site-packages/pip/_internal/req/req_set.py +0 -81
  115. venv/Lib/site-packages/pip/_internal/req/req_uninstall.py +0 -639
  116. venv/Lib/site-packages/pip/_internal/resolution/__init__.py +0 -0
  117. venv/Lib/site-packages/pip/_internal/resolution/base.py +0 -20
  118. venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  119. venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py +0 -598
  120. venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  121. venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py +0 -142
  122. venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -582
  123. venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -814
  124. venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -166
  125. venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -276
  126. venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -85
  127. venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -247
  128. venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -336
  129. venv/Lib/site-packages/pip/_internal/self_outdated_check.py +0 -254
  130. venv/Lib/site-packages/pip/_internal/utils/__init__.py +0 -0
  131. venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py +0 -109
  132. venv/Lib/site-packages/pip/_internal/utils/_log.py +0 -38
  133. venv/Lib/site-packages/pip/_internal/utils/appdirs.py +0 -52
  134. venv/Lib/site-packages/pip/_internal/utils/compat.py +0 -85
  135. venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py +0 -201
  136. venv/Lib/site-packages/pip/_internal/utils/datetime.py +0 -10
  137. venv/Lib/site-packages/pip/_internal/utils/deprecation.py +0 -126
  138. venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
  139. venv/Lib/site-packages/pip/_internal/utils/egg_link.py +0 -81
  140. venv/Lib/site-packages/pip/_internal/utils/entrypoints.py +0 -88
  141. venv/Lib/site-packages/pip/_internal/utils/filesystem.py +0 -152
  142. venv/Lib/site-packages/pip/_internal/utils/filetypes.py +0 -24
  143. venv/Lib/site-packages/pip/_internal/utils/glibc.py +0 -102
  144. venv/Lib/site-packages/pip/_internal/utils/hashes.py +0 -150
  145. venv/Lib/site-packages/pip/_internal/utils/logging.py +0 -364
  146. venv/Lib/site-packages/pip/_internal/utils/misc.py +0 -765
  147. venv/Lib/site-packages/pip/_internal/utils/packaging.py +0 -44
  148. venv/Lib/site-packages/pip/_internal/utils/retry.py +0 -45
  149. venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py +0 -149
  150. venv/Lib/site-packages/pip/_internal/utils/subprocess.py +0 -248
  151. venv/Lib/site-packages/pip/_internal/utils/temp_dir.py +0 -294
  152. venv/Lib/site-packages/pip/_internal/utils/unpacking.py +0 -337
  153. venv/Lib/site-packages/pip/_internal/utils/urls.py +0 -55
  154. venv/Lib/site-packages/pip/_internal/utils/virtualenv.py +0 -105
  155. venv/Lib/site-packages/pip/_internal/utils/wheel.py +0 -132
  156. venv/Lib/site-packages/pip/_internal/vcs/__init__.py +0 -15
  157. venv/Lib/site-packages/pip/_internal/vcs/bazaar.py +0 -130
  158. venv/Lib/site-packages/pip/_internal/vcs/git.py +0 -571
  159. venv/Lib/site-packages/pip/_internal/vcs/mercurial.py +0 -186
  160. venv/Lib/site-packages/pip/_internal/vcs/subversion.py +0 -335
  161. venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py +0 -693
  162. venv/Lib/site-packages/pip/_internal/wheel_builder.py +0 -334
  163. venv/Lib/site-packages/pip/_vendor/__init__.py +0 -117
  164. venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py +0 -29
  165. venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py +0 -70
  166. venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -168
  167. venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py +0 -75
  168. venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -8
  169. venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +0 -145
  170. venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -48
  171. venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py +0 -511
  172. venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -119
  173. venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -157
  174. venv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  175. venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py +0 -146
  176. venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -43
  177. venv/Lib/site-packages/pip/_vendor/certifi/__init__.py +0 -4
  178. venv/Lib/site-packages/pip/_vendor/certifi/__main__.py +0 -12
  179. venv/Lib/site-packages/pip/_vendor/certifi/core.py +0 -83
  180. venv/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
  181. venv/Lib/site-packages/pip/_vendor/dependency_groups/__init__.py +0 -13
  182. venv/Lib/site-packages/pip/_vendor/dependency_groups/__main__.py +0 -65
  183. venv/Lib/site-packages/pip/_vendor/dependency_groups/_implementation.py +0 -209
  184. venv/Lib/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py +0 -59
  185. venv/Lib/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py +0 -62
  186. venv/Lib/site-packages/pip/_vendor/dependency_groups/_toml_compat.py +0 -9
  187. venv/Lib/site-packages/pip/_vendor/dependency_groups/py.typed +0 -0
  188. venv/Lib/site-packages/pip/_vendor/distlib/__init__.py +0 -33
  189. venv/Lib/site-packages/pip/_vendor/distlib/compat.py +0 -1137
  190. venv/Lib/site-packages/pip/_vendor/distlib/resources.py +0 -358
  191. venv/Lib/site-packages/pip/_vendor/distlib/scripts.py +0 -447
  192. venv/Lib/site-packages/pip/_vendor/distlib/util.py +0 -1984
  193. venv/Lib/site-packages/pip/_vendor/distro/__init__.py +0 -54
  194. venv/Lib/site-packages/pip/_vendor/distro/__main__.py +0 -4
  195. venv/Lib/site-packages/pip/_vendor/distro/distro.py +0 -1403
  196. venv/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
  197. venv/Lib/site-packages/pip/_vendor/idna/__init__.py +0 -45
  198. venv/Lib/site-packages/pip/_vendor/idna/codec.py +0 -122
  199. venv/Lib/site-packages/pip/_vendor/idna/compat.py +0 -15
  200. venv/Lib/site-packages/pip/_vendor/idna/core.py +0 -437
  201. venv/Lib/site-packages/pip/_vendor/idna/idnadata.py +0 -4243
  202. venv/Lib/site-packages/pip/_vendor/idna/intranges.py +0 -57
  203. venv/Lib/site-packages/pip/_vendor/idna/package_data.py +0 -1
  204. venv/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
  205. venv/Lib/site-packages/pip/_vendor/idna/uts46data.py +0 -8681
  206. venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py +0 -55
  207. venv/Lib/site-packages/pip/_vendor/msgpack/exceptions.py +0 -48
  208. venv/Lib/site-packages/pip/_vendor/msgpack/ext.py +0 -170
  209. venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py +0 -929
  210. venv/Lib/site-packages/pip/_vendor/packaging/__init__.py +0 -15
  211. venv/Lib/site-packages/pip/_vendor/packaging/_elffile.py +0 -109
  212. venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py +0 -262
  213. venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py +0 -85
  214. venv/Lib/site-packages/pip/_vendor/packaging/_parser.py +0 -353
  215. venv/Lib/site-packages/pip/_vendor/packaging/_structures.py +0 -61
  216. venv/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py +0 -195
  217. venv/Lib/site-packages/pip/_vendor/packaging/licenses/__init__.py +0 -145
  218. venv/Lib/site-packages/pip/_vendor/packaging/licenses/_spdx.py +0 -759
  219. venv/Lib/site-packages/pip/_vendor/packaging/markers.py +0 -362
  220. venv/Lib/site-packages/pip/_vendor/packaging/metadata.py +0 -862
  221. venv/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
  222. venv/Lib/site-packages/pip/_vendor/packaging/requirements.py +0 -91
  223. venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py +0 -1019
  224. venv/Lib/site-packages/pip/_vendor/packaging/tags.py +0 -656
  225. venv/Lib/site-packages/pip/_vendor/packaging/utils.py +0 -163
  226. venv/Lib/site-packages/pip/_vendor/packaging/version.py +0 -582
  227. venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3676
  228. venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py +0 -631
  229. venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py +0 -55
  230. venv/Lib/site-packages/pip/_vendor/platformdirs/android.py +0 -249
  231. venv/Lib/site-packages/pip/_vendor/platformdirs/api.py +0 -299
  232. venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py +0 -144
  233. venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  234. venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py +0 -272
  235. venv/Lib/site-packages/pip/_vendor/platformdirs/version.py +0 -21
  236. venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py +0 -272
  237. venv/Lib/site-packages/pip/_vendor/pygments/__init__.py +0 -82
  238. venv/Lib/site-packages/pip/_vendor/pygments/__main__.py +0 -17
  239. venv/Lib/site-packages/pip/_vendor/pygments/console.py +0 -70
  240. venv/Lib/site-packages/pip/_vendor/pygments/filter.py +0 -70
  241. venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -940
  242. venv/Lib/site-packages/pip/_vendor/pygments/formatter.py +0 -129
  243. venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -157
  244. venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py +0 -23
  245. venv/Lib/site-packages/pip/_vendor/pygments/lexer.py +0 -963
  246. venv/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -362
  247. venv/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py +0 -602
  248. venv/Lib/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1201
  249. venv/Lib/site-packages/pip/_vendor/pygments/modeline.py +0 -43
  250. venv/Lib/site-packages/pip/_vendor/pygments/plugin.py +0 -72
  251. venv/Lib/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
  252. venv/Lib/site-packages/pip/_vendor/pygments/scanner.py +0 -104
  253. venv/Lib/site-packages/pip/_vendor/pygments/sphinxext.py +0 -247
  254. venv/Lib/site-packages/pip/_vendor/pygments/style.py +0 -203
  255. venv/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -61
  256. venv/Lib/site-packages/pip/_vendor/pygments/styles/_mapping.py +0 -54
  257. venv/Lib/site-packages/pip/_vendor/pygments/token.py +0 -214
  258. venv/Lib/site-packages/pip/_vendor/pygments/unistring.py +0 -153
  259. venv/Lib/site-packages/pip/_vendor/pygments/util.py +0 -324
  260. venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py +0 -31
  261. venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py +0 -410
  262. venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -21
  263. venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +0 -389
  264. venv/Lib/site-packages/pip/_vendor/pyproject_hooks/py.typed +0 -0
  265. venv/Lib/site-packages/pip/_vendor/requests/__init__.py +0 -179
  266. venv/Lib/site-packages/pip/_vendor/requests/__version__.py +0 -14
  267. venv/Lib/site-packages/pip/_vendor/requests/_internal_utils.py +0 -50
  268. venv/Lib/site-packages/pip/_vendor/requests/adapters.py +0 -719
  269. venv/Lib/site-packages/pip/_vendor/requests/api.py +0 -157
  270. venv/Lib/site-packages/pip/_vendor/requests/auth.py +0 -314
  271. venv/Lib/site-packages/pip/_vendor/requests/certs.py +0 -17
  272. venv/Lib/site-packages/pip/_vendor/requests/compat.py +0 -90
  273. venv/Lib/site-packages/pip/_vendor/requests/cookies.py +0 -561
  274. venv/Lib/site-packages/pip/_vendor/requests/exceptions.py +0 -151
  275. venv/Lib/site-packages/pip/_vendor/requests/help.py +0 -127
  276. venv/Lib/site-packages/pip/_vendor/requests/hooks.py +0 -33
  277. venv/Lib/site-packages/pip/_vendor/requests/models.py +0 -1039
  278. venv/Lib/site-packages/pip/_vendor/requests/packages.py +0 -25
  279. venv/Lib/site-packages/pip/_vendor/requests/sessions.py +0 -831
  280. venv/Lib/site-packages/pip/_vendor/requests/status_codes.py +0 -128
  281. venv/Lib/site-packages/pip/_vendor/requests/structures.py +0 -99
  282. venv/Lib/site-packages/pip/_vendor/requests/utils.py +0 -1086
  283. venv/Lib/site-packages/pip/_vendor/resolvelib/__init__.py +0 -27
  284. venv/Lib/site-packages/pip/_vendor/resolvelib/providers.py +0 -196
  285. venv/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  286. venv/Lib/site-packages/pip/_vendor/resolvelib/reporters.py +0 -55
  287. venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py +0 -27
  288. venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py +0 -47
  289. venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py +0 -48
  290. venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py +0 -57
  291. venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py +0 -622
  292. venv/Lib/site-packages/pip/_vendor/resolvelib/structs.py +0 -209
  293. venv/Lib/site-packages/pip/_vendor/rich/__init__.py +0 -177
  294. venv/Lib/site-packages/pip/_vendor/rich/__main__.py +0 -245
  295. venv/Lib/site-packages/pip/_vendor/rich/_cell_widths.py +0 -454
  296. venv/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
  297. venv/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
  298. venv/Lib/site-packages/pip/_vendor/rich/_export_format.py +0 -76
  299. venv/Lib/site-packages/pip/_vendor/rich/_extension.py +0 -10
  300. venv/Lib/site-packages/pip/_vendor/rich/_fileno.py +0 -24
  301. venv/Lib/site-packages/pip/_vendor/rich/_inspect.py +0 -268
  302. venv/Lib/site-packages/pip/_vendor/rich/_log_render.py +0 -94
  303. venv/Lib/site-packages/pip/_vendor/rich/_loop.py +0 -43
  304. venv/Lib/site-packages/pip/_vendor/rich/_null_file.py +0 -69
  305. venv/Lib/site-packages/pip/_vendor/rich/_palettes.py +0 -309
  306. venv/Lib/site-packages/pip/_vendor/rich/_pick.py +0 -17
  307. venv/Lib/site-packages/pip/_vendor/rich/_ratio.py +0 -153
  308. venv/Lib/site-packages/pip/_vendor/rich/_spinners.py +0 -482
  309. venv/Lib/site-packages/pip/_vendor/rich/_stack.py +0 -16
  310. venv/Lib/site-packages/pip/_vendor/rich/_timer.py +0 -19
  311. venv/Lib/site-packages/pip/_vendor/rich/_win32_console.py +0 -661
  312. venv/Lib/site-packages/pip/_vendor/rich/_windows.py +0 -71
  313. venv/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py +0 -56
  314. venv/Lib/site-packages/pip/_vendor/rich/_wrap.py +0 -93
  315. venv/Lib/site-packages/pip/_vendor/rich/abc.py +0 -33
  316. venv/Lib/site-packages/pip/_vendor/rich/align.py +0 -306
  317. venv/Lib/site-packages/pip/_vendor/rich/ansi.py +0 -241
  318. venv/Lib/site-packages/pip/_vendor/rich/bar.py +0 -93
  319. venv/Lib/site-packages/pip/_vendor/rich/box.py +0 -474
  320. venv/Lib/site-packages/pip/_vendor/rich/cells.py +0 -174
  321. venv/Lib/site-packages/pip/_vendor/rich/color.py +0 -621
  322. venv/Lib/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
  323. venv/Lib/site-packages/pip/_vendor/rich/columns.py +0 -187
  324. venv/Lib/site-packages/pip/_vendor/rich/console.py +0 -2680
  325. venv/Lib/site-packages/pip/_vendor/rich/constrain.py +0 -37
  326. venv/Lib/site-packages/pip/_vendor/rich/containers.py +0 -167
  327. venv/Lib/site-packages/pip/_vendor/rich/control.py +0 -219
  328. venv/Lib/site-packages/pip/_vendor/rich/default_styles.py +0 -193
  329. venv/Lib/site-packages/pip/_vendor/rich/diagnose.py +0 -39
  330. venv/Lib/site-packages/pip/_vendor/rich/emoji.py +0 -91
  331. venv/Lib/site-packages/pip/_vendor/rich/errors.py +0 -34
  332. venv/Lib/site-packages/pip/_vendor/rich/file_proxy.py +0 -57
  333. venv/Lib/site-packages/pip/_vendor/rich/filesize.py +0 -88
  334. venv/Lib/site-packages/pip/_vendor/rich/highlighter.py +0 -232
  335. venv/Lib/site-packages/pip/_vendor/rich/json.py +0 -139
  336. venv/Lib/site-packages/pip/_vendor/rich/jupyter.py +0 -101
  337. venv/Lib/site-packages/pip/_vendor/rich/layout.py +0 -442
  338. venv/Lib/site-packages/pip/_vendor/rich/live.py +0 -400
  339. venv/Lib/site-packages/pip/_vendor/rich/live_render.py +0 -106
  340. venv/Lib/site-packages/pip/_vendor/rich/logging.py +0 -297
  341. venv/Lib/site-packages/pip/_vendor/rich/markup.py +0 -251
  342. venv/Lib/site-packages/pip/_vendor/rich/measure.py +0 -151
  343. venv/Lib/site-packages/pip/_vendor/rich/padding.py +0 -141
  344. venv/Lib/site-packages/pip/_vendor/rich/pager.py +0 -34
  345. venv/Lib/site-packages/pip/_vendor/rich/palette.py +0 -100
  346. venv/Lib/site-packages/pip/_vendor/rich/panel.py +0 -317
  347. venv/Lib/site-packages/pip/_vendor/rich/pretty.py +0 -1016
  348. venv/Lib/site-packages/pip/_vendor/rich/progress.py +0 -1715
  349. venv/Lib/site-packages/pip/_vendor/rich/progress_bar.py +0 -223
  350. venv/Lib/site-packages/pip/_vendor/rich/prompt.py +0 -400
  351. venv/Lib/site-packages/pip/_vendor/rich/protocol.py +0 -42
  352. venv/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
  353. venv/Lib/site-packages/pip/_vendor/rich/region.py +0 -10
  354. venv/Lib/site-packages/pip/_vendor/rich/repr.py +0 -149
  355. venv/Lib/site-packages/pip/_vendor/rich/rule.py +0 -130
  356. venv/Lib/site-packages/pip/_vendor/rich/scope.py +0 -86
  357. venv/Lib/site-packages/pip/_vendor/rich/screen.py +0 -54
  358. venv/Lib/site-packages/pip/_vendor/rich/segment.py +0 -752
  359. venv/Lib/site-packages/pip/_vendor/rich/spinner.py +0 -132
  360. venv/Lib/site-packages/pip/_vendor/rich/status.py +0 -131
  361. venv/Lib/site-packages/pip/_vendor/rich/style.py +0 -796
  362. venv/Lib/site-packages/pip/_vendor/rich/styled.py +0 -42
  363. venv/Lib/site-packages/pip/_vendor/rich/syntax.py +0 -985
  364. venv/Lib/site-packages/pip/_vendor/rich/table.py +0 -1006
  365. venv/Lib/site-packages/pip/_vendor/rich/terminal_theme.py +0 -153
  366. venv/Lib/site-packages/pip/_vendor/rich/text.py +0 -1361
  367. venv/Lib/site-packages/pip/_vendor/rich/theme.py +0 -115
  368. venv/Lib/site-packages/pip/_vendor/rich/themes.py +0 -5
  369. venv/Lib/site-packages/pip/_vendor/rich/traceback.py +0 -899
  370. venv/Lib/site-packages/pip/_vendor/rich/tree.py +0 -257
  371. venv/Lib/site-packages/pip/_vendor/tomli/__init__.py +0 -8
  372. venv/Lib/site-packages/pip/_vendor/tomli/_parser.py +0 -770
  373. venv/Lib/site-packages/pip/_vendor/tomli/_re.py +0 -112
  374. venv/Lib/site-packages/pip/_vendor/tomli/_types.py +0 -10
  375. venv/Lib/site-packages/pip/_vendor/tomli/py.typed +0 -1
  376. venv/Lib/site-packages/pip/_vendor/tomli_w/__init__.py +0 -4
  377. venv/Lib/site-packages/pip/_vendor/tomli_w/_writer.py +0 -229
  378. venv/Lib/site-packages/pip/_vendor/tomli_w/py.typed +0 -1
  379. venv/Lib/site-packages/pip/_vendor/truststore/__init__.py +0 -36
  380. venv/Lib/site-packages/pip/_vendor/truststore/_api.py +0 -333
  381. venv/Lib/site-packages/pip/_vendor/truststore/_macos.py +0 -571
  382. venv/Lib/site-packages/pip/_vendor/truststore/_openssl.py +0 -66
  383. venv/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py +0 -31
  384. venv/Lib/site-packages/pip/_vendor/truststore/_windows.py +0 -567
  385. venv/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
  386. venv/Lib/site-packages/pip/_vendor/urllib3/__init__.py +0 -102
  387. venv/Lib/site-packages/pip/_vendor/urllib3/_collections.py +0 -355
  388. venv/Lib/site-packages/pip/_vendor/urllib3/_version.py +0 -2
  389. venv/Lib/site-packages/pip/_vendor/urllib3/connection.py +0 -572
  390. venv/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1140
  391. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  392. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -36
  393. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  394. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -519
  395. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
  396. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
  397. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
  398. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -518
  399. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -920
  400. venv/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
  401. venv/Lib/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
  402. venv/Lib/site-packages/pip/_vendor/urllib3/fields.py +0 -274
  403. venv/Lib/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
  404. venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  405. venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  406. venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +0 -51
  407. venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -155
  408. venv/Lib/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1076
  409. venv/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -540
  410. venv/Lib/site-packages/pip/_vendor/urllib3/request.py +0 -191
  411. venv/Lib/site-packages/pip/_vendor/urllib3/response.py +0 -879
  412. venv/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
  413. venv/Lib/site-packages/pip/_vendor/urllib3/util/connection.py +0 -149
  414. venv/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
  415. venv/Lib/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
  416. venv/Lib/site-packages/pip/_vendor/urllib3/util/request.py +0 -137
  417. venv/Lib/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
  418. venv/Lib/site-packages/pip/_vendor/urllib3/util/retry.py +0 -622
  419. venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -504
  420. venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -159
  421. venv/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
  422. venv/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -271
  423. venv/Lib/site-packages/pip/_vendor/urllib3/util/url.py +0 -435
  424. venv/Lib/site-packages/pip/_vendor/urllib3/util/wait.py +0 -152
  425. venv/Lib/site-packages/pip/py.typed +0 -4
  426. {cli_ih-0.6.3.1.dist-info → cli_ih-0.7.0.dist-info}/WHEEL +0 -0
@@ -1,746 +0,0 @@
1
- """Support for installing and building the "wheel" binary package format."""
2
-
3
- from __future__ import annotations
4
-
5
- import collections
6
- import compileall
7
- import contextlib
8
- import csv
9
- import importlib
10
- import logging
11
- import os.path
12
- import re
13
- import shutil
14
- import sys
15
- import textwrap
16
- import warnings
17
- from base64 import urlsafe_b64encode
18
- from collections.abc import Generator, Iterable, Iterator, Sequence
19
- from email.message import Message
20
- from itertools import chain, filterfalse, starmap
21
- from typing import (
22
- IO,
23
- Any,
24
- BinaryIO,
25
- Callable,
26
- NewType,
27
- Protocol,
28
- Union,
29
- cast,
30
- )
31
- from zipfile import ZipFile, ZipInfo
32
-
33
- from pip._vendor.distlib.scripts import ScriptMaker
34
- from pip._vendor.distlib.util import get_export_entry
35
- from pip._vendor.packaging.utils import canonicalize_name
36
-
37
- from pip._internal.exceptions import InstallationError
38
- from pip._internal.locations import get_major_minor_version
39
- from pip._internal.metadata import (
40
- BaseDistribution,
41
- FilesystemWheel,
42
- get_wheel_distribution,
43
- )
44
- from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl
45
- from pip._internal.models.scheme import SCHEME_KEYS, Scheme
46
- from pip._internal.utils.filesystem import adjacent_tmp_file, replace
47
- from pip._internal.utils.misc import StreamWrapper, ensure_dir, hash_file, partition
48
- from pip._internal.utils.unpacking import (
49
- current_umask,
50
- is_within_directory,
51
- set_extracted_file_to_default_mode_plus_executable,
52
- zip_item_is_executable,
53
- )
54
- from pip._internal.utils.wheel import parse_wheel
55
-
56
-
57
- class File(Protocol):
58
- src_record_path: RecordPath
59
- dest_path: str
60
- changed: bool
61
-
62
- def save(self) -> None:
63
- pass
64
-
65
-
66
- logger = logging.getLogger(__name__)
67
-
68
- RecordPath = NewType("RecordPath", str)
69
- InstalledCSVRow = tuple[RecordPath, str, Union[int, str]]
70
-
71
-
72
- def rehash(path: str, blocksize: int = 1 << 20) -> tuple[str, str]:
73
- """Return (encoded_digest, length) for path using hashlib.sha256()"""
74
- h, length = hash_file(path, blocksize)
75
- digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=")
76
- return (digest, str(length))
77
-
78
-
79
- def csv_io_kwargs(mode: str) -> dict[str, Any]:
80
- """Return keyword arguments to properly open a CSV file
81
- in the given mode.
82
- """
83
- return {"mode": mode, "newline": "", "encoding": "utf-8"}
84
-
85
-
86
- def fix_script(path: str) -> bool:
87
- """Replace #!python with #!/path/to/python
88
- Return True if file was changed.
89
- """
90
- # XXX RECORD hashes will need to be updated
91
- assert os.path.isfile(path)
92
-
93
- with open(path, "rb") as script:
94
- firstline = script.readline()
95
- if not firstline.startswith(b"#!python"):
96
- return False
97
- exename = sys.executable.encode(sys.getfilesystemencoding())
98
- firstline = b"#!" + exename + os.linesep.encode("ascii")
99
- rest = script.read()
100
- with open(path, "wb") as script:
101
- script.write(firstline)
102
- script.write(rest)
103
- return True
104
-
105
-
106
- def wheel_root_is_purelib(metadata: Message) -> bool:
107
- return metadata.get("Root-Is-Purelib", "").lower() == "true"
108
-
109
-
110
- def get_entrypoints(dist: BaseDistribution) -> tuple[dict[str, str], dict[str, str]]:
111
- console_scripts = {}
112
- gui_scripts = {}
113
- for entry_point in dist.iter_entry_points():
114
- if entry_point.group == "console_scripts":
115
- console_scripts[entry_point.name] = entry_point.value
116
- elif entry_point.group == "gui_scripts":
117
- gui_scripts[entry_point.name] = entry_point.value
118
- return console_scripts, gui_scripts
119
-
120
-
121
- def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> str | None:
122
- """Determine if any scripts are not on PATH and format a warning.
123
- Returns a warning message if one or more scripts are not on PATH,
124
- otherwise None.
125
- """
126
- if not scripts:
127
- return None
128
-
129
- # Group scripts by the path they were installed in
130
- grouped_by_dir: dict[str, set[str]] = collections.defaultdict(set)
131
- for destfile in scripts:
132
- parent_dir = os.path.dirname(destfile)
133
- script_name = os.path.basename(destfile)
134
- grouped_by_dir[parent_dir].add(script_name)
135
-
136
- # We don't want to warn for directories that are on PATH.
137
- not_warn_dirs = [
138
- os.path.normcase(os.path.normpath(i)).rstrip(os.sep)
139
- for i in os.environ.get("PATH", "").split(os.pathsep)
140
- ]
141
- # If an executable sits with sys.executable, we don't warn for it.
142
- # This covers the case of venv invocations without activating the venv.
143
- not_warn_dirs.append(
144
- os.path.normcase(os.path.normpath(os.path.dirname(sys.executable)))
145
- )
146
- warn_for: dict[str, set[str]] = {
147
- parent_dir: scripts
148
- for parent_dir, scripts in grouped_by_dir.items()
149
- if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs
150
- }
151
- if not warn_for:
152
- return None
153
-
154
- # Format a message
155
- msg_lines = []
156
- for parent_dir, dir_scripts in warn_for.items():
157
- sorted_scripts: list[str] = sorted(dir_scripts)
158
- if len(sorted_scripts) == 1:
159
- start_text = f"script {sorted_scripts[0]} is"
160
- else:
161
- start_text = "scripts {} are".format(
162
- ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1]
163
- )
164
-
165
- msg_lines.append(
166
- f"The {start_text} installed in '{parent_dir}' which is not on PATH."
167
- )
168
-
169
- last_line_fmt = (
170
- "Consider adding {} to PATH or, if you prefer "
171
- "to suppress this warning, use --no-warn-script-location."
172
- )
173
- if len(msg_lines) == 1:
174
- msg_lines.append(last_line_fmt.format("this directory"))
175
- else:
176
- msg_lines.append(last_line_fmt.format("these directories"))
177
-
178
- # Add a note if any directory starts with ~
179
- warn_for_tilde = any(
180
- i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i
181
- )
182
- if warn_for_tilde:
183
- tilde_warning_msg = (
184
- "NOTE: The current PATH contains path(s) starting with `~`, "
185
- "which may not be expanded by all applications."
186
- )
187
- msg_lines.append(tilde_warning_msg)
188
-
189
- # Returns the formatted multiline message
190
- return "\n".join(msg_lines)
191
-
192
-
193
- def _normalized_outrows(
194
- outrows: Iterable[InstalledCSVRow],
195
- ) -> list[tuple[str, str, str]]:
196
- """Normalize the given rows of a RECORD file.
197
-
198
- Items in each row are converted into str. Rows are then sorted to make
199
- the value more predictable for tests.
200
-
201
- Each row is a 3-tuple (path, hash, size) and corresponds to a record of
202
- a RECORD file (see PEP 376 and PEP 427 for details). For the rows
203
- passed to this function, the size can be an integer as an int or string,
204
- or the empty string.
205
- """
206
- # Normally, there should only be one row per path, in which case the
207
- # second and third elements don't come into play when sorting.
208
- # However, in cases in the wild where a path might happen to occur twice,
209
- # we don't want the sort operation to trigger an error (but still want
210
- # determinism). Since the third element can be an int or string, we
211
- # coerce each element to a string to avoid a TypeError in this case.
212
- # For additional background, see--
213
- # https://github.com/pypa/pip/issues/5868
214
- return sorted(
215
- (record_path, hash_, str(size)) for record_path, hash_, size in outrows
216
- )
217
-
218
-
219
- def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str:
220
- return os.path.join(lib_dir, record_path)
221
-
222
-
223
- def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath:
224
- # On Windows, do not handle relative paths if they belong to different
225
- # logical disks
226
- if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower():
227
- path = os.path.relpath(path, lib_dir)
228
-
229
- path = path.replace(os.path.sep, "/")
230
- return cast("RecordPath", path)
231
-
232
-
233
- def get_csv_rows_for_installed(
234
- old_csv_rows: list[list[str]],
235
- installed: dict[RecordPath, RecordPath],
236
- changed: set[RecordPath],
237
- generated: list[str],
238
- lib_dir: str,
239
- ) -> list[InstalledCSVRow]:
240
- """
241
- :param installed: A map from archive RECORD path to installation RECORD
242
- path.
243
- """
244
- installed_rows: list[InstalledCSVRow] = []
245
- for row in old_csv_rows:
246
- if len(row) > 3:
247
- logger.warning("RECORD line has more than three elements: %s", row)
248
- old_record_path = cast("RecordPath", row[0])
249
- new_record_path = installed.pop(old_record_path, old_record_path)
250
- if new_record_path in changed:
251
- digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir))
252
- else:
253
- digest = row[1] if len(row) > 1 else ""
254
- length = row[2] if len(row) > 2 else ""
255
- installed_rows.append((new_record_path, digest, length))
256
- for f in generated:
257
- path = _fs_to_record_path(f, lib_dir)
258
- digest, length = rehash(f)
259
- installed_rows.append((path, digest, length))
260
- return installed_rows + [
261
- (installed_record_path, "", "") for installed_record_path in installed.values()
262
- ]
263
-
264
-
265
- def get_console_script_specs(console: dict[str, str]) -> list[str]:
266
- """
267
- Given the mapping from entrypoint name to callable, return the relevant
268
- console script specs.
269
- """
270
- # Don't mutate caller's version
271
- console = console.copy()
272
-
273
- scripts_to_generate = []
274
-
275
- # Special case pip and setuptools to generate versioned wrappers
276
- #
277
- # The issue is that some projects (specifically, pip and setuptools) use
278
- # code in setup.py to create "versioned" entry points - pip2.7 on Python
279
- # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into
280
- # the wheel metadata at build time, and so if the wheel is installed with
281
- # a *different* version of Python the entry points will be wrong. The
282
- # correct fix for this is to enhance the metadata to be able to describe
283
- # such versioned entry points.
284
- # Currently, projects using versioned entry points will either have
285
- # incorrect versioned entry points, or they will not be able to distribute
286
- # "universal" wheels (i.e., they will need a wheel per Python version).
287
- #
288
- # Because setuptools and pip are bundled with _ensurepip and virtualenv,
289
- # we need to use universal wheels. As a workaround, we
290
- # override the versioned entry points in the wheel and generate the
291
- # correct ones.
292
- #
293
- # To add the level of hack in this section of code, in order to support
294
- # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment
295
- # variable which will control which version scripts get installed.
296
- #
297
- # ENSUREPIP_OPTIONS=altinstall
298
- # - Only pipX.Y and easy_install-X.Y will be generated and installed
299
- # ENSUREPIP_OPTIONS=install
300
- # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note
301
- # that this option is technically if ENSUREPIP_OPTIONS is set and is
302
- # not altinstall
303
- # DEFAULT
304
- # - The default behavior is to install pip, pipX, pipX.Y, easy_install
305
- # and easy_install-X.Y.
306
- pip_script = console.pop("pip", None)
307
- if pip_script:
308
- if "ENSUREPIP_OPTIONS" not in os.environ:
309
- scripts_to_generate.append("pip = " + pip_script)
310
-
311
- if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall":
312
- scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}")
313
-
314
- scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}")
315
- # Delete any other versioned pip entry points
316
- pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)]
317
- for k in pip_ep:
318
- del console[k]
319
- easy_install_script = console.pop("easy_install", None)
320
- if easy_install_script:
321
- if "ENSUREPIP_OPTIONS" not in os.environ:
322
- scripts_to_generate.append("easy_install = " + easy_install_script)
323
-
324
- scripts_to_generate.append(
325
- f"easy_install-{get_major_minor_version()} = {easy_install_script}"
326
- )
327
- # Delete any other versioned easy_install entry points
328
- easy_install_ep = [
329
- k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k)
330
- ]
331
- for k in easy_install_ep:
332
- del console[k]
333
-
334
- # Generate the console entry points specified in the wheel
335
- scripts_to_generate.extend(starmap("{} = {}".format, console.items()))
336
-
337
- return scripts_to_generate
338
-
339
-
340
- class ZipBackedFile:
341
- def __init__(
342
- self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile
343
- ) -> None:
344
- self.src_record_path = src_record_path
345
- self.dest_path = dest_path
346
- self._zip_file = zip_file
347
- self.changed = False
348
-
349
- def _getinfo(self) -> ZipInfo:
350
- return self._zip_file.getinfo(self.src_record_path)
351
-
352
- def save(self) -> None:
353
- # When we open the output file below, any existing file is truncated
354
- # before we start writing the new contents. This is fine in most
355
- # cases, but can cause a segfault if pip has loaded a shared
356
- # object (e.g. from pyopenssl through its vendored urllib3)
357
- # Since the shared object is mmap'd an attempt to call a
358
- # symbol in it will then cause a segfault. Unlinking the file
359
- # allows writing of new contents while allowing the process to
360
- # continue to use the old copy.
361
- if os.path.exists(self.dest_path):
362
- os.unlink(self.dest_path)
363
-
364
- zipinfo = self._getinfo()
365
-
366
- # optimization: the file is created by open(),
367
- # skip the decompression when there is 0 bytes to decompress.
368
- with open(self.dest_path, "wb") as dest:
369
- if zipinfo.file_size > 0:
370
- with self._zip_file.open(zipinfo) as f:
371
- blocksize = min(zipinfo.file_size, 1024 * 1024)
372
- shutil.copyfileobj(f, dest, blocksize)
373
-
374
- if zip_item_is_executable(zipinfo):
375
- set_extracted_file_to_default_mode_plus_executable(self.dest_path)
376
-
377
-
378
- class ScriptFile:
379
- def __init__(self, file: File) -> None:
380
- self._file = file
381
- self.src_record_path = self._file.src_record_path
382
- self.dest_path = self._file.dest_path
383
- self.changed = False
384
-
385
- def save(self) -> None:
386
- self._file.save()
387
- self.changed = fix_script(self.dest_path)
388
-
389
-
390
- class MissingCallableSuffix(InstallationError):
391
- def __init__(self, entry_point: str) -> None:
392
- super().__init__(
393
- f"Invalid script entry point: {entry_point} - A callable "
394
- "suffix is required. See https://packaging.python.org/"
395
- "specifications/entry-points/#use-for-scripts for more "
396
- "information."
397
- )
398
-
399
-
400
- def _raise_for_invalid_entrypoint(specification: str) -> None:
401
- entry = get_export_entry(specification)
402
- if entry is not None and entry.suffix is None:
403
- raise MissingCallableSuffix(str(entry))
404
-
405
-
406
- class PipScriptMaker(ScriptMaker):
407
- # Override distlib's default script template with one that
408
- # doesn't import `re` module, allowing scripts to load faster.
409
- script_template = textwrap.dedent(
410
- """\
411
- import sys
412
- from %(module)s import %(import_name)s
413
- if __name__ == '__main__':
414
- if sys.argv[0].endswith('.exe'):
415
- sys.argv[0] = sys.argv[0][:-4]
416
- sys.exit(%(func)s())
417
- """
418
- )
419
-
420
- def make(
421
- self, specification: str, options: dict[str, Any] | None = None
422
- ) -> list[str]:
423
- _raise_for_invalid_entrypoint(specification)
424
- return super().make(specification, options)
425
-
426
-
427
- def _install_wheel( # noqa: C901, PLR0915 function is too long
428
- name: str,
429
- wheel_zip: ZipFile,
430
- wheel_path: str,
431
- scheme: Scheme,
432
- pycompile: bool = True,
433
- warn_script_location: bool = True,
434
- direct_url: DirectUrl | None = None,
435
- requested: bool = False,
436
- ) -> None:
437
- """Install a wheel.
438
-
439
- :param name: Name of the project to install
440
- :param wheel_zip: open ZipFile for wheel being installed
441
- :param scheme: Distutils scheme dictating the install directories
442
- :param req_description: String used in place of the requirement, for
443
- logging
444
- :param pycompile: Whether to byte-compile installed Python files
445
- :param warn_script_location: Whether to check that scripts are installed
446
- into a directory on PATH
447
- :raises UnsupportedWheel:
448
- * when the directory holds an unpacked wheel with incompatible
449
- Wheel-Version
450
- * when the .dist-info dir does not match the wheel
451
- """
452
- info_dir, metadata = parse_wheel(wheel_zip, name)
453
-
454
- if wheel_root_is_purelib(metadata):
455
- lib_dir = scheme.purelib
456
- else:
457
- lib_dir = scheme.platlib
458
-
459
- # Record details of the files moved
460
- # installed = files copied from the wheel to the destination
461
- # changed = files changed while installing (scripts #! line typically)
462
- # generated = files newly generated during the install (script wrappers)
463
- installed: dict[RecordPath, RecordPath] = {}
464
- changed: set[RecordPath] = set()
465
- generated: list[str] = []
466
-
467
- def record_installed(
468
- srcfile: RecordPath, destfile: str, modified: bool = False
469
- ) -> None:
470
- """Map archive RECORD paths to installation RECORD paths."""
471
- newpath = _fs_to_record_path(destfile, lib_dir)
472
- installed[srcfile] = newpath
473
- if modified:
474
- changed.add(newpath)
475
-
476
- def is_dir_path(path: RecordPath) -> bool:
477
- return path.endswith("/")
478
-
479
- def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None:
480
- if not is_within_directory(dest_dir_path, target_path):
481
- message = (
482
- "The wheel {!r} has a file {!r} trying to install"
483
- " outside the target directory {!r}"
484
- )
485
- raise InstallationError(
486
- message.format(wheel_path, target_path, dest_dir_path)
487
- )
488
-
489
- def root_scheme_file_maker(
490
- zip_file: ZipFile, dest: str
491
- ) -> Callable[[RecordPath], File]:
492
- def make_root_scheme_file(record_path: RecordPath) -> File:
493
- normed_path = os.path.normpath(record_path)
494
- dest_path = os.path.join(dest, normed_path)
495
- assert_no_path_traversal(dest, dest_path)
496
- return ZipBackedFile(record_path, dest_path, zip_file)
497
-
498
- return make_root_scheme_file
499
-
500
- def data_scheme_file_maker(
501
- zip_file: ZipFile, scheme: Scheme
502
- ) -> Callable[[RecordPath], File]:
503
- scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS}
504
-
505
- def make_data_scheme_file(record_path: RecordPath) -> File:
506
- normed_path = os.path.normpath(record_path)
507
- try:
508
- _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2)
509
- except ValueError:
510
- message = (
511
- f"Unexpected file in {wheel_path}: {record_path!r}. .data directory"
512
- " contents should be named like: '<scheme key>/<path>'."
513
- )
514
- raise InstallationError(message)
515
-
516
- try:
517
- scheme_path = scheme_paths[scheme_key]
518
- except KeyError:
519
- valid_scheme_keys = ", ".join(sorted(scheme_paths))
520
- message = (
521
- f"Unknown scheme key used in {wheel_path}: {scheme_key} "
522
- f"(for file {record_path!r}). .data directory contents "
523
- f"should be in subdirectories named with a valid scheme "
524
- f"key ({valid_scheme_keys})"
525
- )
526
- raise InstallationError(message)
527
-
528
- dest_path = os.path.join(scheme_path, dest_subpath)
529
- assert_no_path_traversal(scheme_path, dest_path)
530
- return ZipBackedFile(record_path, dest_path, zip_file)
531
-
532
- return make_data_scheme_file
533
-
534
- def is_data_scheme_path(path: RecordPath) -> bool:
535
- return path.split("/", 1)[0].endswith(".data")
536
-
537
- paths = cast(list[RecordPath], wheel_zip.namelist())
538
- file_paths = filterfalse(is_dir_path, paths)
539
- root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths)
540
-
541
- make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir)
542
- files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths)
543
-
544
- def is_script_scheme_path(path: RecordPath) -> bool:
545
- parts = path.split("/", 2)
546
- return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts"
547
-
548
- other_scheme_paths, script_scheme_paths = partition(
549
- is_script_scheme_path, data_scheme_paths
550
- )
551
-
552
- make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme)
553
- other_scheme_files = map(make_data_scheme_file, other_scheme_paths)
554
- files = chain(files, other_scheme_files)
555
-
556
- # Get the defined entry points
557
- distribution = get_wheel_distribution(
558
- FilesystemWheel(wheel_path),
559
- canonicalize_name(name),
560
- )
561
- console, gui = get_entrypoints(distribution)
562
-
563
- def is_entrypoint_wrapper(file: File) -> bool:
564
- # EP, EP.exe and EP-script.py are scripts generated for
565
- # entry point EP by setuptools
566
- path = file.dest_path
567
- name = os.path.basename(path)
568
- if name.lower().endswith(".exe"):
569
- matchname = name[:-4]
570
- elif name.lower().endswith("-script.py"):
571
- matchname = name[:-10]
572
- elif name.lower().endswith(".pya"):
573
- matchname = name[:-4]
574
- else:
575
- matchname = name
576
- # Ignore setuptools-generated scripts
577
- return matchname in console or matchname in gui
578
-
579
- script_scheme_files: Iterator[File] = map(
580
- make_data_scheme_file, script_scheme_paths
581
- )
582
- script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files)
583
- script_scheme_files = map(ScriptFile, script_scheme_files)
584
- files = chain(files, script_scheme_files)
585
-
586
- existing_parents = set()
587
- for file in files:
588
- # directory creation is lazy and after file filtering
589
- # to ensure we don't install empty dirs; empty dirs can't be
590
- # uninstalled.
591
- parent_dir = os.path.dirname(file.dest_path)
592
- if parent_dir not in existing_parents:
593
- ensure_dir(parent_dir)
594
- existing_parents.add(parent_dir)
595
- file.save()
596
- record_installed(file.src_record_path, file.dest_path, file.changed)
597
-
598
- def pyc_source_file_paths() -> Generator[str, None, None]:
599
- # We de-duplicate installation paths, since there can be overlap (e.g.
600
- # file in .data maps to same location as file in wheel root).
601
- # Sorting installation paths makes it easier to reproduce and debug
602
- # issues related to permissions on existing files.
603
- for installed_path in sorted(set(installed.values())):
604
- full_installed_path = os.path.join(lib_dir, installed_path)
605
- if not os.path.isfile(full_installed_path):
606
- continue
607
- if not full_installed_path.endswith(".py"):
608
- continue
609
- yield full_installed_path
610
-
611
- def pyc_output_path(path: str) -> str:
612
- """Return the path the pyc file would have been written to."""
613
- return importlib.util.cache_from_source(path)
614
-
615
- # Compile all of the pyc files for the installed files
616
- if pycompile:
617
- with contextlib.redirect_stdout(
618
- StreamWrapper.from_stream(sys.stdout)
619
- ) as stdout:
620
- with warnings.catch_warnings():
621
- warnings.filterwarnings("ignore")
622
- for path in pyc_source_file_paths():
623
- success = compileall.compile_file(path, force=True, quiet=True)
624
- if success:
625
- pyc_path = pyc_output_path(path)
626
- assert os.path.exists(pyc_path)
627
- pyc_record_path = cast(
628
- "RecordPath", pyc_path.replace(os.path.sep, "/")
629
- )
630
- record_installed(pyc_record_path, pyc_path)
631
- logger.debug(stdout.getvalue())
632
-
633
- maker = PipScriptMaker(None, scheme.scripts)
634
-
635
- # Ensure old scripts are overwritten.
636
- # See https://github.com/pypa/pip/issues/1800
637
- maker.clobber = True
638
-
639
- # Ensure we don't generate any variants for scripts because this is almost
640
- # never what somebody wants.
641
- # See https://bitbucket.org/pypa/distlib/issue/35/
642
- maker.variants = {""}
643
-
644
- # This is required because otherwise distlib creates scripts that are not
645
- # executable.
646
- # See https://bitbucket.org/pypa/distlib/issue/32/
647
- maker.set_mode = True
648
-
649
- # Generate the console and GUI entry points specified in the wheel
650
- scripts_to_generate = get_console_script_specs(console)
651
-
652
- gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items()))
653
-
654
- generated_console_scripts = maker.make_multiple(scripts_to_generate)
655
- generated.extend(generated_console_scripts)
656
-
657
- generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True}))
658
-
659
- if warn_script_location:
660
- msg = message_about_scripts_not_on_PATH(generated_console_scripts)
661
- if msg is not None:
662
- logger.warning(msg)
663
-
664
- generated_file_mode = 0o666 & ~current_umask()
665
-
666
- @contextlib.contextmanager
667
- def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]:
668
- with adjacent_tmp_file(path, **kwargs) as f:
669
- yield f
670
- os.chmod(f.name, generated_file_mode)
671
- replace(f.name, path)
672
-
673
- dest_info_dir = os.path.join(lib_dir, info_dir)
674
-
675
- # Record pip as the installer
676
- installer_path = os.path.join(dest_info_dir, "INSTALLER")
677
- with _generate_file(installer_path) as installer_file:
678
- installer_file.write(b"pip\n")
679
- generated.append(installer_path)
680
-
681
- # Record the PEP 610 direct URL reference
682
- if direct_url is not None:
683
- direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME)
684
- with _generate_file(direct_url_path) as direct_url_file:
685
- direct_url_file.write(direct_url.to_json().encode("utf-8"))
686
- generated.append(direct_url_path)
687
-
688
- # Record the REQUESTED file
689
- if requested:
690
- requested_path = os.path.join(dest_info_dir, "REQUESTED")
691
- with open(requested_path, "wb"):
692
- pass
693
- generated.append(requested_path)
694
-
695
- record_text = distribution.read_text("RECORD")
696
- record_rows = list(csv.reader(record_text.splitlines()))
697
-
698
- rows = get_csv_rows_for_installed(
699
- record_rows,
700
- installed=installed,
701
- changed=changed,
702
- generated=generated,
703
- lib_dir=lib_dir,
704
- )
705
-
706
- # Record details of all files installed
707
- record_path = os.path.join(dest_info_dir, "RECORD")
708
-
709
- with _generate_file(record_path, **csv_io_kwargs("w")) as record_file:
710
- # Explicitly cast to typing.IO[str] as a workaround for the mypy error:
711
- # "writer" has incompatible type "BinaryIO"; expected "_Writer"
712
- writer = csv.writer(cast("IO[str]", record_file))
713
- writer.writerows(_normalized_outrows(rows))
714
-
715
-
716
- @contextlib.contextmanager
717
- def req_error_context(req_description: str) -> Generator[None, None, None]:
718
- try:
719
- yield
720
- except InstallationError as e:
721
- message = f"For req: {req_description}. {e.args[0]}"
722
- raise InstallationError(message) from e
723
-
724
-
725
- def install_wheel(
726
- name: str,
727
- wheel_path: str,
728
- scheme: Scheme,
729
- req_description: str,
730
- pycompile: bool = True,
731
- warn_script_location: bool = True,
732
- direct_url: DirectUrl | None = None,
733
- requested: bool = False,
734
- ) -> None:
735
- with ZipFile(wheel_path, allowZip64=True) as z:
736
- with req_error_context(req_description):
737
- _install_wheel(
738
- name=name,
739
- wheel_zip=z,
740
- wheel_path=wheel_path,
741
- scheme=scheme,
742
- pycompile=pycompile,
743
- warn_script_location=warn_script_location,
744
- direct_url=direct_url,
745
- requested=requested,
746
- )