hmdev-cli 1.0.1 → 1.0.3

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 (1152) hide show
  1. package/README.md +16 -4
  2. package/package.json +4 -4
  3. package/python/.venv/Lib/site-packages/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  4. package/python/.venv/Lib/site-packages/anyio/__init__.py +0 -111
  5. package/python/.venv/Lib/site-packages/anyio/__pycache__/__init__.cpython-312.pyc +0 -0
  6. package/python/.venv/Lib/site-packages/anyio/__pycache__/from_thread.cpython-312.pyc +0 -0
  7. package/python/.venv/Lib/site-packages/anyio/__pycache__/functools.cpython-312.pyc +0 -0
  8. package/python/.venv/Lib/site-packages/anyio/__pycache__/lowlevel.cpython-312.pyc +0 -0
  9. package/python/.venv/Lib/site-packages/anyio/__pycache__/pytest_plugin.cpython-312.pyc +0 -0
  10. package/python/.venv/Lib/site-packages/anyio/__pycache__/to_interpreter.cpython-312.pyc +0 -0
  11. package/python/.venv/Lib/site-packages/anyio/__pycache__/to_process.cpython-312.pyc +0 -0
  12. package/python/.venv/Lib/site-packages/anyio/__pycache__/to_thread.cpython-312.pyc +0 -0
  13. package/python/.venv/Lib/site-packages/anyio/_backends/__init__.py +0 -0
  14. package/python/.venv/Lib/site-packages/anyio/_backends/__pycache__/__init__.cpython-312.pyc +0 -0
  15. package/python/.venv/Lib/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-312.pyc +0 -0
  16. package/python/.venv/Lib/site-packages/anyio/_backends/__pycache__/_trio.cpython-312.pyc +0 -0
  17. package/python/.venv/Lib/site-packages/anyio/_backends/_asyncio.py +0 -2996
  18. package/python/.venv/Lib/site-packages/anyio/_backends/_trio.py +0 -1343
  19. package/python/.venv/Lib/site-packages/anyio/_core/__init__.py +0 -0
  20. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/__init__.cpython-312.pyc +0 -0
  21. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_asyncio_selector_thread.cpython-312.pyc +0 -0
  22. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_contextmanagers.cpython-312.pyc +0 -0
  23. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_eventloop.cpython-312.pyc +0 -0
  24. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_exceptions.cpython-312.pyc +0 -0
  25. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_fileio.cpython-312.pyc +0 -0
  26. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_resources.cpython-312.pyc +0 -0
  27. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_signals.cpython-312.pyc +0 -0
  28. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_sockets.cpython-312.pyc +0 -0
  29. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_streams.cpython-312.pyc +0 -0
  30. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_subprocesses.cpython-312.pyc +0 -0
  31. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_synchronization.cpython-312.pyc +0 -0
  32. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_tasks.cpython-312.pyc +0 -0
  33. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_tempfile.cpython-312.pyc +0 -0
  34. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_testing.cpython-312.pyc +0 -0
  35. package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_typedattr.cpython-312.pyc +0 -0
  36. package/python/.venv/Lib/site-packages/anyio/_core/_asyncio_selector_thread.py +0 -167
  37. package/python/.venv/Lib/site-packages/anyio/_core/_contextmanagers.py +0 -200
  38. package/python/.venv/Lib/site-packages/anyio/_core/_eventloop.py +0 -234
  39. package/python/.venv/Lib/site-packages/anyio/_core/_exceptions.py +0 -156
  40. package/python/.venv/Lib/site-packages/anyio/_core/_fileio.py +0 -799
  41. package/python/.venv/Lib/site-packages/anyio/_core/_resources.py +0 -18
  42. package/python/.venv/Lib/site-packages/anyio/_core/_signals.py +0 -29
  43. package/python/.venv/Lib/site-packages/anyio/_core/_sockets.py +0 -1003
  44. package/python/.venv/Lib/site-packages/anyio/_core/_streams.py +0 -52
  45. package/python/.venv/Lib/site-packages/anyio/_core/_subprocesses.py +0 -196
  46. package/python/.venv/Lib/site-packages/anyio/_core/_synchronization.py +0 -757
  47. package/python/.venv/Lib/site-packages/anyio/_core/_tasks.py +0 -173
  48. package/python/.venv/Lib/site-packages/anyio/_core/_tempfile.py +0 -613
  49. package/python/.venv/Lib/site-packages/anyio/_core/_testing.py +0 -82
  50. package/python/.venv/Lib/site-packages/anyio/_core/_typedattr.py +0 -81
  51. package/python/.venv/Lib/site-packages/anyio/abc/__init__.py +0 -58
  52. package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/__init__.cpython-312.pyc +0 -0
  53. package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_eventloop.cpython-312.pyc +0 -0
  54. package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_resources.cpython-312.pyc +0 -0
  55. package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_sockets.cpython-312.pyc +0 -0
  56. package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_streams.cpython-312.pyc +0 -0
  57. package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_subprocesses.cpython-312.pyc +0 -0
  58. package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_tasks.cpython-312.pyc +0 -0
  59. package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_testing.cpython-312.pyc +0 -0
  60. package/python/.venv/Lib/site-packages/anyio/abc/_eventloop.py +0 -409
  61. package/python/.venv/Lib/site-packages/anyio/abc/_resources.py +0 -33
  62. package/python/.venv/Lib/site-packages/anyio/abc/_sockets.py +0 -399
  63. package/python/.venv/Lib/site-packages/anyio/abc/_streams.py +0 -233
  64. package/python/.venv/Lib/site-packages/anyio/abc/_subprocesses.py +0 -79
  65. package/python/.venv/Lib/site-packages/anyio/abc/_tasks.py +0 -117
  66. package/python/.venv/Lib/site-packages/anyio/abc/_testing.py +0 -65
  67. package/python/.venv/Lib/site-packages/anyio/from_thread.py +0 -578
  68. package/python/.venv/Lib/site-packages/anyio/functools.py +0 -409
  69. package/python/.venv/Lib/site-packages/anyio/lowlevel.py +0 -196
  70. package/python/.venv/Lib/site-packages/anyio/py.typed +0 -0
  71. package/python/.venv/Lib/site-packages/anyio/pytest_plugin.py +0 -363
  72. package/python/.venv/Lib/site-packages/anyio/streams/__init__.py +0 -0
  73. package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/__init__.cpython-312.pyc +0 -0
  74. package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/buffered.cpython-312.pyc +0 -0
  75. package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/file.cpython-312.pyc +0 -0
  76. package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/memory.cpython-312.pyc +0 -0
  77. package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/stapled.cpython-312.pyc +0 -0
  78. package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/text.cpython-312.pyc +0 -0
  79. package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/tls.cpython-312.pyc +0 -0
  80. package/python/.venv/Lib/site-packages/anyio/streams/buffered.py +0 -188
  81. package/python/.venv/Lib/site-packages/anyio/streams/file.py +0 -154
  82. package/python/.venv/Lib/site-packages/anyio/streams/memory.py +0 -325
  83. package/python/.venv/Lib/site-packages/anyio/streams/stapled.py +0 -147
  84. package/python/.venv/Lib/site-packages/anyio/streams/text.py +0 -176
  85. package/python/.venv/Lib/site-packages/anyio/streams/tls.py +0 -421
  86. package/python/.venv/Lib/site-packages/anyio/to_interpreter.py +0 -246
  87. package/python/.venv/Lib/site-packages/anyio/to_process.py +0 -266
  88. package/python/.venv/Lib/site-packages/anyio/to_thread.py +0 -78
  89. package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/INSTALLER +0 -1
  90. package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/METADATA +0 -105
  91. package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/RECORD +0 -92
  92. package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/WHEEL +0 -5
  93. package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/entry_points.txt +0 -2
  94. package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/licenses/LICENSE +0 -20
  95. package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/top_level.txt +0 -1
  96. package/python/.venv/Lib/site-packages/certifi/__init__.py +0 -4
  97. package/python/.venv/Lib/site-packages/certifi/__main__.py +0 -12
  98. package/python/.venv/Lib/site-packages/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
  99. package/python/.venv/Lib/site-packages/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
  100. package/python/.venv/Lib/site-packages/certifi/__pycache__/core.cpython-312.pyc +0 -0
  101. package/python/.venv/Lib/site-packages/certifi/cacert.pem +0 -3933
  102. package/python/.venv/Lib/site-packages/certifi/core.py +0 -83
  103. package/python/.venv/Lib/site-packages/certifi/py.typed +0 -0
  104. package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/INSTALLER +0 -1
  105. package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/METADATA +0 -78
  106. package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/RECORD +0 -14
  107. package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/WHEEL +0 -5
  108. package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/licenses/LICENSE +0 -20
  109. package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/top_level.txt +0 -1
  110. package/python/.venv/Lib/site-packages/h11/__init__.py +0 -62
  111. package/python/.venv/Lib/site-packages/h11/__pycache__/__init__.cpython-312.pyc +0 -0
  112. package/python/.venv/Lib/site-packages/h11/__pycache__/_abnf.cpython-312.pyc +0 -0
  113. package/python/.venv/Lib/site-packages/h11/__pycache__/_connection.cpython-312.pyc +0 -0
  114. package/python/.venv/Lib/site-packages/h11/__pycache__/_events.cpython-312.pyc +0 -0
  115. package/python/.venv/Lib/site-packages/h11/__pycache__/_headers.cpython-312.pyc +0 -0
  116. package/python/.venv/Lib/site-packages/h11/__pycache__/_readers.cpython-312.pyc +0 -0
  117. package/python/.venv/Lib/site-packages/h11/__pycache__/_receivebuffer.cpython-312.pyc +0 -0
  118. package/python/.venv/Lib/site-packages/h11/__pycache__/_state.cpython-312.pyc +0 -0
  119. package/python/.venv/Lib/site-packages/h11/__pycache__/_util.cpython-312.pyc +0 -0
  120. package/python/.venv/Lib/site-packages/h11/__pycache__/_version.cpython-312.pyc +0 -0
  121. package/python/.venv/Lib/site-packages/h11/__pycache__/_writers.cpython-312.pyc +0 -0
  122. package/python/.venv/Lib/site-packages/h11/_abnf.py +0 -132
  123. package/python/.venv/Lib/site-packages/h11/_connection.py +0 -659
  124. package/python/.venv/Lib/site-packages/h11/_events.py +0 -369
  125. package/python/.venv/Lib/site-packages/h11/_headers.py +0 -282
  126. package/python/.venv/Lib/site-packages/h11/_readers.py +0 -250
  127. package/python/.venv/Lib/site-packages/h11/_receivebuffer.py +0 -153
  128. package/python/.venv/Lib/site-packages/h11/_state.py +0 -365
  129. package/python/.venv/Lib/site-packages/h11/_util.py +0 -135
  130. package/python/.venv/Lib/site-packages/h11/_version.py +0 -16
  131. package/python/.venv/Lib/site-packages/h11/_writers.py +0 -145
  132. package/python/.venv/Lib/site-packages/h11/py.typed +0 -1
  133. package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/INSTALLER +0 -1
  134. package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/METADATA +0 -202
  135. package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/RECORD +0 -29
  136. package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/WHEEL +0 -5
  137. package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt +0 -22
  138. package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/top_level.txt +0 -1
  139. package/python/.venv/Lib/site-packages/httpcore/__init__.py +0 -141
  140. package/python/.venv/Lib/site-packages/httpcore/__pycache__/__init__.cpython-312.pyc +0 -0
  141. package/python/.venv/Lib/site-packages/httpcore/__pycache__/_api.cpython-312.pyc +0 -0
  142. package/python/.venv/Lib/site-packages/httpcore/__pycache__/_exceptions.cpython-312.pyc +0 -0
  143. package/python/.venv/Lib/site-packages/httpcore/__pycache__/_models.cpython-312.pyc +0 -0
  144. package/python/.venv/Lib/site-packages/httpcore/__pycache__/_ssl.cpython-312.pyc +0 -0
  145. package/python/.venv/Lib/site-packages/httpcore/__pycache__/_synchronization.cpython-312.pyc +0 -0
  146. package/python/.venv/Lib/site-packages/httpcore/__pycache__/_trace.cpython-312.pyc +0 -0
  147. package/python/.venv/Lib/site-packages/httpcore/__pycache__/_utils.cpython-312.pyc +0 -0
  148. package/python/.venv/Lib/site-packages/httpcore/_api.py +0 -94
  149. package/python/.venv/Lib/site-packages/httpcore/_async/__init__.py +0 -39
  150. package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/__init__.cpython-312.pyc +0 -0
  151. package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/connection.cpython-312.pyc +0 -0
  152. package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/connection_pool.cpython-312.pyc +0 -0
  153. package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/http11.cpython-312.pyc +0 -0
  154. package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/http2.cpython-312.pyc +0 -0
  155. package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/http_proxy.cpython-312.pyc +0 -0
  156. package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/interfaces.cpython-312.pyc +0 -0
  157. package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/socks_proxy.cpython-312.pyc +0 -0
  158. package/python/.venv/Lib/site-packages/httpcore/_async/connection.py +0 -222
  159. package/python/.venv/Lib/site-packages/httpcore/_async/connection_pool.py +0 -420
  160. package/python/.venv/Lib/site-packages/httpcore/_async/http11.py +0 -379
  161. package/python/.venv/Lib/site-packages/httpcore/_async/http2.py +0 -592
  162. package/python/.venv/Lib/site-packages/httpcore/_async/http_proxy.py +0 -367
  163. package/python/.venv/Lib/site-packages/httpcore/_async/interfaces.py +0 -137
  164. package/python/.venv/Lib/site-packages/httpcore/_async/socks_proxy.py +0 -341
  165. package/python/.venv/Lib/site-packages/httpcore/_backends/__init__.py +0 -0
  166. package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/__init__.cpython-312.pyc +0 -0
  167. package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/anyio.cpython-312.pyc +0 -0
  168. package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/auto.cpython-312.pyc +0 -0
  169. package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/base.cpython-312.pyc +0 -0
  170. package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/mock.cpython-312.pyc +0 -0
  171. package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/sync.cpython-312.pyc +0 -0
  172. package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/trio.cpython-312.pyc +0 -0
  173. package/python/.venv/Lib/site-packages/httpcore/_backends/anyio.py +0 -146
  174. package/python/.venv/Lib/site-packages/httpcore/_backends/auto.py +0 -52
  175. package/python/.venv/Lib/site-packages/httpcore/_backends/base.py +0 -101
  176. package/python/.venv/Lib/site-packages/httpcore/_backends/mock.py +0 -143
  177. package/python/.venv/Lib/site-packages/httpcore/_backends/sync.py +0 -241
  178. package/python/.venv/Lib/site-packages/httpcore/_backends/trio.py +0 -159
  179. package/python/.venv/Lib/site-packages/httpcore/_exceptions.py +0 -81
  180. package/python/.venv/Lib/site-packages/httpcore/_models.py +0 -516
  181. package/python/.venv/Lib/site-packages/httpcore/_ssl.py +0 -9
  182. package/python/.venv/Lib/site-packages/httpcore/_sync/__init__.py +0 -39
  183. package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/__init__.cpython-312.pyc +0 -0
  184. package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/connection.cpython-312.pyc +0 -0
  185. package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/connection_pool.cpython-312.pyc +0 -0
  186. package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/http11.cpython-312.pyc +0 -0
  187. package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/http2.cpython-312.pyc +0 -0
  188. package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/http_proxy.cpython-312.pyc +0 -0
  189. package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/interfaces.cpython-312.pyc +0 -0
  190. package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/socks_proxy.cpython-312.pyc +0 -0
  191. package/python/.venv/Lib/site-packages/httpcore/_sync/connection.py +0 -222
  192. package/python/.venv/Lib/site-packages/httpcore/_sync/connection_pool.py +0 -420
  193. package/python/.venv/Lib/site-packages/httpcore/_sync/http11.py +0 -379
  194. package/python/.venv/Lib/site-packages/httpcore/_sync/http2.py +0 -592
  195. package/python/.venv/Lib/site-packages/httpcore/_sync/http_proxy.py +0 -367
  196. package/python/.venv/Lib/site-packages/httpcore/_sync/interfaces.py +0 -137
  197. package/python/.venv/Lib/site-packages/httpcore/_sync/socks_proxy.py +0 -341
  198. package/python/.venv/Lib/site-packages/httpcore/_synchronization.py +0 -318
  199. package/python/.venv/Lib/site-packages/httpcore/_trace.py +0 -107
  200. package/python/.venv/Lib/site-packages/httpcore/_utils.py +0 -37
  201. package/python/.venv/Lib/site-packages/httpcore/py.typed +0 -0
  202. package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/INSTALLER +0 -1
  203. package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/METADATA +0 -625
  204. package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/RECORD +0 -68
  205. package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/WHEEL +0 -4
  206. package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/licenses/LICENSE.md +0 -27
  207. package/python/.venv/Lib/site-packages/httpx/__init__.py +0 -105
  208. package/python/.venv/Lib/site-packages/httpx/__pycache__/__init__.cpython-312.pyc +0 -0
  209. package/python/.venv/Lib/site-packages/httpx/__pycache__/__version__.cpython-312.pyc +0 -0
  210. package/python/.venv/Lib/site-packages/httpx/__pycache__/_api.cpython-312.pyc +0 -0
  211. package/python/.venv/Lib/site-packages/httpx/__pycache__/_auth.cpython-312.pyc +0 -0
  212. package/python/.venv/Lib/site-packages/httpx/__pycache__/_client.cpython-312.pyc +0 -0
  213. package/python/.venv/Lib/site-packages/httpx/__pycache__/_config.cpython-312.pyc +0 -0
  214. package/python/.venv/Lib/site-packages/httpx/__pycache__/_content.cpython-312.pyc +0 -0
  215. package/python/.venv/Lib/site-packages/httpx/__pycache__/_decoders.cpython-312.pyc +0 -0
  216. package/python/.venv/Lib/site-packages/httpx/__pycache__/_exceptions.cpython-312.pyc +0 -0
  217. package/python/.venv/Lib/site-packages/httpx/__pycache__/_main.cpython-312.pyc +0 -0
  218. package/python/.venv/Lib/site-packages/httpx/__pycache__/_models.cpython-312.pyc +0 -0
  219. package/python/.venv/Lib/site-packages/httpx/__pycache__/_multipart.cpython-312.pyc +0 -0
  220. package/python/.venv/Lib/site-packages/httpx/__pycache__/_status_codes.cpython-312.pyc +0 -0
  221. package/python/.venv/Lib/site-packages/httpx/__pycache__/_types.cpython-312.pyc +0 -0
  222. package/python/.venv/Lib/site-packages/httpx/__pycache__/_urlparse.cpython-312.pyc +0 -0
  223. package/python/.venv/Lib/site-packages/httpx/__pycache__/_urls.cpython-312.pyc +0 -0
  224. package/python/.venv/Lib/site-packages/httpx/__pycache__/_utils.cpython-312.pyc +0 -0
  225. package/python/.venv/Lib/site-packages/httpx/__version__.py +0 -3
  226. package/python/.venv/Lib/site-packages/httpx/_api.py +0 -438
  227. package/python/.venv/Lib/site-packages/httpx/_auth.py +0 -348
  228. package/python/.venv/Lib/site-packages/httpx/_client.py +0 -2019
  229. package/python/.venv/Lib/site-packages/httpx/_config.py +0 -248
  230. package/python/.venv/Lib/site-packages/httpx/_content.py +0 -240
  231. package/python/.venv/Lib/site-packages/httpx/_decoders.py +0 -393
  232. package/python/.venv/Lib/site-packages/httpx/_exceptions.py +0 -379
  233. package/python/.venv/Lib/site-packages/httpx/_main.py +0 -506
  234. package/python/.venv/Lib/site-packages/httpx/_models.py +0 -1277
  235. package/python/.venv/Lib/site-packages/httpx/_multipart.py +0 -300
  236. package/python/.venv/Lib/site-packages/httpx/_status_codes.py +0 -162
  237. package/python/.venv/Lib/site-packages/httpx/_transports/__init__.py +0 -15
  238. package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/__init__.cpython-312.pyc +0 -0
  239. package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/asgi.cpython-312.pyc +0 -0
  240. package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/base.cpython-312.pyc +0 -0
  241. package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/default.cpython-312.pyc +0 -0
  242. package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/mock.cpython-312.pyc +0 -0
  243. package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/wsgi.cpython-312.pyc +0 -0
  244. package/python/.venv/Lib/site-packages/httpx/_transports/asgi.py +0 -187
  245. package/python/.venv/Lib/site-packages/httpx/_transports/base.py +0 -86
  246. package/python/.venv/Lib/site-packages/httpx/_transports/default.py +0 -406
  247. package/python/.venv/Lib/site-packages/httpx/_transports/mock.py +0 -43
  248. package/python/.venv/Lib/site-packages/httpx/_transports/wsgi.py +0 -149
  249. package/python/.venv/Lib/site-packages/httpx/_types.py +0 -114
  250. package/python/.venv/Lib/site-packages/httpx/_urlparse.py +0 -527
  251. package/python/.venv/Lib/site-packages/httpx/_urls.py +0 -641
  252. package/python/.venv/Lib/site-packages/httpx/_utils.py +0 -242
  253. package/python/.venv/Lib/site-packages/httpx/py.typed +0 -0
  254. package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/INSTALLER +0 -1
  255. package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/METADATA +0 -203
  256. package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/RECORD +0 -55
  257. package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/REQUESTED +0 -0
  258. package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/WHEEL +0 -4
  259. package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/entry_points.txt +0 -2
  260. package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/licenses/LICENSE.md +0 -12
  261. package/python/.venv/Lib/site-packages/idna/__init__.py +0 -45
  262. package/python/.venv/Lib/site-packages/idna/__pycache__/__init__.cpython-312.pyc +0 -0
  263. package/python/.venv/Lib/site-packages/idna/__pycache__/codec.cpython-312.pyc +0 -0
  264. package/python/.venv/Lib/site-packages/idna/__pycache__/compat.cpython-312.pyc +0 -0
  265. package/python/.venv/Lib/site-packages/idna/__pycache__/core.cpython-312.pyc +0 -0
  266. package/python/.venv/Lib/site-packages/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
  267. package/python/.venv/Lib/site-packages/idna/__pycache__/intranges.cpython-312.pyc +0 -0
  268. package/python/.venv/Lib/site-packages/idna/__pycache__/package_data.cpython-312.pyc +0 -0
  269. package/python/.venv/Lib/site-packages/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
  270. package/python/.venv/Lib/site-packages/idna/codec.py +0 -159
  271. package/python/.venv/Lib/site-packages/idna/compat.py +0 -41
  272. package/python/.venv/Lib/site-packages/idna/core.py +0 -620
  273. package/python/.venv/Lib/site-packages/idna/idnadata.py +0 -4367
  274. package/python/.venv/Lib/site-packages/idna/intranges.py +0 -56
  275. package/python/.venv/Lib/site-packages/idna/package_data.py +0 -1
  276. package/python/.venv/Lib/site-packages/idna/py.typed +0 -0
  277. package/python/.venv/Lib/site-packages/idna/uts46data.py +0 -8383
  278. package/python/.venv/Lib/site-packages/idna-3.15.dist-info/INSTALLER +0 -1
  279. package/python/.venv/Lib/site-packages/idna-3.15.dist-info/METADATA +0 -194
  280. package/python/.venv/Lib/site-packages/idna-3.15.dist-info/RECORD +0 -22
  281. package/python/.venv/Lib/site-packages/idna-3.15.dist-info/WHEEL +0 -4
  282. package/python/.venv/Lib/site-packages/idna-3.15.dist-info/licenses/LICENSE.md +0 -31
  283. package/python/.venv/Lib/site-packages/pip/__init__.py +0 -13
  284. package/python/.venv/Lib/site-packages/pip/__main__.py +0 -24
  285. package/python/.venv/Lib/site-packages/pip/__pip-runner__.py +0 -50
  286. package/python/.venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
  287. package/python/.venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
  288. package/python/.venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
  289. package/python/.venv/Lib/site-packages/pip/_internal/__init__.py +0 -18
  290. package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
  291. package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
  292. package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
  293. package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
  294. package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
  295. package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
  296. package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
  297. package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
  298. package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
  299. package/python/.venv/Lib/site-packages/pip/_internal/build_env.py +0 -322
  300. package/python/.venv/Lib/site-packages/pip/_internal/cache.py +0 -290
  301. package/python/.venv/Lib/site-packages/pip/_internal/cli/__init__.py +0 -4
  302. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  303. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
  304. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
  305. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
  306. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
  307. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc +0 -0
  308. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
  309. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
  310. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
  311. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
  312. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
  313. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
  314. package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
  315. package/python/.venv/Lib/site-packages/pip/_internal/cli/autocompletion.py +0 -176
  316. package/python/.venv/Lib/site-packages/pip/_internal/cli/base_command.py +0 -240
  317. package/python/.venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py +0 -1075
  318. package/python/.venv/Lib/site-packages/pip/_internal/cli/command_context.py +0 -27
  319. package/python/.venv/Lib/site-packages/pip/_internal/cli/index_command.py +0 -171
  320. package/python/.venv/Lib/site-packages/pip/_internal/cli/main.py +0 -80
  321. package/python/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py +0 -134
  322. package/python/.venv/Lib/site-packages/pip/_internal/cli/parser.py +0 -294
  323. package/python/.venv/Lib/site-packages/pip/_internal/cli/progress_bars.py +0 -94
  324. package/python/.venv/Lib/site-packages/pip/_internal/cli/req_command.py +0 -329
  325. package/python/.venv/Lib/site-packages/pip/_internal/cli/spinners.py +0 -159
  326. package/python/.venv/Lib/site-packages/pip/_internal/cli/status_codes.py +0 -6
  327. package/python/.venv/Lib/site-packages/pip/_internal/commands/__init__.py +0 -132
  328. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  329. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
  330. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
  331. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
  332. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
  333. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
  334. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
  335. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
  336. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
  337. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
  338. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
  339. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
  340. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
  341. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
  342. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
  343. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
  344. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
  345. package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
  346. package/python/.venv/Lib/site-packages/pip/_internal/commands/cache.py +0 -228
  347. package/python/.venv/Lib/site-packages/pip/_internal/commands/check.py +0 -67
  348. package/python/.venv/Lib/site-packages/pip/_internal/commands/completion.py +0 -130
  349. package/python/.venv/Lib/site-packages/pip/_internal/commands/configuration.py +0 -280
  350. package/python/.venv/Lib/site-packages/pip/_internal/commands/debug.py +0 -201
  351. package/python/.venv/Lib/site-packages/pip/_internal/commands/download.py +0 -146
  352. package/python/.venv/Lib/site-packages/pip/_internal/commands/freeze.py +0 -109
  353. package/python/.venv/Lib/site-packages/pip/_internal/commands/hash.py +0 -59
  354. package/python/.venv/Lib/site-packages/pip/_internal/commands/help.py +0 -41
  355. package/python/.venv/Lib/site-packages/pip/_internal/commands/index.py +0 -139
  356. package/python/.venv/Lib/site-packages/pip/_internal/commands/inspect.py +0 -92
  357. package/python/.venv/Lib/site-packages/pip/_internal/commands/install.py +0 -784
  358. package/python/.venv/Lib/site-packages/pip/_internal/commands/list.py +0 -375
  359. package/python/.venv/Lib/site-packages/pip/_internal/commands/search.py +0 -172
  360. package/python/.venv/Lib/site-packages/pip/_internal/commands/show.py +0 -224
  361. package/python/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py +0 -114
  362. package/python/.venv/Lib/site-packages/pip/_internal/commands/wheel.py +0 -182
  363. package/python/.venv/Lib/site-packages/pip/_internal/configuration.py +0 -383
  364. package/python/.venv/Lib/site-packages/pip/_internal/distributions/__init__.py +0 -21
  365. package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
  366. package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
  367. package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
  368. package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
  369. package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
  370. package/python/.venv/Lib/site-packages/pip/_internal/distributions/base.py +0 -53
  371. package/python/.venv/Lib/site-packages/pip/_internal/distributions/installed.py +0 -29
  372. package/python/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py +0 -158
  373. package/python/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py +0 -42
  374. package/python/.venv/Lib/site-packages/pip/_internal/exceptions.py +0 -809
  375. package/python/.venv/Lib/site-packages/pip/_internal/index/__init__.py +0 -2
  376. package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
  377. package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
  378. package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
  379. package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
  380. package/python/.venv/Lib/site-packages/pip/_internal/index/collector.py +0 -494
  381. package/python/.venv/Lib/site-packages/pip/_internal/index/package_finder.py +0 -1029
  382. package/python/.venv/Lib/site-packages/pip/_internal/index/sources.py +0 -284
  383. package/python/.venv/Lib/site-packages/pip/_internal/locations/__init__.py +0 -456
  384. package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
  385. package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
  386. package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
  387. package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
  388. package/python/.venv/Lib/site-packages/pip/_internal/locations/_distutils.py +0 -172
  389. package/python/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py +0 -214
  390. package/python/.venv/Lib/site-packages/pip/_internal/locations/base.py +0 -81
  391. package/python/.venv/Lib/site-packages/pip/_internal/main.py +0 -12
  392. package/python/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py +0 -128
  393. package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  394. package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
  395. package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
  396. package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
  397. package/python/.venv/Lib/site-packages/pip/_internal/metadata/_json.py +0 -86
  398. package/python/.venv/Lib/site-packages/pip/_internal/metadata/base.py +0 -688
  399. package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py +0 -6
  400. package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
  401. package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
  402. package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
  403. package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
  404. package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py +0 -85
  405. package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py +0 -228
  406. package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py +0 -189
  407. package/python/.venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py +0 -301
  408. package/python/.venv/Lib/site-packages/pip/_internal/models/__init__.py +0 -2
  409. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
  410. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
  411. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
  412. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
  413. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
  414. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
  415. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
  416. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
  417. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
  418. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
  419. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
  420. package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
  421. package/python/.venv/Lib/site-packages/pip/_internal/models/candidate.py +0 -25
  422. package/python/.venv/Lib/site-packages/pip/_internal/models/direct_url.py +0 -224
  423. package/python/.venv/Lib/site-packages/pip/_internal/models/format_control.py +0 -78
  424. package/python/.venv/Lib/site-packages/pip/_internal/models/index.py +0 -28
  425. package/python/.venv/Lib/site-packages/pip/_internal/models/installation_report.py +0 -56
  426. package/python/.venv/Lib/site-packages/pip/_internal/models/link.py +0 -604
  427. package/python/.venv/Lib/site-packages/pip/_internal/models/scheme.py +0 -25
  428. package/python/.venv/Lib/site-packages/pip/_internal/models/search_scope.py +0 -127
  429. package/python/.venv/Lib/site-packages/pip/_internal/models/selection_prefs.py +0 -53
  430. package/python/.venv/Lib/site-packages/pip/_internal/models/target_python.py +0 -121
  431. package/python/.venv/Lib/site-packages/pip/_internal/models/wheel.py +0 -118
  432. package/python/.venv/Lib/site-packages/pip/_internal/network/__init__.py +0 -2
  433. package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
  434. package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
  435. package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
  436. package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
  437. package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
  438. package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
  439. package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
  440. package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
  441. package/python/.venv/Lib/site-packages/pip/_internal/network/auth.py +0 -566
  442. package/python/.venv/Lib/site-packages/pip/_internal/network/cache.py +0 -118
  443. package/python/.venv/Lib/site-packages/pip/_internal/network/download.py +0 -187
  444. package/python/.venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py +0 -210
  445. package/python/.venv/Lib/site-packages/pip/_internal/network/session.py +0 -523
  446. package/python/.venv/Lib/site-packages/pip/_internal/network/utils.py +0 -98
  447. package/python/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py +0 -62
  448. package/python/.venv/Lib/site-packages/pip/_internal/operations/__init__.py +0 -0
  449. package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
  450. package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
  451. package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
  452. package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
  453. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  454. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
  455. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
  456. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
  457. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
  458. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
  459. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
  460. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
  461. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
  462. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py +0 -138
  463. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/metadata.py +0 -39
  464. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -42
  465. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -74
  466. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py +0 -37
  467. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -46
  468. package/python/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -102
  469. package/python/.venv/Lib/site-packages/pip/_internal/operations/check.py +0 -181
  470. package/python/.venv/Lib/site-packages/pip/_internal/operations/freeze.py +0 -256
  471. package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__init__.py +0 -2
  472. package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
  473. package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
  474. package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
  475. package/python/.venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py +0 -47
  476. package/python/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py +0 -741
  477. package/python/.venv/Lib/site-packages/pip/_internal/operations/prepare.py +0 -732
  478. package/python/.venv/Lib/site-packages/pip/_internal/pyproject.py +0 -185
  479. package/python/.venv/Lib/site-packages/pip/_internal/req/__init__.py +0 -90
  480. package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
  481. package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
  482. package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
  483. package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
  484. package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
  485. package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
  486. package/python/.venv/Lib/site-packages/pip/_internal/req/constructors.py +0 -560
  487. package/python/.venv/Lib/site-packages/pip/_internal/req/req_file.py +0 -623
  488. package/python/.venv/Lib/site-packages/pip/_internal/req/req_install.py +0 -934
  489. package/python/.venv/Lib/site-packages/pip/_internal/req/req_set.py +0 -82
  490. package/python/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py +0 -633
  491. package/python/.venv/Lib/site-packages/pip/_internal/resolution/__init__.py +0 -0
  492. package/python/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
  493. package/python/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
  494. package/python/.venv/Lib/site-packages/pip/_internal/resolution/base.py +0 -20
  495. package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  496. package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
  497. package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
  498. package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py +0 -597
  499. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  500. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  501. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
  502. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
  503. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
  504. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
  505. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
  506. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
  507. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
  508. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
  509. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py +0 -139
  510. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -574
  511. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -823
  512. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -174
  513. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -258
  514. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -81
  515. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -245
  516. package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -317
  517. package/python/.venv/Lib/site-packages/pip/_internal/self_outdated_check.py +0 -252
  518. package/python/.venv/Lib/site-packages/pip/_internal/utils/__init__.py +0 -0
  519. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  520. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
  521. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
  522. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
  523. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
  524. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
  525. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
  526. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
  527. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
  528. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
  529. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
  530. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
  531. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
  532. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
  533. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
  534. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
  535. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
  536. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
  537. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc +0 -0
  538. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
  539. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
  540. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
  541. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
  542. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
  543. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
  544. package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
  545. package/python/.venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py +0 -109
  546. package/python/.venv/Lib/site-packages/pip/_internal/utils/_log.py +0 -38
  547. package/python/.venv/Lib/site-packages/pip/_internal/utils/appdirs.py +0 -52
  548. package/python/.venv/Lib/site-packages/pip/_internal/utils/compat.py +0 -79
  549. package/python/.venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py +0 -188
  550. package/python/.venv/Lib/site-packages/pip/_internal/utils/datetime.py +0 -11
  551. package/python/.venv/Lib/site-packages/pip/_internal/utils/deprecation.py +0 -124
  552. package/python/.venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
  553. package/python/.venv/Lib/site-packages/pip/_internal/utils/egg_link.py +0 -80
  554. package/python/.venv/Lib/site-packages/pip/_internal/utils/entrypoints.py +0 -84
  555. package/python/.venv/Lib/site-packages/pip/_internal/utils/filesystem.py +0 -149
  556. package/python/.venv/Lib/site-packages/pip/_internal/utils/filetypes.py +0 -27
  557. package/python/.venv/Lib/site-packages/pip/_internal/utils/glibc.py +0 -101
  558. package/python/.venv/Lib/site-packages/pip/_internal/utils/hashes.py +0 -147
  559. package/python/.venv/Lib/site-packages/pip/_internal/utils/logging.py +0 -354
  560. package/python/.venv/Lib/site-packages/pip/_internal/utils/misc.py +0 -773
  561. package/python/.venv/Lib/site-packages/pip/_internal/utils/packaging.py +0 -58
  562. package/python/.venv/Lib/site-packages/pip/_internal/utils/retry.py +0 -42
  563. package/python/.venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py +0 -146
  564. package/python/.venv/Lib/site-packages/pip/_internal/utils/subprocess.py +0 -245
  565. package/python/.venv/Lib/site-packages/pip/_internal/utils/temp_dir.py +0 -296
  566. package/python/.venv/Lib/site-packages/pip/_internal/utils/unpacking.py +0 -337
  567. package/python/.venv/Lib/site-packages/pip/_internal/utils/urls.py +0 -55
  568. package/python/.venv/Lib/site-packages/pip/_internal/utils/virtualenv.py +0 -104
  569. package/python/.venv/Lib/site-packages/pip/_internal/utils/wheel.py +0 -134
  570. package/python/.venv/Lib/site-packages/pip/_internal/vcs/__init__.py +0 -15
  571. package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
  572. package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
  573. package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
  574. package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
  575. package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
  576. package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
  577. package/python/.venv/Lib/site-packages/pip/_internal/vcs/bazaar.py +0 -112
  578. package/python/.venv/Lib/site-packages/pip/_internal/vcs/git.py +0 -527
  579. package/python/.venv/Lib/site-packages/pip/_internal/vcs/mercurial.py +0 -163
  580. package/python/.venv/Lib/site-packages/pip/_internal/vcs/subversion.py +0 -324
  581. package/python/.venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py +0 -688
  582. package/python/.venv/Lib/site-packages/pip/_internal/wheel_builder.py +0 -354
  583. package/python/.venv/Lib/site-packages/pip/_vendor/__init__.py +0 -116
  584. package/python/.venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  585. package/python/.venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  586. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py +0 -29
  587. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
  588. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
  589. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
  590. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
  591. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
  592. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
  593. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
  594. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
  595. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
  596. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py +0 -70
  597. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -161
  598. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py +0 -75
  599. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -8
  600. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
  601. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
  602. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
  603. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +0 -182
  604. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -48
  605. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py +0 -500
  606. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -119
  607. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -157
  608. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  609. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py +0 -146
  610. package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -43
  611. package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__init__.py +0 -4
  612. package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__main__.py +0 -12
  613. package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
  614. package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
  615. package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
  616. package/python/.venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem +0 -4929
  617. package/python/.venv/Lib/site-packages/pip/_vendor/certifi/core.py +0 -114
  618. package/python/.venv/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
  619. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__init__.py +0 -33
  620. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
  621. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
  622. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc +0 -0
  623. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc +0 -0
  624. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc +0 -0
  625. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc +0 -0
  626. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc +0 -0
  627. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc +0 -0
  628. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
  629. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
  630. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
  631. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc +0 -0
  632. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc +0 -0
  633. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/compat.py +0 -1137
  634. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/database.py +0 -1329
  635. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/index.py +0 -508
  636. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/locators.py +0 -1295
  637. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/manifest.py +0 -384
  638. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/markers.py +0 -162
  639. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/metadata.py +0 -1031
  640. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/resources.py +0 -358
  641. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/scripts.py +0 -447
  642. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/t32.exe +0 -0
  643. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
  644. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/t64.exe +0 -0
  645. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/util.py +0 -1984
  646. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/version.py +0 -750
  647. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/w32.exe +0 -0
  648. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
  649. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/w64.exe +0 -0
  650. package/python/.venv/Lib/site-packages/pip/_vendor/distlib/wheel.py +0 -1100
  651. package/python/.venv/Lib/site-packages/pip/_vendor/distro/__init__.py +0 -54
  652. package/python/.venv/Lib/site-packages/pip/_vendor/distro/__main__.py +0 -4
  653. package/python/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
  654. package/python/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
  655. package/python/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
  656. package/python/.venv/Lib/site-packages/pip/_vendor/distro/distro.py +0 -1403
  657. package/python/.venv/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
  658. package/python/.venv/Lib/site-packages/pip/_vendor/idna/__init__.py +0 -45
  659. package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
  660. package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
  661. package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
  662. package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
  663. package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
  664. package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
  665. package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
  666. package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
  667. package/python/.venv/Lib/site-packages/pip/_vendor/idna/codec.py +0 -122
  668. package/python/.venv/Lib/site-packages/pip/_vendor/idna/compat.py +0 -15
  669. package/python/.venv/Lib/site-packages/pip/_vendor/idna/core.py +0 -437
  670. package/python/.venv/Lib/site-packages/pip/_vendor/idna/idnadata.py +0 -4243
  671. package/python/.venv/Lib/site-packages/pip/_vendor/idna/intranges.py +0 -57
  672. package/python/.venv/Lib/site-packages/pip/_vendor/idna/package_data.py +0 -1
  673. package/python/.venv/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
  674. package/python/.venv/Lib/site-packages/pip/_vendor/idna/uts46data.py +0 -8681
  675. package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py +0 -55
  676. package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
  677. package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
  678. package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
  679. package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
  680. package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/exceptions.py +0 -48
  681. package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/ext.py +0 -170
  682. package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py +0 -929
  683. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__init__.py +0 -15
  684. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  685. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  686. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  687. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  688. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  689. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  690. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  691. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  692. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  693. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  694. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  695. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  696. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  697. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  698. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_elffile.py +0 -110
  699. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py +0 -263
  700. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py +0 -85
  701. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_parser.py +0 -354
  702. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_structures.py +0 -61
  703. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py +0 -194
  704. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/__init__.py +0 -145
  705. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc +0 -0
  706. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc +0 -0
  707. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/_spdx.py +0 -759
  708. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/markers.py +0 -331
  709. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/metadata.py +0 -863
  710. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
  711. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/requirements.py +0 -91
  712. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py +0 -1020
  713. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/tags.py +0 -617
  714. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/utils.py +0 -163
  715. package/python/.venv/Lib/site-packages/pip/_vendor/packaging/version.py +0 -582
  716. package/python/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3676
  717. package/python/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  718. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py +0 -631
  719. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py +0 -55
  720. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  721. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  722. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  723. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  724. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  725. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  726. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  727. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  728. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/android.py +0 -249
  729. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/api.py +0 -298
  730. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py +0 -144
  731. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  732. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py +0 -269
  733. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/version.py +0 -16
  734. package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py +0 -272
  735. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__init__.py +0 -82
  736. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__main__.py +0 -17
  737. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
  738. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
  739. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc +0 -0
  740. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
  741. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
  742. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
  743. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
  744. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
  745. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
  746. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
  747. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
  748. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
  749. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
  750. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
  751. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
  752. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
  753. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/cmdline.py +0 -668
  754. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/console.py +0 -70
  755. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/filter.py +0 -70
  756. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -940
  757. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
  758. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatter.py +0 -129
  759. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -157
  760. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
  761. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
  762. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc +0 -0
  763. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc +0 -0
  764. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc +0 -0
  765. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc +0 -0
  766. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc +0 -0
  767. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc +0 -0
  768. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc +0 -0
  769. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc +0 -0
  770. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc +0 -0
  771. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc +0 -0
  772. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc +0 -0
  773. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc +0 -0
  774. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py +0 -23
  775. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py +0 -108
  776. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py +0 -170
  777. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/html.py +0 -987
  778. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/img.py +0 -685
  779. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/irc.py +0 -154
  780. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/latex.py +0 -518
  781. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/other.py +0 -160
  782. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +0 -83
  783. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/rtf.py +0 -349
  784. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/svg.py +0 -185
  785. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal.py +0 -127
  786. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal256.py +0 -338
  787. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexer.py +0 -963
  788. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -362
  789. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
  790. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
  791. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
  792. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py +0 -589
  793. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1198
  794. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/modeline.py +0 -43
  795. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/plugin.py +0 -72
  796. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
  797. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/scanner.py +0 -104
  798. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/sphinxext.py +0 -247
  799. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/style.py +0 -203
  800. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -61
  801. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
  802. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc +0 -0
  803. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/_mapping.py +0 -54
  804. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/token.py +0 -214
  805. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/unistring.py +0 -153
  806. package/python/.venv/Lib/site-packages/pip/_vendor/pygments/util.py +0 -324
  807. package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py +0 -31
  808. package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
  809. package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
  810. package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py +0 -410
  811. package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -21
  812. package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
  813. package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
  814. package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +0 -389
  815. package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/py.typed +0 -0
  816. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__init__.py +0 -179
  817. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
  818. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
  819. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
  820. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
  821. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
  822. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
  823. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
  824. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
  825. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
  826. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
  827. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
  828. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
  829. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
  830. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
  831. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
  832. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
  833. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
  834. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
  835. package/python/.venv/Lib/site-packages/pip/_vendor/requests/__version__.py +0 -14
  836. package/python/.venv/Lib/site-packages/pip/_vendor/requests/_internal_utils.py +0 -50
  837. package/python/.venv/Lib/site-packages/pip/_vendor/requests/adapters.py +0 -719
  838. package/python/.venv/Lib/site-packages/pip/_vendor/requests/api.py +0 -157
  839. package/python/.venv/Lib/site-packages/pip/_vendor/requests/auth.py +0 -314
  840. package/python/.venv/Lib/site-packages/pip/_vendor/requests/certs.py +0 -17
  841. package/python/.venv/Lib/site-packages/pip/_vendor/requests/compat.py +0 -78
  842. package/python/.venv/Lib/site-packages/pip/_vendor/requests/cookies.py +0 -561
  843. package/python/.venv/Lib/site-packages/pip/_vendor/requests/exceptions.py +0 -151
  844. package/python/.venv/Lib/site-packages/pip/_vendor/requests/help.py +0 -127
  845. package/python/.venv/Lib/site-packages/pip/_vendor/requests/hooks.py +0 -33
  846. package/python/.venv/Lib/site-packages/pip/_vendor/requests/models.py +0 -1037
  847. package/python/.venv/Lib/site-packages/pip/_vendor/requests/packages.py +0 -25
  848. package/python/.venv/Lib/site-packages/pip/_vendor/requests/sessions.py +0 -831
  849. package/python/.venv/Lib/site-packages/pip/_vendor/requests/status_codes.py +0 -128
  850. package/python/.venv/Lib/site-packages/pip/_vendor/requests/structures.py +0 -99
  851. package/python/.venv/Lib/site-packages/pip/_vendor/requests/utils.py +0 -1096
  852. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__init__.py +0 -26
  853. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  854. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
  855. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
  856. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc +0 -0
  857. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
  858. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
  859. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  860. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc +0 -0
  861. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +0 -6
  862. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/providers.py +0 -133
  863. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  864. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/reporters.py +0 -43
  865. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers.py +0 -547
  866. package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/structs.py +0 -170
  867. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__init__.py +0 -177
  868. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__main__.py +0 -273
  869. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
  870. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
  871. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
  872. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
  873. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
  874. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
  875. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
  876. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
  877. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
  878. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
  879. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
  880. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
  881. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
  882. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
  883. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
  884. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
  885. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
  886. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
  887. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
  888. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
  889. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
  890. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
  891. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
  892. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
  893. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
  894. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
  895. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
  896. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
  897. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
  898. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
  899. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
  900. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
  901. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
  902. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
  903. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
  904. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
  905. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
  906. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
  907. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
  908. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
  909. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
  910. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
  911. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
  912. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
  913. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
  914. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
  915. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
  916. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
  917. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
  918. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
  919. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
  920. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
  921. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
  922. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
  923. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
  924. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
  925. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
  926. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
  927. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
  928. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
  929. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
  930. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
  931. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
  932. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
  933. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
  934. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
  935. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
  936. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
  937. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
  938. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
  939. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
  940. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
  941. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
  942. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
  943. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
  944. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
  945. package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
  946. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_cell_widths.py +0 -454
  947. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
  948. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
  949. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_export_format.py +0 -76
  950. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_extension.py +0 -10
  951. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_fileno.py +0 -24
  952. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_inspect.py +0 -268
  953. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_log_render.py +0 -94
  954. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_loop.py +0 -43
  955. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_null_file.py +0 -69
  956. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_palettes.py +0 -309
  957. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_pick.py +0 -17
  958. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_ratio.py +0 -159
  959. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_spinners.py +0 -482
  960. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_stack.py +0 -16
  961. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_timer.py +0 -19
  962. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_win32_console.py +0 -661
  963. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_windows.py +0 -71
  964. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py +0 -56
  965. package/python/.venv/Lib/site-packages/pip/_vendor/rich/_wrap.py +0 -93
  966. package/python/.venv/Lib/site-packages/pip/_vendor/rich/abc.py +0 -33
  967. package/python/.venv/Lib/site-packages/pip/_vendor/rich/align.py +0 -312
  968. package/python/.venv/Lib/site-packages/pip/_vendor/rich/ansi.py +0 -241
  969. package/python/.venv/Lib/site-packages/pip/_vendor/rich/bar.py +0 -93
  970. package/python/.venv/Lib/site-packages/pip/_vendor/rich/box.py +0 -480
  971. package/python/.venv/Lib/site-packages/pip/_vendor/rich/cells.py +0 -174
  972. package/python/.venv/Lib/site-packages/pip/_vendor/rich/color.py +0 -621
  973. package/python/.venv/Lib/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
  974. package/python/.venv/Lib/site-packages/pip/_vendor/rich/columns.py +0 -187
  975. package/python/.venv/Lib/site-packages/pip/_vendor/rich/console.py +0 -2661
  976. package/python/.venv/Lib/site-packages/pip/_vendor/rich/constrain.py +0 -37
  977. package/python/.venv/Lib/site-packages/pip/_vendor/rich/containers.py +0 -167
  978. package/python/.venv/Lib/site-packages/pip/_vendor/rich/control.py +0 -225
  979. package/python/.venv/Lib/site-packages/pip/_vendor/rich/default_styles.py +0 -191
  980. package/python/.venv/Lib/site-packages/pip/_vendor/rich/diagnose.py +0 -37
  981. package/python/.venv/Lib/site-packages/pip/_vendor/rich/emoji.py +0 -96
  982. package/python/.venv/Lib/site-packages/pip/_vendor/rich/errors.py +0 -34
  983. package/python/.venv/Lib/site-packages/pip/_vendor/rich/file_proxy.py +0 -57
  984. package/python/.venv/Lib/site-packages/pip/_vendor/rich/filesize.py +0 -88
  985. package/python/.venv/Lib/site-packages/pip/_vendor/rich/highlighter.py +0 -232
  986. package/python/.venv/Lib/site-packages/pip/_vendor/rich/json.py +0 -139
  987. package/python/.venv/Lib/site-packages/pip/_vendor/rich/jupyter.py +0 -101
  988. package/python/.venv/Lib/site-packages/pip/_vendor/rich/layout.py +0 -442
  989. package/python/.venv/Lib/site-packages/pip/_vendor/rich/live.py +0 -375
  990. package/python/.venv/Lib/site-packages/pip/_vendor/rich/live_render.py +0 -112
  991. package/python/.venv/Lib/site-packages/pip/_vendor/rich/logging.py +0 -297
  992. package/python/.venv/Lib/site-packages/pip/_vendor/rich/markup.py +0 -251
  993. package/python/.venv/Lib/site-packages/pip/_vendor/rich/measure.py +0 -151
  994. package/python/.venv/Lib/site-packages/pip/_vendor/rich/padding.py +0 -141
  995. package/python/.venv/Lib/site-packages/pip/_vendor/rich/pager.py +0 -34
  996. package/python/.venv/Lib/site-packages/pip/_vendor/rich/palette.py +0 -100
  997. package/python/.venv/Lib/site-packages/pip/_vendor/rich/panel.py +0 -318
  998. package/python/.venv/Lib/site-packages/pip/_vendor/rich/pretty.py +0 -1016
  999. package/python/.venv/Lib/site-packages/pip/_vendor/rich/progress.py +0 -1715
  1000. package/python/.venv/Lib/site-packages/pip/_vendor/rich/progress_bar.py +0 -223
  1001. package/python/.venv/Lib/site-packages/pip/_vendor/rich/prompt.py +0 -400
  1002. package/python/.venv/Lib/site-packages/pip/_vendor/rich/protocol.py +0 -42
  1003. package/python/.venv/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
  1004. package/python/.venv/Lib/site-packages/pip/_vendor/rich/region.py +0 -10
  1005. package/python/.venv/Lib/site-packages/pip/_vendor/rich/repr.py +0 -149
  1006. package/python/.venv/Lib/site-packages/pip/_vendor/rich/rule.py +0 -130
  1007. package/python/.venv/Lib/site-packages/pip/_vendor/rich/scope.py +0 -86
  1008. package/python/.venv/Lib/site-packages/pip/_vendor/rich/screen.py +0 -54
  1009. package/python/.venv/Lib/site-packages/pip/_vendor/rich/segment.py +0 -752
  1010. package/python/.venv/Lib/site-packages/pip/_vendor/rich/spinner.py +0 -138
  1011. package/python/.venv/Lib/site-packages/pip/_vendor/rich/status.py +0 -131
  1012. package/python/.venv/Lib/site-packages/pip/_vendor/rich/style.py +0 -796
  1013. package/python/.venv/Lib/site-packages/pip/_vendor/rich/styled.py +0 -42
  1014. package/python/.venv/Lib/site-packages/pip/_vendor/rich/syntax.py +0 -966
  1015. package/python/.venv/Lib/site-packages/pip/_vendor/rich/table.py +0 -1007
  1016. package/python/.venv/Lib/site-packages/pip/_vendor/rich/terminal_theme.py +0 -153
  1017. package/python/.venv/Lib/site-packages/pip/_vendor/rich/text.py +0 -1361
  1018. package/python/.venv/Lib/site-packages/pip/_vendor/rich/theme.py +0 -115
  1019. package/python/.venv/Lib/site-packages/pip/_vendor/rich/themes.py +0 -5
  1020. package/python/.venv/Lib/site-packages/pip/_vendor/rich/traceback.py +0 -797
  1021. package/python/.venv/Lib/site-packages/pip/_vendor/rich/tree.py +0 -257
  1022. package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__init__.py +0 -8
  1023. package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  1024. package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  1025. package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  1026. package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  1027. package/python/.venv/Lib/site-packages/pip/_vendor/tomli/_parser.py +0 -770
  1028. package/python/.venv/Lib/site-packages/pip/_vendor/tomli/_re.py +0 -112
  1029. package/python/.venv/Lib/site-packages/pip/_vendor/tomli/_types.py +0 -10
  1030. package/python/.venv/Lib/site-packages/pip/_vendor/tomli/py.typed +0 -1
  1031. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__init__.py +0 -36
  1032. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
  1033. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
  1034. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
  1035. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
  1036. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
  1037. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
  1038. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_api.py +0 -316
  1039. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_macos.py +0 -571
  1040. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_openssl.py +0 -66
  1041. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py +0 -31
  1042. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_windows.py +0 -567
  1043. package/python/.venv/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
  1044. package/python/.venv/Lib/site-packages/pip/_vendor/typing_extensions.py +0 -3641
  1045. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__init__.py +0 -102
  1046. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
  1047. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
  1048. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
  1049. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
  1050. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
  1051. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
  1052. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
  1053. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
  1054. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
  1055. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
  1056. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
  1057. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/_collections.py +0 -355
  1058. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/_version.py +0 -2
  1059. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/connection.py +0 -572
  1060. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1140
  1061. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  1062. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
  1063. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
  1064. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
  1065. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
  1066. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
  1067. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
  1068. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
  1069. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -36
  1070. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  1071. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
  1072. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
  1073. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
  1074. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -519
  1075. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
  1076. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
  1077. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
  1078. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -518
  1079. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -920
  1080. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
  1081. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
  1082. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/fields.py +0 -274
  1083. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
  1084. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  1085. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
  1086. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
  1087. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  1088. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  1089. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
  1090. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
  1091. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +0 -51
  1092. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -155
  1093. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1076
  1094. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -540
  1095. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/request.py +0 -191
  1096. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/response.py +0 -879
  1097. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
  1098. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
  1099. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
  1100. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
  1101. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
  1102. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
  1103. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
  1104. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
  1105. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
  1106. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
  1107. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
  1108. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
  1109. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
  1110. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
  1111. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/connection.py +0 -149
  1112. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
  1113. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
  1114. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/request.py +0 -137
  1115. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
  1116. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/retry.py +0 -622
  1117. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -504
  1118. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -159
  1119. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
  1120. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -271
  1121. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/url.py +0 -435
  1122. package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/wait.py +0 -152
  1123. package/python/.venv/Lib/site-packages/pip/_vendor/vendor.txt +0 -18
  1124. package/python/.venv/Lib/site-packages/pip/py.typed +0 -4
  1125. package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/AUTHORS.txt +0 -806
  1126. package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/INSTALLER +0 -1
  1127. package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/LICENSE.txt +0 -20
  1128. package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/METADATA +0 -90
  1129. package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/RECORD +0 -854
  1130. package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/REQUESTED +0 -0
  1131. package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/WHEEL +0 -5
  1132. package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/entry_points.txt +0 -3
  1133. package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/top_level.txt +0 -1
  1134. package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/INSTALLER +0 -1
  1135. package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/METADATA +0 -72
  1136. package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/RECORD +0 -7
  1137. package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/WHEEL +0 -4
  1138. package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE +0 -279
  1139. package/python/.venv/Lib/site-packages/typing_extensions.py +0 -4317
  1140. package/python/.venv/Scripts/Activate.ps1 +0 -528
  1141. package/python/.venv/Scripts/activate +0 -76
  1142. package/python/.venv/Scripts/activate.bat +0 -34
  1143. package/python/.venv/Scripts/deactivate.bat +0 -22
  1144. package/python/.venv/Scripts/httpx.exe +0 -0
  1145. package/python/.venv/Scripts/pip.exe +0 -0
  1146. package/python/.venv/Scripts/pip3.12.exe +0 -0
  1147. package/python/.venv/Scripts/pip3.exe +0 -0
  1148. package/python/.venv/Scripts/python.exe +0 -0
  1149. package/python/.venv/Scripts/pythonw.exe +0 -0
  1150. package/python/.venv/pyvenv.cfg +0 -5
  1151. package/python/__pycache__/builder.cpython-312.pyc +0 -0
  1152. package/python/__pycache__/config.cpython-312.pyc +0 -0
@@ -1,56 +0,0 @@
1
- from typing import Any, Dict, Sequence
2
-
3
- from pip._vendor.packaging.markers import default_environment
4
-
5
- from pip import __version__
6
- from pip._internal.req.req_install import InstallRequirement
7
-
8
-
9
- class InstallationReport:
10
- def __init__(self, install_requirements: Sequence[InstallRequirement]):
11
- self._install_requirements = install_requirements
12
-
13
- @classmethod
14
- def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]:
15
- assert ireq.download_info, f"No download_info for {ireq}"
16
- res = {
17
- # PEP 610 json for the download URL. download_info.archive_info.hashes may
18
- # be absent when the requirement was installed from the wheel cache
19
- # and the cache entry was populated by an older pip version that did not
20
- # record origin.json.
21
- "download_info": ireq.download_info.to_dict(),
22
- # is_direct is true if the requirement was a direct URL reference (which
23
- # includes editable requirements), and false if the requirement was
24
- # downloaded from a PEP 503 index or --find-links.
25
- "is_direct": ireq.is_direct,
26
- # is_yanked is true if the requirement was yanked from the index, but
27
- # was still selected by pip to conform to PEP 592.
28
- "is_yanked": ireq.link.is_yanked if ireq.link else False,
29
- # requested is true if the requirement was specified by the user (aka
30
- # top level requirement), and false if it was installed as a dependency of a
31
- # requirement. https://peps.python.org/pep-0376/#requested
32
- "requested": ireq.user_supplied,
33
- # PEP 566 json encoding for metadata
34
- # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata
35
- "metadata": ireq.get_dist().metadata_dict,
36
- }
37
- if ireq.user_supplied and ireq.extras:
38
- # For top level requirements, the list of requested extras, if any.
39
- res["requested_extras"] = sorted(ireq.extras)
40
- return res
41
-
42
- def to_dict(self) -> Dict[str, Any]:
43
- return {
44
- "version": "1",
45
- "pip_version": __version__,
46
- "install": [
47
- self._install_req_to_dict(ireq) for ireq in self._install_requirements
48
- ],
49
- # https://peps.python.org/pep-0508/#environment-markers
50
- # TODO: currently, the resolver uses the default environment to evaluate
51
- # environment markers, so that is what we report here. In the future, it
52
- # should also take into account options such as --python-version or
53
- # --platform, perhaps under the form of an environment_override field?
54
- # https://github.com/pypa/pip/issues/11198
55
- "environment": default_environment(),
56
- }
@@ -1,604 +0,0 @@
1
- import functools
2
- import itertools
3
- import logging
4
- import os
5
- import posixpath
6
- import re
7
- import urllib.parse
8
- from dataclasses import dataclass
9
- from typing import (
10
- TYPE_CHECKING,
11
- Any,
12
- Dict,
13
- List,
14
- Mapping,
15
- NamedTuple,
16
- Optional,
17
- Tuple,
18
- Union,
19
- )
20
-
21
- from pip._internal.utils.deprecation import deprecated
22
- from pip._internal.utils.filetypes import WHEEL_EXTENSION
23
- from pip._internal.utils.hashes import Hashes
24
- from pip._internal.utils.misc import (
25
- pairwise,
26
- redact_auth_from_url,
27
- split_auth_from_netloc,
28
- splitext,
29
- )
30
- from pip._internal.utils.urls import path_to_url, url_to_path
31
-
32
- if TYPE_CHECKING:
33
- from pip._internal.index.collector import IndexContent
34
-
35
- logger = logging.getLogger(__name__)
36
-
37
-
38
- # Order matters, earlier hashes have a precedence over later hashes for what
39
- # we will pick to use.
40
- _SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5")
41
-
42
-
43
- @dataclass(frozen=True)
44
- class LinkHash:
45
- """Links to content may have embedded hash values. This class parses those.
46
-
47
- `name` must be any member of `_SUPPORTED_HASHES`.
48
-
49
- This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to
50
- be JSON-serializable to conform to PEP 610, this class contains the logic for
51
- parsing a hash name and value for correctness, and then checking whether that hash
52
- conforms to a schema with `.is_hash_allowed()`."""
53
-
54
- name: str
55
- value: str
56
-
57
- _hash_url_fragment_re = re.compile(
58
- # NB: we do not validate that the second group (.*) is a valid hex
59
- # digest. Instead, we simply keep that string in this class, and then check it
60
- # against Hashes when hash-checking is needed. This is easier to debug than
61
- # proactively discarding an invalid hex digest, as we handle incorrect hashes
62
- # and malformed hashes in the same place.
63
- r"[#&]({choices})=([^&]*)".format(
64
- choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES)
65
- ),
66
- )
67
-
68
- def __post_init__(self) -> None:
69
- assert self.name in _SUPPORTED_HASHES
70
-
71
- @classmethod
72
- @functools.lru_cache(maxsize=None)
73
- def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]:
74
- """Search a string for a checksum algorithm name and encoded output value."""
75
- match = cls._hash_url_fragment_re.search(url)
76
- if match is None:
77
- return None
78
- name, value = match.groups()
79
- return cls(name=name, value=value)
80
-
81
- def as_dict(self) -> Dict[str, str]:
82
- return {self.name: self.value}
83
-
84
- def as_hashes(self) -> Hashes:
85
- """Return a Hashes instance which checks only for the current hash."""
86
- return Hashes({self.name: [self.value]})
87
-
88
- def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool:
89
- """
90
- Return True if the current hash is allowed by `hashes`.
91
- """
92
- if hashes is None:
93
- return False
94
- return hashes.is_hash_allowed(self.name, hex_digest=self.value)
95
-
96
-
97
- @dataclass(frozen=True)
98
- class MetadataFile:
99
- """Information about a core metadata file associated with a distribution."""
100
-
101
- hashes: Optional[Dict[str, str]]
102
-
103
- def __post_init__(self) -> None:
104
- if self.hashes is not None:
105
- assert all(name in _SUPPORTED_HASHES for name in self.hashes)
106
-
107
-
108
- def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]:
109
- # Remove any unsupported hash types from the mapping. If this leaves no
110
- # supported hashes, return None
111
- if hashes is None:
112
- return None
113
- hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES}
114
- if not hashes:
115
- return None
116
- return hashes
117
-
118
-
119
- def _clean_url_path_part(part: str) -> str:
120
- """
121
- Clean a "part" of a URL path (i.e. after splitting on "@" characters).
122
- """
123
- # We unquote prior to quoting to make sure nothing is double quoted.
124
- return urllib.parse.quote(urllib.parse.unquote(part))
125
-
126
-
127
- def _clean_file_url_path(part: str) -> str:
128
- """
129
- Clean the first part of a URL path that corresponds to a local
130
- filesystem path (i.e. the first part after splitting on "@" characters).
131
- """
132
- # We unquote prior to quoting to make sure nothing is double quoted.
133
- # Also, on Windows the path part might contain a drive letter which
134
- # should not be quoted. On Linux where drive letters do not
135
- # exist, the colon should be quoted. We rely on urllib.request
136
- # to do the right thing here.
137
- return urllib.request.pathname2url(urllib.request.url2pathname(part))
138
-
139
-
140
- # percent-encoded: /
141
- _reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE)
142
-
143
-
144
- def _clean_url_path(path: str, is_local_path: bool) -> str:
145
- """
146
- Clean the path portion of a URL.
147
- """
148
- if is_local_path:
149
- clean_func = _clean_file_url_path
150
- else:
151
- clean_func = _clean_url_path_part
152
-
153
- # Split on the reserved characters prior to cleaning so that
154
- # revision strings in VCS URLs are properly preserved.
155
- parts = _reserved_chars_re.split(path)
156
-
157
- cleaned_parts = []
158
- for to_clean, reserved in pairwise(itertools.chain(parts, [""])):
159
- cleaned_parts.append(clean_func(to_clean))
160
- # Normalize %xx escapes (e.g. %2f -> %2F)
161
- cleaned_parts.append(reserved.upper())
162
-
163
- return "".join(cleaned_parts)
164
-
165
-
166
- def _ensure_quoted_url(url: str) -> str:
167
- """
168
- Make sure a link is fully quoted.
169
- For example, if ' ' occurs in the URL, it will be replaced with "%20",
170
- and without double-quoting other characters.
171
- """
172
- # Split the URL into parts according to the general structure
173
- # `scheme://netloc/path?query#fragment`.
174
- result = urllib.parse.urlsplit(url)
175
- # If the netloc is empty, then the URL refers to a local filesystem path.
176
- is_local_path = not result.netloc
177
- path = _clean_url_path(result.path, is_local_path=is_local_path)
178
- return urllib.parse.urlunsplit(result._replace(path=path))
179
-
180
-
181
- def _absolute_link_url(base_url: str, url: str) -> str:
182
- """
183
- A faster implementation of urllib.parse.urljoin with a shortcut
184
- for absolute http/https URLs.
185
- """
186
- if url.startswith(("https://", "http://")):
187
- return url
188
- else:
189
- return urllib.parse.urljoin(base_url, url)
190
-
191
-
192
- @functools.total_ordering
193
- class Link:
194
- """Represents a parsed link from a Package Index's simple URL"""
195
-
196
- __slots__ = [
197
- "_parsed_url",
198
- "_url",
199
- "_path",
200
- "_hashes",
201
- "comes_from",
202
- "requires_python",
203
- "yanked_reason",
204
- "metadata_file_data",
205
- "cache_link_parsing",
206
- "egg_fragment",
207
- ]
208
-
209
- def __init__(
210
- self,
211
- url: str,
212
- comes_from: Optional[Union[str, "IndexContent"]] = None,
213
- requires_python: Optional[str] = None,
214
- yanked_reason: Optional[str] = None,
215
- metadata_file_data: Optional[MetadataFile] = None,
216
- cache_link_parsing: bool = True,
217
- hashes: Optional[Mapping[str, str]] = None,
218
- ) -> None:
219
- """
220
- :param url: url of the resource pointed to (href of the link)
221
- :param comes_from: instance of IndexContent where the link was found,
222
- or string.
223
- :param requires_python: String containing the `Requires-Python`
224
- metadata field, specified in PEP 345. This may be specified by
225
- a data-requires-python attribute in the HTML link tag, as
226
- described in PEP 503.
227
- :param yanked_reason: the reason the file has been yanked, if the
228
- file has been yanked, or None if the file hasn't been yanked.
229
- This is the value of the "data-yanked" attribute, if present, in
230
- a simple repository HTML link. If the file has been yanked but
231
- no reason was provided, this should be the empty string. See
232
- PEP 592 for more information and the specification.
233
- :param metadata_file_data: the metadata attached to the file, or None if
234
- no such metadata is provided. This argument, if not None, indicates
235
- that a separate metadata file exists, and also optionally supplies
236
- hashes for that file.
237
- :param cache_link_parsing: A flag that is used elsewhere to determine
238
- whether resources retrieved from this link should be cached. PyPI
239
- URLs should generally have this set to False, for example.
240
- :param hashes: A mapping of hash names to digests to allow us to
241
- determine the validity of a download.
242
- """
243
-
244
- # The comes_from, requires_python, and metadata_file_data arguments are
245
- # only used by classmethods of this class, and are not used in client
246
- # code directly.
247
-
248
- # url can be a UNC windows share
249
- if url.startswith("\\\\"):
250
- url = path_to_url(url)
251
-
252
- self._parsed_url = urllib.parse.urlsplit(url)
253
- # Store the url as a private attribute to prevent accidentally
254
- # trying to set a new value.
255
- self._url = url
256
- # The .path property is hot, so calculate its value ahead of time.
257
- self._path = urllib.parse.unquote(self._parsed_url.path)
258
-
259
- link_hash = LinkHash.find_hash_url_fragment(url)
260
- hashes_from_link = {} if link_hash is None else link_hash.as_dict()
261
- if hashes is None:
262
- self._hashes = hashes_from_link
263
- else:
264
- self._hashes = {**hashes, **hashes_from_link}
265
-
266
- self.comes_from = comes_from
267
- self.requires_python = requires_python if requires_python else None
268
- self.yanked_reason = yanked_reason
269
- self.metadata_file_data = metadata_file_data
270
-
271
- self.cache_link_parsing = cache_link_parsing
272
- self.egg_fragment = self._egg_fragment()
273
-
274
- @classmethod
275
- def from_json(
276
- cls,
277
- file_data: Dict[str, Any],
278
- page_url: str,
279
- ) -> Optional["Link"]:
280
- """
281
- Convert an pypi json document from a simple repository page into a Link.
282
- """
283
- file_url = file_data.get("url")
284
- if file_url is None:
285
- return None
286
-
287
- url = _ensure_quoted_url(_absolute_link_url(page_url, file_url))
288
- pyrequire = file_data.get("requires-python")
289
- yanked_reason = file_data.get("yanked")
290
- hashes = file_data.get("hashes", {})
291
-
292
- # PEP 714: Indexes must use the name core-metadata, but
293
- # clients should support the old name as a fallback for compatibility.
294
- metadata_info = file_data.get("core-metadata")
295
- if metadata_info is None:
296
- metadata_info = file_data.get("dist-info-metadata")
297
-
298
- # The metadata info value may be a boolean, or a dict of hashes.
299
- if isinstance(metadata_info, dict):
300
- # The file exists, and hashes have been supplied
301
- metadata_file_data = MetadataFile(supported_hashes(metadata_info))
302
- elif metadata_info:
303
- # The file exists, but there are no hashes
304
- metadata_file_data = MetadataFile(None)
305
- else:
306
- # False or not present: the file does not exist
307
- metadata_file_data = None
308
-
309
- # The Link.yanked_reason expects an empty string instead of a boolean.
310
- if yanked_reason and not isinstance(yanked_reason, str):
311
- yanked_reason = ""
312
- # The Link.yanked_reason expects None instead of False.
313
- elif not yanked_reason:
314
- yanked_reason = None
315
-
316
- return cls(
317
- url,
318
- comes_from=page_url,
319
- requires_python=pyrequire,
320
- yanked_reason=yanked_reason,
321
- hashes=hashes,
322
- metadata_file_data=metadata_file_data,
323
- )
324
-
325
- @classmethod
326
- def from_element(
327
- cls,
328
- anchor_attribs: Dict[str, Optional[str]],
329
- page_url: str,
330
- base_url: str,
331
- ) -> Optional["Link"]:
332
- """
333
- Convert an anchor element's attributes in a simple repository page to a Link.
334
- """
335
- href = anchor_attribs.get("href")
336
- if not href:
337
- return None
338
-
339
- url = _ensure_quoted_url(_absolute_link_url(base_url, href))
340
- pyrequire = anchor_attribs.get("data-requires-python")
341
- yanked_reason = anchor_attribs.get("data-yanked")
342
-
343
- # PEP 714: Indexes must use the name data-core-metadata, but
344
- # clients should support the old name as a fallback for compatibility.
345
- metadata_info = anchor_attribs.get("data-core-metadata")
346
- if metadata_info is None:
347
- metadata_info = anchor_attribs.get("data-dist-info-metadata")
348
- # The metadata info value may be the string "true", or a string of
349
- # the form "hashname=hashval"
350
- if metadata_info == "true":
351
- # The file exists, but there are no hashes
352
- metadata_file_data = MetadataFile(None)
353
- elif metadata_info is None:
354
- # The file does not exist
355
- metadata_file_data = None
356
- else:
357
- # The file exists, and hashes have been supplied
358
- hashname, sep, hashval = metadata_info.partition("=")
359
- if sep == "=":
360
- metadata_file_data = MetadataFile(supported_hashes({hashname: hashval}))
361
- else:
362
- # Error - data is wrong. Treat as no hashes supplied.
363
- logger.debug(
364
- "Index returned invalid data-dist-info-metadata value: %s",
365
- metadata_info,
366
- )
367
- metadata_file_data = MetadataFile(None)
368
-
369
- return cls(
370
- url,
371
- comes_from=page_url,
372
- requires_python=pyrequire,
373
- yanked_reason=yanked_reason,
374
- metadata_file_data=metadata_file_data,
375
- )
376
-
377
- def __str__(self) -> str:
378
- if self.requires_python:
379
- rp = f" (requires-python:{self.requires_python})"
380
- else:
381
- rp = ""
382
- if self.comes_from:
383
- return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}"
384
- else:
385
- return redact_auth_from_url(str(self._url))
386
-
387
- def __repr__(self) -> str:
388
- return f"<Link {self}>"
389
-
390
- def __hash__(self) -> int:
391
- return hash(self.url)
392
-
393
- def __eq__(self, other: Any) -> bool:
394
- if not isinstance(other, Link):
395
- return NotImplemented
396
- return self.url == other.url
397
-
398
- def __lt__(self, other: Any) -> bool:
399
- if not isinstance(other, Link):
400
- return NotImplemented
401
- return self.url < other.url
402
-
403
- @property
404
- def url(self) -> str:
405
- return self._url
406
-
407
- @property
408
- def filename(self) -> str:
409
- path = self.path.rstrip("/")
410
- name = posixpath.basename(path)
411
- if not name:
412
- # Make sure we don't leak auth information if the netloc
413
- # includes a username and password.
414
- netloc, user_pass = split_auth_from_netloc(self.netloc)
415
- return netloc
416
-
417
- name = urllib.parse.unquote(name)
418
- assert name, f"URL {self._url!r} produced no filename"
419
- return name
420
-
421
- @property
422
- def file_path(self) -> str:
423
- return url_to_path(self.url)
424
-
425
- @property
426
- def scheme(self) -> str:
427
- return self._parsed_url.scheme
428
-
429
- @property
430
- def netloc(self) -> str:
431
- """
432
- This can contain auth information.
433
- """
434
- return self._parsed_url.netloc
435
-
436
- @property
437
- def path(self) -> str:
438
- return self._path
439
-
440
- def splitext(self) -> Tuple[str, str]:
441
- return splitext(posixpath.basename(self.path.rstrip("/")))
442
-
443
- @property
444
- def ext(self) -> str:
445
- return self.splitext()[1]
446
-
447
- @property
448
- def url_without_fragment(self) -> str:
449
- scheme, netloc, path, query, fragment = self._parsed_url
450
- return urllib.parse.urlunsplit((scheme, netloc, path, query, ""))
451
-
452
- _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)")
453
-
454
- # Per PEP 508.
455
- _project_name_re = re.compile(
456
- r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE
457
- )
458
-
459
- def _egg_fragment(self) -> Optional[str]:
460
- match = self._egg_fragment_re.search(self._url)
461
- if not match:
462
- return None
463
-
464
- # An egg fragment looks like a PEP 508 project name, along with
465
- # an optional extras specifier. Anything else is invalid.
466
- project_name = match.group(1)
467
- if not self._project_name_re.match(project_name):
468
- deprecated(
469
- reason=f"{self} contains an egg fragment with a non-PEP 508 name.",
470
- replacement="to use the req @ url syntax, and remove the egg fragment",
471
- gone_in="25.1",
472
- issue=13157,
473
- )
474
-
475
- return project_name
476
-
477
- _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)")
478
-
479
- @property
480
- def subdirectory_fragment(self) -> Optional[str]:
481
- match = self._subdirectory_fragment_re.search(self._url)
482
- if not match:
483
- return None
484
- return match.group(1)
485
-
486
- def metadata_link(self) -> Optional["Link"]:
487
- """Return a link to the associated core metadata file (if any)."""
488
- if self.metadata_file_data is None:
489
- return None
490
- metadata_url = f"{self.url_without_fragment}.metadata"
491
- if self.metadata_file_data.hashes is None:
492
- return Link(metadata_url)
493
- return Link(metadata_url, hashes=self.metadata_file_data.hashes)
494
-
495
- def as_hashes(self) -> Hashes:
496
- return Hashes({k: [v] for k, v in self._hashes.items()})
497
-
498
- @property
499
- def hash(self) -> Optional[str]:
500
- return next(iter(self._hashes.values()), None)
501
-
502
- @property
503
- def hash_name(self) -> Optional[str]:
504
- return next(iter(self._hashes), None)
505
-
506
- @property
507
- def show_url(self) -> str:
508
- return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0])
509
-
510
- @property
511
- def is_file(self) -> bool:
512
- return self.scheme == "file"
513
-
514
- def is_existing_dir(self) -> bool:
515
- return self.is_file and os.path.isdir(self.file_path)
516
-
517
- @property
518
- def is_wheel(self) -> bool:
519
- return self.ext == WHEEL_EXTENSION
520
-
521
- @property
522
- def is_vcs(self) -> bool:
523
- from pip._internal.vcs import vcs
524
-
525
- return self.scheme in vcs.all_schemes
526
-
527
- @property
528
- def is_yanked(self) -> bool:
529
- return self.yanked_reason is not None
530
-
531
- @property
532
- def has_hash(self) -> bool:
533
- return bool(self._hashes)
534
-
535
- def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool:
536
- """
537
- Return True if the link has a hash and it is allowed by `hashes`.
538
- """
539
- if hashes is None:
540
- return False
541
- return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items())
542
-
543
-
544
- class _CleanResult(NamedTuple):
545
- """Convert link for equivalency check.
546
-
547
- This is used in the resolver to check whether two URL-specified requirements
548
- likely point to the same distribution and can be considered equivalent. This
549
- equivalency logic avoids comparing URLs literally, which can be too strict
550
- (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users.
551
-
552
- Currently this does three things:
553
-
554
- 1. Drop the basic auth part. This is technically wrong since a server can
555
- serve different content based on auth, but if it does that, it is even
556
- impossible to guarantee two URLs without auth are equivalent, since
557
- the user can input different auth information when prompted. So the
558
- practical solution is to assume the auth doesn't affect the response.
559
- 2. Parse the query to avoid the ordering issue. Note that ordering under the
560
- same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are
561
- still considered different.
562
- 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and
563
- hash values, since it should have no impact the downloaded content. Note
564
- that this drops the "egg=" part historically used to denote the requested
565
- project (and extras), which is wrong in the strictest sense, but too many
566
- people are supplying it inconsistently to cause superfluous resolution
567
- conflicts, so we choose to also ignore them.
568
- """
569
-
570
- parsed: urllib.parse.SplitResult
571
- query: Dict[str, List[str]]
572
- subdirectory: str
573
- hashes: Dict[str, str]
574
-
575
-
576
- def _clean_link(link: Link) -> _CleanResult:
577
- parsed = link._parsed_url
578
- netloc = parsed.netloc.rsplit("@", 1)[-1]
579
- # According to RFC 8089, an empty host in file: means localhost.
580
- if parsed.scheme == "file" and not netloc:
581
- netloc = "localhost"
582
- fragment = urllib.parse.parse_qs(parsed.fragment)
583
- if "egg" in fragment:
584
- logger.debug("Ignoring egg= fragment in %s", link)
585
- try:
586
- # If there are multiple subdirectory values, use the first one.
587
- # This matches the behavior of Link.subdirectory_fragment.
588
- subdirectory = fragment["subdirectory"][0]
589
- except (IndexError, KeyError):
590
- subdirectory = ""
591
- # If there are multiple hash values under the same algorithm, use the
592
- # first one. This matches the behavior of Link.hash_value.
593
- hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment}
594
- return _CleanResult(
595
- parsed=parsed._replace(netloc=netloc, query="", fragment=""),
596
- query=urllib.parse.parse_qs(parsed.query),
597
- subdirectory=subdirectory,
598
- hashes=hashes,
599
- )
600
-
601
-
602
- @functools.lru_cache(maxsize=None)
603
- def links_equivalent(link1: Link, link2: Link) -> bool:
604
- return _clean_link(link1) == _clean_link(link2)
@@ -1,25 +0,0 @@
1
- """
2
- For types associated with installation schemes.
3
-
4
- For a general overview of available schemes and their context, see
5
- https://docs.python.org/3/install/index.html#alternate-installation.
6
- """
7
-
8
- from dataclasses import dataclass
9
-
10
- SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"]
11
-
12
-
13
- @dataclass(frozen=True)
14
- class Scheme:
15
- """A Scheme holds paths which are used as the base directories for
16
- artifacts associated with a Python package.
17
- """
18
-
19
- __slots__ = SCHEME_KEYS
20
-
21
- platlib: str
22
- purelib: str
23
- headers: str
24
- scripts: str
25
- data: str