@pyscript/core 0.5.8 → 0.5.9

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 (1635) hide show
  1. package/package.json +10 -1
  2. package/dev.cjs +0 -31
  3. package/dist.zip +0 -0
  4. package/docs/README.md +0 -271
  5. package/env/bin/Activate.ps1 +0 -247
  6. package/env/bin/activate +0 -70
  7. package/env/bin/activate.csh +0 -27
  8. package/env/bin/activate.fish +0 -69
  9. package/env/bin/pip +0 -8
  10. package/env/bin/pip3 +0 -8
  11. package/env/bin/pip3.12 +0 -8
  12. package/env/bin/pyminify +0 -8
  13. package/env/lib/python3.12/site-packages/_distutils_hack/__init__.py +0 -240
  14. package/env/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc +0 -0
  15. package/env/lib/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc +0 -0
  16. package/env/lib/python3.12/site-packages/_distutils_hack/override.py +0 -1
  17. package/env/lib/python3.12/site-packages/distutils-precedence.pth +0 -1
  18. package/env/lib/python3.12/site-packages/pip/__init__.py +0 -13
  19. package/env/lib/python3.12/site-packages/pip/__main__.py +0 -24
  20. package/env/lib/python3.12/site-packages/pip/__pip-runner__.py +0 -50
  21. package/env/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
  22. package/env/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
  23. package/env/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
  24. package/env/lib/python3.12/site-packages/pip/_internal/__init__.py +0 -18
  25. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
  26. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
  27. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
  28. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
  29. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
  30. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
  31. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
  32. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
  33. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
  34. package/env/lib/python3.12/site-packages/pip/_internal/build_env.py +0 -315
  35. package/env/lib/python3.12/site-packages/pip/_internal/cache.py +0 -290
  36. package/env/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +0 -4
  37. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  38. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
  39. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
  40. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
  41. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
  42. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc +0 -0
  43. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
  44. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
  45. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
  46. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
  47. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
  48. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
  49. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
  50. package/env/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +0 -176
  51. package/env/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +0 -231
  52. package/env/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +0 -1075
  53. package/env/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +0 -27
  54. package/env/lib/python3.12/site-packages/pip/_internal/cli/index_command.py +0 -170
  55. package/env/lib/python3.12/site-packages/pip/_internal/cli/main.py +0 -80
  56. package/env/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +0 -134
  57. package/env/lib/python3.12/site-packages/pip/_internal/cli/parser.py +0 -294
  58. package/env/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +0 -94
  59. package/env/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +0 -329
  60. package/env/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +0 -159
  61. package/env/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +0 -6
  62. package/env/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +0 -132
  63. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  64. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
  65. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
  66. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
  67. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
  68. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
  69. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
  70. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
  71. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
  72. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
  73. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
  74. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
  75. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
  76. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
  77. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
  78. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
  79. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
  80. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
  81. package/env/lib/python3.12/site-packages/pip/_internal/commands/cache.py +0 -225
  82. package/env/lib/python3.12/site-packages/pip/_internal/commands/check.py +0 -67
  83. package/env/lib/python3.12/site-packages/pip/_internal/commands/completion.py +0 -130
  84. package/env/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +0 -280
  85. package/env/lib/python3.12/site-packages/pip/_internal/commands/debug.py +0 -201
  86. package/env/lib/python3.12/site-packages/pip/_internal/commands/download.py +0 -146
  87. package/env/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +0 -109
  88. package/env/lib/python3.12/site-packages/pip/_internal/commands/hash.py +0 -59
  89. package/env/lib/python3.12/site-packages/pip/_internal/commands/help.py +0 -41
  90. package/env/lib/python3.12/site-packages/pip/_internal/commands/index.py +0 -139
  91. package/env/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +0 -92
  92. package/env/lib/python3.12/site-packages/pip/_internal/commands/install.py +0 -783
  93. package/env/lib/python3.12/site-packages/pip/_internal/commands/list.py +0 -375
  94. package/env/lib/python3.12/site-packages/pip/_internal/commands/search.py +0 -172
  95. package/env/lib/python3.12/site-packages/pip/_internal/commands/show.py +0 -217
  96. package/env/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +0 -114
  97. package/env/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +0 -182
  98. package/env/lib/python3.12/site-packages/pip/_internal/configuration.py +0 -383
  99. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +0 -21
  100. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
  101. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
  102. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
  103. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
  104. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
  105. package/env/lib/python3.12/site-packages/pip/_internal/distributions/base.py +0 -53
  106. package/env/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +0 -29
  107. package/env/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +0 -158
  108. package/env/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +0 -42
  109. package/env/lib/python3.12/site-packages/pip/_internal/exceptions.py +0 -777
  110. package/env/lib/python3.12/site-packages/pip/_internal/index/__init__.py +0 -2
  111. package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
  112. package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
  113. package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
  114. package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
  115. package/env/lib/python3.12/site-packages/pip/_internal/index/collector.py +0 -494
  116. package/env/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +0 -1020
  117. package/env/lib/python3.12/site-packages/pip/_internal/index/sources.py +0 -285
  118. package/env/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +0 -456
  119. package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
  120. package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
  121. package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
  122. package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
  123. package/env/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +0 -172
  124. package/env/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +0 -214
  125. package/env/lib/python3.12/site-packages/pip/_internal/locations/base.py +0 -81
  126. package/env/lib/python3.12/site-packages/pip/_internal/main.py +0 -12
  127. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +0 -128
  128. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  129. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
  130. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
  131. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
  132. package/env/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +0 -84
  133. package/env/lib/python3.12/site-packages/pip/_internal/metadata/base.py +0 -688
  134. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +0 -6
  135. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
  136. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
  137. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
  138. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
  139. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +0 -85
  140. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +0 -221
  141. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +0 -189
  142. package/env/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +0 -301
  143. package/env/lib/python3.12/site-packages/pip/_internal/models/__init__.py +0 -2
  144. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
  145. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
  146. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
  147. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
  148. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
  149. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
  150. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
  151. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
  152. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
  153. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
  154. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
  155. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
  156. package/env/lib/python3.12/site-packages/pip/_internal/models/candidate.py +0 -25
  157. package/env/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +0 -224
  158. package/env/lib/python3.12/site-packages/pip/_internal/models/format_control.py +0 -78
  159. package/env/lib/python3.12/site-packages/pip/_internal/models/index.py +0 -28
  160. package/env/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +0 -56
  161. package/env/lib/python3.12/site-packages/pip/_internal/models/link.py +0 -590
  162. package/env/lib/python3.12/site-packages/pip/_internal/models/scheme.py +0 -25
  163. package/env/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +0 -127
  164. package/env/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +0 -53
  165. package/env/lib/python3.12/site-packages/pip/_internal/models/target_python.py +0 -121
  166. package/env/lib/python3.12/site-packages/pip/_internal/models/wheel.py +0 -93
  167. package/env/lib/python3.12/site-packages/pip/_internal/network/__init__.py +0 -2
  168. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
  169. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
  170. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
  171. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
  172. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
  173. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
  174. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
  175. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
  176. package/env/lib/python3.12/site-packages/pip/_internal/network/auth.py +0 -566
  177. package/env/lib/python3.12/site-packages/pip/_internal/network/cache.py +0 -106
  178. package/env/lib/python3.12/site-packages/pip/_internal/network/download.py +0 -187
  179. package/env/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +0 -210
  180. package/env/lib/python3.12/site-packages/pip/_internal/network/session.py +0 -522
  181. package/env/lib/python3.12/site-packages/pip/_internal/network/utils.py +0 -98
  182. package/env/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +0 -62
  183. package/env/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
  184. package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
  185. package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
  186. package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
  187. package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
  188. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  189. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
  190. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
  191. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
  192. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
  193. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
  194. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
  195. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
  196. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
  197. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +0 -138
  198. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +0 -39
  199. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -41
  200. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -74
  201. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +0 -37
  202. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -46
  203. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -102
  204. package/env/lib/python3.12/site-packages/pip/_internal/operations/check.py +0 -181
  205. package/env/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +0 -258
  206. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +0 -2
  207. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
  208. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
  209. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
  210. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +0 -47
  211. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +0 -741
  212. package/env/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +0 -732
  213. package/env/lib/python3.12/site-packages/pip/_internal/pyproject.py +0 -185
  214. package/env/lib/python3.12/site-packages/pip/_internal/req/__init__.py +0 -90
  215. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
  216. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
  217. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
  218. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
  219. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
  220. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
  221. package/env/lib/python3.12/site-packages/pip/_internal/req/constructors.py +0 -560
  222. package/env/lib/python3.12/site-packages/pip/_internal/req/req_file.py +0 -551
  223. package/env/lib/python3.12/site-packages/pip/_internal/req/req_install.py +0 -934
  224. package/env/lib/python3.12/site-packages/pip/_internal/req/req_set.py +0 -82
  225. package/env/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +0 -633
  226. package/env/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
  227. package/env/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
  228. package/env/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
  229. package/env/lib/python3.12/site-packages/pip/_internal/resolution/base.py +0 -20
  230. package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  231. package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
  232. package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
  233. package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +0 -597
  234. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  235. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  236. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
  237. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
  238. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
  239. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
  240. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
  241. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
  242. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
  243. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
  244. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +0 -139
  245. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -569
  246. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -817
  247. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -174
  248. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -258
  249. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -81
  250. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -245
  251. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -317
  252. package/env/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +0 -244
  253. package/env/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
  254. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  255. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
  256. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
  257. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
  258. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
  259. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
  260. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
  261. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
  262. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
  263. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
  264. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc +0 -0
  265. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
  266. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
  267. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
  268. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
  269. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
  270. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
  271. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
  272. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
  273. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc +0 -0
  274. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
  275. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
  276. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
  277. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
  278. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
  279. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
  280. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
  281. package/env/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +0 -109
  282. package/env/lib/python3.12/site-packages/pip/_internal/utils/_log.py +0 -38
  283. package/env/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +0 -52
  284. package/env/lib/python3.12/site-packages/pip/_internal/utils/compat.py +0 -79
  285. package/env/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +0 -165
  286. package/env/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +0 -11
  287. package/env/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +0 -124
  288. package/env/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
  289. package/env/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +0 -80
  290. package/env/lib/python3.12/site-packages/pip/_internal/utils/encoding.py +0 -36
  291. package/env/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +0 -84
  292. package/env/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +0 -149
  293. package/env/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +0 -27
  294. package/env/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +0 -101
  295. package/env/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +0 -147
  296. package/env/lib/python3.12/site-packages/pip/_internal/utils/logging.py +0 -347
  297. package/env/lib/python3.12/site-packages/pip/_internal/utils/misc.py +0 -777
  298. package/env/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +0 -57
  299. package/env/lib/python3.12/site-packages/pip/_internal/utils/retry.py +0 -42
  300. package/env/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +0 -146
  301. package/env/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +0 -245
  302. package/env/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +0 -296
  303. package/env/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +0 -337
  304. package/env/lib/python3.12/site-packages/pip/_internal/utils/urls.py +0 -55
  305. package/env/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +0 -104
  306. package/env/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +0 -134
  307. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +0 -15
  308. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
  309. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
  310. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
  311. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
  312. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
  313. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
  314. package/env/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +0 -112
  315. package/env/lib/python3.12/site-packages/pip/_internal/vcs/git.py +0 -527
  316. package/env/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +0 -163
  317. package/env/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +0 -324
  318. package/env/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +0 -688
  319. package/env/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +0 -354
  320. package/env/lib/python3.12/site-packages/pip/_vendor/__init__.py +0 -116
  321. package/env/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  322. package/env/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  323. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +0 -28
  324. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
  325. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
  326. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
  327. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
  328. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
  329. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
  330. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
  331. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
  332. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
  333. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +0 -70
  334. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -161
  335. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +0 -74
  336. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -8
  337. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
  338. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
  339. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
  340. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +0 -182
  341. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -48
  342. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +0 -499
  343. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -119
  344. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -154
  345. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  346. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +0 -146
  347. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -43
  348. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +0 -4
  349. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +0 -12
  350. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
  351. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
  352. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
  353. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +0 -4798
  354. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +0 -114
  355. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed +0 -0
  356. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +0 -33
  357. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
  358. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
  359. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc +0 -0
  360. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc +0 -0
  361. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc +0 -0
  362. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc +0 -0
  363. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc +0 -0
  364. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc +0 -0
  365. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
  366. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
  367. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
  368. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc +0 -0
  369. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc +0 -0
  370. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +0 -1138
  371. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/database.py +0 -1359
  372. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/index.py +0 -508
  373. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py +0 -1303
  374. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py +0 -384
  375. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py +0 -167
  376. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py +0 -1068
  377. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +0 -358
  378. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +0 -466
  379. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe +0 -0
  380. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
  381. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe +0 -0
  382. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +0 -2025
  383. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/version.py +0 -751
  384. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe +0 -0
  385. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
  386. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe +0 -0
  387. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py +0 -1099
  388. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +0 -54
  389. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +0 -4
  390. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
  391. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
  392. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
  393. package/env/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +0 -1403
  394. package/env/lib/python3.12/site-packages/pip/_vendor/distro/py.typed +0 -0
  395. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +0 -44
  396. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
  397. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
  398. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
  399. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
  400. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
  401. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
  402. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
  403. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
  404. package/env/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +0 -118
  405. package/env/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +0 -13
  406. package/env/lib/python3.12/site-packages/pip/_vendor/idna/core.py +0 -395
  407. package/env/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +0 -4245
  408. package/env/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +0 -54
  409. package/env/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +0 -2
  410. package/env/lib/python3.12/site-packages/pip/_vendor/idna/py.typed +0 -0
  411. package/env/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +0 -8598
  412. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +0 -55
  413. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
  414. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
  415. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
  416. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
  417. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +0 -48
  418. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +0 -168
  419. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +0 -951
  420. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +0 -15
  421. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  422. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  423. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  424. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  425. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  426. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  427. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  428. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  429. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  430. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  431. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  432. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  433. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  434. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  435. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py +0 -110
  436. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +0 -262
  437. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +0 -85
  438. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py +0 -354
  439. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +0 -61
  440. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py +0 -194
  441. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +0 -325
  442. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py +0 -804
  443. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed +0 -0
  444. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +0 -91
  445. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +0 -1009
  446. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +0 -568
  447. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +0 -174
  448. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +0 -563
  449. package/env/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3676
  450. package/env/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  451. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +0 -627
  452. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +0 -55
  453. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  454. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  455. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  456. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  457. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  458. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  459. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  460. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  461. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +0 -249
  462. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +0 -292
  463. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +0 -130
  464. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  465. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +0 -275
  466. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +0 -16
  467. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +0 -272
  468. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +0 -82
  469. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +0 -17
  470. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
  471. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
  472. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc +0 -0
  473. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
  474. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
  475. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
  476. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
  477. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
  478. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
  479. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
  480. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
  481. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
  482. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
  483. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
  484. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
  485. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
  486. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py +0 -668
  487. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +0 -70
  488. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +0 -70
  489. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -940
  490. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
  491. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +0 -129
  492. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -157
  493. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
  494. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
  495. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc +0 -0
  496. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc +0 -0
  497. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc +0 -0
  498. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc +0 -0
  499. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc +0 -0
  500. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc +0 -0
  501. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc +0 -0
  502. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc +0 -0
  503. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc +0 -0
  504. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc +0 -0
  505. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc +0 -0
  506. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc +0 -0
  507. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +0 -23
  508. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py +0 -108
  509. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py +0 -170
  510. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py +0 -987
  511. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py +0 -685
  512. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py +0 -154
  513. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py +0 -518
  514. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py +0 -160
  515. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +0 -83
  516. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py +0 -349
  517. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py +0 -185
  518. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py +0 -127
  519. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py +0 -338
  520. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +0 -963
  521. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -362
  522. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
  523. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
  524. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
  525. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +0 -589
  526. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1198
  527. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +0 -43
  528. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +0 -72
  529. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
  530. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +0 -104
  531. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +0 -247
  532. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +0 -203
  533. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -61
  534. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
  535. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc +0 -0
  536. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py +0 -54
  537. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +0 -214
  538. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +0 -153
  539. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +0 -324
  540. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +0 -23
  541. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
  542. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc +0 -0
  543. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
  544. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py +0 -8
  545. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +0 -330
  546. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -18
  547. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
  548. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
  549. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +0 -353
  550. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +0 -179
  551. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
  552. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
  553. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
  554. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
  555. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
  556. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
  557. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
  558. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
  559. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
  560. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
  561. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
  562. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
  563. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
  564. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
  565. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
  566. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
  567. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
  568. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
  569. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +0 -14
  570. package/env/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +0 -50
  571. package/env/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +0 -719
  572. package/env/lib/python3.12/site-packages/pip/_vendor/requests/api.py +0 -157
  573. package/env/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +0 -314
  574. package/env/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +0 -24
  575. package/env/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +0 -78
  576. package/env/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +0 -561
  577. package/env/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +0 -151
  578. package/env/lib/python3.12/site-packages/pip/_vendor/requests/help.py +0 -127
  579. package/env/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +0 -33
  580. package/env/lib/python3.12/site-packages/pip/_vendor/requests/models.py +0 -1037
  581. package/env/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +0 -25
  582. package/env/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +0 -831
  583. package/env/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +0 -128
  584. package/env/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +0 -99
  585. package/env/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +0 -1096
  586. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +0 -26
  587. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  588. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
  589. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
  590. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc +0 -0
  591. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
  592. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
  593. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  594. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc +0 -0
  595. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +0 -6
  596. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +0 -133
  597. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  598. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +0 -43
  599. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py +0 -547
  600. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +0 -170
  601. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +0 -177
  602. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +0 -273
  603. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
  604. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
  605. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
  606. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
  607. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
  608. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
  609. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
  610. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
  611. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
  612. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
  613. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
  614. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
  615. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
  616. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
  617. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
  618. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
  619. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
  620. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
  621. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
  622. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
  623. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
  624. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
  625. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
  626. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
  627. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
  628. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
  629. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
  630. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
  631. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
  632. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
  633. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
  634. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
  635. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
  636. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
  637. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
  638. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
  639. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
  640. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
  641. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
  642. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
  643. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
  644. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
  645. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
  646. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
  647. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
  648. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
  649. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
  650. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
  651. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
  652. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
  653. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
  654. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
  655. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
  656. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
  657. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
  658. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
  659. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
  660. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
  661. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
  662. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
  663. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
  664. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
  665. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
  666. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
  667. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
  668. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
  669. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
  670. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
  671. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
  672. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
  673. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
  674. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
  675. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
  676. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
  677. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
  678. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
  679. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
  680. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +0 -454
  681. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
  682. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
  683. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +0 -76
  684. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +0 -10
  685. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +0 -24
  686. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +0 -270
  687. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +0 -94
  688. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +0 -43
  689. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +0 -69
  690. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +0 -309
  691. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +0 -17
  692. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +0 -159
  693. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +0 -482
  694. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +0 -16
  695. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +0 -19
  696. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +0 -662
  697. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +0 -71
  698. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +0 -56
  699. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +0 -93
  700. package/env/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +0 -33
  701. package/env/lib/python3.12/site-packages/pip/_vendor/rich/align.py +0 -311
  702. package/env/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +0 -240
  703. package/env/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +0 -93
  704. package/env/lib/python3.12/site-packages/pip/_vendor/rich/box.py +0 -480
  705. package/env/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +0 -167
  706. package/env/lib/python3.12/site-packages/pip/_vendor/rich/color.py +0 -621
  707. package/env/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
  708. package/env/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +0 -187
  709. package/env/lib/python3.12/site-packages/pip/_vendor/rich/console.py +0 -2633
  710. package/env/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +0 -37
  711. package/env/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +0 -167
  712. package/env/lib/python3.12/site-packages/pip/_vendor/rich/control.py +0 -225
  713. package/env/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +0 -190
  714. package/env/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +0 -37
  715. package/env/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +0 -96
  716. package/env/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +0 -34
  717. package/env/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +0 -57
  718. package/env/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +0 -89
  719. package/env/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +0 -232
  720. package/env/lib/python3.12/site-packages/pip/_vendor/rich/json.py +0 -139
  721. package/env/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +0 -101
  722. package/env/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +0 -442
  723. package/env/lib/python3.12/site-packages/pip/_vendor/rich/live.py +0 -375
  724. package/env/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +0 -112
  725. package/env/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +0 -289
  726. package/env/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +0 -251
  727. package/env/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +0 -151
  728. package/env/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +0 -141
  729. package/env/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +0 -34
  730. package/env/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +0 -100
  731. package/env/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +0 -312
  732. package/env/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +0 -995
  733. package/env/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +0 -1699
  734. package/env/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +0 -223
  735. package/env/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +0 -375
  736. package/env/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +0 -42
  737. package/env/lib/python3.12/site-packages/pip/_vendor/rich/py.typed +0 -0
  738. package/env/lib/python3.12/site-packages/pip/_vendor/rich/region.py +0 -10
  739. package/env/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +0 -149
  740. package/env/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +0 -130
  741. package/env/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +0 -86
  742. package/env/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +0 -54
  743. package/env/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +0 -738
  744. package/env/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +0 -137
  745. package/env/lib/python3.12/site-packages/pip/_vendor/rich/status.py +0 -131
  746. package/env/lib/python3.12/site-packages/pip/_vendor/rich/style.py +0 -796
  747. package/env/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +0 -42
  748. package/env/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +0 -958
  749. package/env/lib/python3.12/site-packages/pip/_vendor/rich/table.py +0 -1000
  750. package/env/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +0 -153
  751. package/env/lib/python3.12/site-packages/pip/_vendor/rich/text.py +0 -1357
  752. package/env/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +0 -115
  753. package/env/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +0 -5
  754. package/env/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +0 -753
  755. package/env/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +0 -249
  756. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +0 -11
  757. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  758. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  759. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  760. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  761. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +0 -691
  762. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +0 -107
  763. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +0 -10
  764. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed +0 -1
  765. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +0 -13
  766. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
  767. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
  768. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
  769. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
  770. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
  771. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
  772. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +0 -313
  773. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +0 -499
  774. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +0 -66
  775. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +0 -31
  776. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +0 -564
  777. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed +0 -0
  778. package/env/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py +0 -3641
  779. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +0 -102
  780. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
  781. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
  782. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
  783. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
  784. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
  785. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
  786. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
  787. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
  788. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
  789. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
  790. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
  791. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +0 -355
  792. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +0 -2
  793. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +0 -572
  794. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1137
  795. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  796. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
  797. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
  798. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
  799. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
  800. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
  801. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
  802. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
  803. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -36
  804. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  805. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
  806. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
  807. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
  808. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -519
  809. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
  810. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
  811. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
  812. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -518
  813. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -920
  814. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
  815. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
  816. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +0 -274
  817. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
  818. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  819. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
  820. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
  821. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  822. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  823. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
  824. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
  825. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +0 -51
  826. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -155
  827. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1076
  828. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -540
  829. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +0 -191
  830. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +0 -879
  831. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
  832. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
  833. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
  834. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
  835. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
  836. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
  837. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
  838. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
  839. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
  840. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
  841. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
  842. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
  843. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
  844. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
  845. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +0 -149
  846. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
  847. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
  848. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +0 -137
  849. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
  850. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +0 -620
  851. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -495
  852. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -159
  853. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
  854. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -271
  855. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +0 -435
  856. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +0 -152
  857. package/env/lib/python3.12/site-packages/pip/_vendor/vendor.txt +0 -18
  858. package/env/lib/python3.12/site-packages/pip/py.typed +0 -4
  859. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/AUTHORS.txt +0 -796
  860. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/INSTALLER +0 -1
  861. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/LICENSE.txt +0 -20
  862. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/METADATA +0 -89
  863. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/RECORD +0 -853
  864. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/REQUESTED +0 -0
  865. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/WHEEL +0 -5
  866. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/entry_points.txt +0 -3
  867. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/top_level.txt +0 -1
  868. package/env/lib/python3.12/site-packages/pkg_resources/__init__.py +0 -3709
  869. package/env/lib/python3.12/site-packages/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  870. package/env/lib/python3.12/site-packages/pkg_resources/api_tests.txt +0 -424
  871. package/env/lib/python3.12/site-packages/pkg_resources/py.typed +0 -0
  872. package/env/lib/python3.12/site-packages/python_minifier/__init__.py +0 -231
  873. package/env/lib/python3.12/site-packages/python_minifier/__init__.pyi +0 -34
  874. package/env/lib/python3.12/site-packages/python_minifier/__main__.py +0 -262
  875. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/__init__.cpython-312.pyc +0 -0
  876. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/__main__.cpython-312.pyc +0 -0
  877. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/ast_compare.cpython-312.pyc +0 -0
  878. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/expression_printer.cpython-312.pyc +0 -0
  879. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/f_string.cpython-312.pyc +0 -0
  880. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/ministring.cpython-312.pyc +0 -0
  881. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/module_printer.cpython-312.pyc +0 -0
  882. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/token_printer.cpython-312.pyc +0 -0
  883. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/util.cpython-312.pyc +0 -0
  884. package/env/lib/python3.12/site-packages/python_minifier/ast_compare.py +0 -104
  885. package/env/lib/python3.12/site-packages/python_minifier/expression_printer.py +0 -748
  886. package/env/lib/python3.12/site-packages/python_minifier/f_string.py +0 -426
  887. package/env/lib/python3.12/site-packages/python_minifier/ministring.py +0 -175
  888. package/env/lib/python3.12/site-packages/python_minifier/module_printer.py +0 -794
  889. package/env/lib/python3.12/site-packages/python_minifier/py.typed +0 -0
  890. package/env/lib/python3.12/site-packages/python_minifier/rename/__init__.py +0 -6
  891. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/__init__.cpython-312.pyc +0 -0
  892. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/bind_names.cpython-312.pyc +0 -0
  893. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/binding.cpython-312.pyc +0 -0
  894. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/mapper.cpython-312.pyc +0 -0
  895. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/name_generator.cpython-312.pyc +0 -0
  896. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/rename_literals.cpython-312.pyc +0 -0
  897. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/renamer.cpython-312.pyc +0 -0
  898. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/resolve_names.cpython-312.pyc +0 -0
  899. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/util.cpython-312.pyc +0 -0
  900. package/env/lib/python3.12/site-packages/python_minifier/rename/bind_names.py +0 -174
  901. package/env/lib/python3.12/site-packages/python_minifier/rename/binding.py +0 -450
  902. package/env/lib/python3.12/site-packages/python_minifier/rename/mapper.py +0 -160
  903. package/env/lib/python3.12/site-packages/python_minifier/rename/name_generator.py +0 -51
  904. package/env/lib/python3.12/site-packages/python_minifier/rename/rename_literals.py +0 -234
  905. package/env/lib/python3.12/site-packages/python_minifier/rename/renamer.py +0 -230
  906. package/env/lib/python3.12/site-packages/python_minifier/rename/resolve_names.py +0 -88
  907. package/env/lib/python3.12/site-packages/python_minifier/rename/util.py +0 -193
  908. package/env/lib/python3.12/site-packages/python_minifier/token_printer.py +0 -297
  909. package/env/lib/python3.12/site-packages/python_minifier/transforms/__init__.py +0 -0
  910. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/__init__.cpython-312.pyc +0 -0
  911. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/combine_imports.cpython-312.pyc +0 -0
  912. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_annotations.cpython-312.pyc +0 -0
  913. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_asserts.cpython-312.pyc +0 -0
  914. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_debug.cpython-312.pyc +0 -0
  915. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_explicit_return_none.cpython-312.pyc +0 -0
  916. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_literal_statements.cpython-312.pyc +0 -0
  917. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_object_base.cpython-312.pyc +0 -0
  918. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_pass.cpython-312.pyc +0 -0
  919. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_posargs.cpython-312.pyc +0 -0
  920. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/suite_transformer.cpython-312.pyc +0 -0
  921. package/env/lib/python3.12/site-packages/python_minifier/transforms/combine_imports.py +0 -73
  922. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_annotations.py +0 -110
  923. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_asserts.py +0 -26
  924. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_debug.py +0 -53
  925. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_explicit_return_none.py +0 -38
  926. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_literal_statements.py +0 -61
  927. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_object_base.py +0 -21
  928. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_pass.py +0 -26
  929. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_posargs.py +0 -13
  930. package/env/lib/python3.12/site-packages/python_minifier/transforms/suite_transformer.py +0 -193
  931. package/env/lib/python3.12/site-packages/python_minifier/util.py +0 -48
  932. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/INSTALLER +0 -1
  933. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/LICENSE +0 -21
  934. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/METADATA +0 -169
  935. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/RECORD +0 -70
  936. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/REQUESTED +0 -0
  937. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/WHEEL +0 -6
  938. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/entry_points.txt +0 -2
  939. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/top_level.txt +0 -1
  940. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/zip-safe +0 -1
  941. package/env/lib/python3.12/site-packages/setuptools/__init__.py +0 -282
  942. package/env/lib/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc +0 -0
  943. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc +0 -0
  944. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc +0 -0
  945. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc +0 -0
  946. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc +0 -0
  947. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc +0 -0
  948. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc +0 -0
  949. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc +0 -0
  950. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc +0 -0
  951. package/env/lib/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc +0 -0
  952. package/env/lib/python3.12/site-packages/setuptools/__pycache__/build_meta.cpython-312.pyc +0 -0
  953. package/env/lib/python3.12/site-packages/setuptools/__pycache__/depends.cpython-312.pyc +0 -0
  954. package/env/lib/python3.12/site-packages/setuptools/__pycache__/discovery.cpython-312.pyc +0 -0
  955. package/env/lib/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc +0 -0
  956. package/env/lib/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc +0 -0
  957. package/env/lib/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc +0 -0
  958. package/env/lib/python3.12/site-packages/setuptools/__pycache__/glob.cpython-312.pyc +0 -0
  959. package/env/lib/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc +0 -0
  960. package/env/lib/python3.12/site-packages/setuptools/__pycache__/launch.cpython-312.pyc +0 -0
  961. package/env/lib/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc +0 -0
  962. package/env/lib/python3.12/site-packages/setuptools/__pycache__/modified.cpython-312.pyc +0 -0
  963. package/env/lib/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc +0 -0
  964. package/env/lib/python3.12/site-packages/setuptools/__pycache__/msvc.cpython-312.pyc +0 -0
  965. package/env/lib/python3.12/site-packages/setuptools/__pycache__/namespaces.cpython-312.pyc +0 -0
  966. package/env/lib/python3.12/site-packages/setuptools/__pycache__/package_index.cpython-312.pyc +0 -0
  967. package/env/lib/python3.12/site-packages/setuptools/__pycache__/sandbox.cpython-312.pyc +0 -0
  968. package/env/lib/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc +0 -0
  969. package/env/lib/python3.12/site-packages/setuptools/__pycache__/version.cpython-312.pyc +0 -0
  970. package/env/lib/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc +0 -0
  971. package/env/lib/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc +0 -0
  972. package/env/lib/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc +0 -0
  973. package/env/lib/python3.12/site-packages/setuptools/_core_metadata.py +0 -286
  974. package/env/lib/python3.12/site-packages/setuptools/_distutils/__init__.py +0 -14
  975. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc +0 -0
  976. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-312.pyc +0 -0
  977. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-312.pyc +0 -0
  978. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_itertools.cpython-312.pyc +0 -0
  979. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc +0 -0
  980. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-312.pyc +0 -0
  981. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc +0 -0
  982. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc +0 -0
  983. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc +0 -0
  984. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-312.pyc +0 -0
  985. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-312.pyc +0 -0
  986. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-312.pyc +0 -0
  987. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/config.cpython-312.pyc +0 -0
  988. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc +0 -0
  989. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc +0 -0
  990. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc +0 -0
  991. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-312.pyc +0 -0
  992. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc +0 -0
  993. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dist.cpython-312.pyc +0 -0
  994. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/errors.cpython-312.pyc +0 -0
  995. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc +0 -0
  996. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-312.pyc +0 -0
  997. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-312.pyc +0 -0
  998. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc +0 -0
  999. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc +0 -0
  1000. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-312.pyc +0 -0
  1001. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-312.pyc +0 -0
  1002. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc +0 -0
  1003. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc +0 -0
  1004. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc +0 -0
  1005. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc +0 -0
  1006. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc +0 -0
  1007. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc +0 -0
  1008. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-312.pyc +0 -0
  1009. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-312.pyc +0 -0
  1010. package/env/lib/python3.12/site-packages/setuptools/_distutils/_collections.py +0 -58
  1011. package/env/lib/python3.12/site-packages/setuptools/_distutils/_functools.py +0 -73
  1012. package/env/lib/python3.12/site-packages/setuptools/_distutils/_itertools.py +0 -52
  1013. package/env/lib/python3.12/site-packages/setuptools/_distutils/_log.py +0 -3
  1014. package/env/lib/python3.12/site-packages/setuptools/_distutils/_macos_compat.py +0 -12
  1015. package/env/lib/python3.12/site-packages/setuptools/_distutils/_modified.py +0 -72
  1016. package/env/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py +0 -568
  1017. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/__init__.py +0 -0
  1018. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  1019. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__init__.py +0 -15
  1020. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1021. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1022. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1023. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1024. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1025. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1026. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1027. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1028. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  1029. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1030. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1031. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1032. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1033. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1034. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_elffile.py +0 -108
  1035. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_manylinux.py +0 -260
  1036. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_musllinux.py +0 -83
  1037. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_parser.py +0 -356
  1038. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_structures.py +0 -61
  1039. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_tokenizer.py +0 -192
  1040. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/markers.py +0 -252
  1041. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/metadata.py +0 -825
  1042. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/py.typed +0 -0
  1043. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/requirements.py +0 -90
  1044. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/specifiers.py +0 -1017
  1045. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/tags.py +0 -571
  1046. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/utils.py +0 -172
  1047. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/version.py +0 -563
  1048. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE +0 -3
  1049. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE.APACHE +0 -177
  1050. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE.BSD +0 -23
  1051. package/env/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py +0 -283
  1052. package/env/lib/python3.12/site-packages/setuptools/_distutils/bcppcompiler.py +0 -396
  1053. package/env/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py +0 -1255
  1054. package/env/lib/python3.12/site-packages/setuptools/_distutils/cmd.py +0 -439
  1055. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py +0 -25
  1056. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc +0 -0
  1057. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-312.pyc +0 -0
  1058. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc +0 -0
  1059. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-312.pyc +0 -0
  1060. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
  1061. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc +0 -0
  1062. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc +0 -0
  1063. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-312.pyc +0 -0
  1064. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-312.pyc +0 -0
  1065. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc +0 -0
  1066. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-312.pyc +0 -0
  1067. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-312.pyc +0 -0
  1068. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc +0 -0
  1069. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc +0 -0
  1070. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc +0 -0
  1071. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
  1072. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc +0 -0
  1073. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-312.pyc +0 -0
  1074. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
  1075. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-312.pyc +0 -0
  1076. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-312.pyc +0 -0
  1077. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-312.pyc +0 -0
  1078. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/_framework_compat.py +0 -54
  1079. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py +0 -155
  1080. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py +0 -140
  1081. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py +0 -597
  1082. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build.py +0 -156
  1083. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py +0 -208
  1084. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py +0 -797
  1085. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py +0 -406
  1086. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py +0 -170
  1087. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/check.py +0 -154
  1088. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py +0 -76
  1089. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/config.py +0 -369
  1090. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install.py +0 -810
  1091. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py +0 -94
  1092. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py +0 -92
  1093. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py +0 -44
  1094. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py +0 -234
  1095. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py +0 -61
  1096. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/register.py +0 -322
  1097. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py +0 -527
  1098. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/upload.py +0 -208
  1099. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-10.0-amd64.exe +0 -0
  1100. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-10.0.exe +0 -0
  1101. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-14.0-amd64.exe +0 -0
  1102. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-14.0.exe +0 -0
  1103. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-6.0.exe +0 -0
  1104. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-7.1.exe +0 -0
  1105. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-8.0.exe +0 -0
  1106. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-9.0-amd64.exe +0 -0
  1107. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-9.0.exe +0 -0
  1108. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py +0 -15
  1109. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1110. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1111. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1112. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/py38.py +0 -34
  1113. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/py39.py +0 -66
  1114. package/env/lib/python3.12/site-packages/setuptools/_distutils/config.py +0 -151
  1115. package/env/lib/python3.12/site-packages/setuptools/_distutils/core.py +0 -287
  1116. package/env/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py +0 -334
  1117. package/env/lib/python3.12/site-packages/setuptools/_distutils/debug.py +0 -5
  1118. package/env/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py +0 -14
  1119. package/env/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py +0 -238
  1120. package/env/lib/python3.12/site-packages/setuptools/_distutils/dist.py +0 -1298
  1121. package/env/lib/python3.12/site-packages/setuptools/_distutils/errors.py +0 -127
  1122. package/env/lib/python3.12/site-packages/setuptools/_distutils/extension.py +0 -247
  1123. package/env/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py +0 -469
  1124. package/env/lib/python3.12/site-packages/setuptools/_distutils/file_util.py +0 -235
  1125. package/env/lib/python3.12/site-packages/setuptools/_distutils/filelist.py +0 -369
  1126. package/env/lib/python3.12/site-packages/setuptools/_distutils/log.py +0 -56
  1127. package/env/lib/python3.12/site-packages/setuptools/_distutils/msvc9compiler.py +0 -822
  1128. package/env/lib/python3.12/site-packages/setuptools/_distutils/msvccompiler.py +0 -687
  1129. package/env/lib/python3.12/site-packages/setuptools/_distutils/spawn.py +0 -117
  1130. package/env/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py +0 -582
  1131. package/env/lib/python3.12/site-packages/setuptools/_distutils/text_file.py +0 -286
  1132. package/env/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py +0 -402
  1133. package/env/lib/python3.12/site-packages/setuptools/_distutils/util.py +0 -504
  1134. package/env/lib/python3.12/site-packages/setuptools/_distutils/version.py +0 -349
  1135. package/env/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py +0 -175
  1136. package/env/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py +0 -229
  1137. package/env/lib/python3.12/site-packages/setuptools/_entry_points.py +0 -90
  1138. package/env/lib/python3.12/site-packages/setuptools/_imp.py +0 -87
  1139. package/env/lib/python3.12/site-packages/setuptools/_importlib.py +0 -12
  1140. package/env/lib/python3.12/site-packages/setuptools/_itertools.py +0 -23
  1141. package/env/lib/python3.12/site-packages/setuptools/_normalization.py +0 -144
  1142. package/env/lib/python3.12/site-packages/setuptools/_path.py +0 -87
  1143. package/env/lib/python3.12/site-packages/setuptools/_reqs.py +0 -43
  1144. package/env/lib/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  1145. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py +0 -27
  1146. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc +0 -0
  1147. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-312.pyc +0 -0
  1148. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc +0 -0
  1149. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc +0 -0
  1150. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc +0 -0
  1151. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-312.pyc +0 -0
  1152. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoasync.py +0 -142
  1153. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py +0 -70
  1154. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py +0 -59
  1155. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py +0 -333
  1156. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py +0 -23
  1157. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER +0 -1
  1158. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE +0 -166
  1159. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA +0 -420
  1160. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD +0 -18
  1161. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL +0 -5
  1162. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt +0 -1
  1163. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py +0 -1
  1164. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  1165. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__init__.py +0 -2937
  1166. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py +0 -5
  1167. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc +0 -0
  1168. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc +0 -0
  1169. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py +0 -0
  1170. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1171. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1172. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py +0 -24
  1173. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER +0 -1
  1174. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE +0 -17
  1175. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA +0 -46
  1176. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD +0 -17
  1177. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED +0 -0
  1178. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL +0 -5
  1179. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt +0 -1
  1180. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +0 -1083
  1181. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  1182. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc +0 -0
  1183. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc +0 -0
  1184. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-312.pyc +0 -0
  1185. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc +0 -0
  1186. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-312.pyc +0 -0
  1187. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-312.pyc +0 -0
  1188. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc +0 -0
  1189. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-312.pyc +0 -0
  1190. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py +0 -83
  1191. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +0 -30
  1192. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +0 -57
  1193. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +0 -104
  1194. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +0 -73
  1195. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +0 -67
  1196. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py +0 -99
  1197. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py +0 -0
  1198. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1199. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-312.pyc +0 -0
  1200. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1201. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py +0 -22
  1202. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py +0 -36
  1203. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py +0 -21
  1204. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
  1205. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER +0 -1
  1206. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE +0 -202
  1207. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA +0 -129
  1208. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD +0 -32
  1209. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED +0 -0
  1210. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL +0 -5
  1211. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt +0 -1
  1212. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__init__.py +0 -36
  1213. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  1214. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-312.pyc +0 -0
  1215. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-312.pyc +0 -0
  1216. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-312.pyc +0 -0
  1217. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-312.pyc +0 -0
  1218. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/functional.cpython-312.pyc +0 -0
  1219. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-312.pyc +0 -0
  1220. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-312.pyc +0 -0
  1221. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_adapters.py +0 -168
  1222. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_common.py +0 -210
  1223. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_itertools.py +0 -38
  1224. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/abc.py +0 -171
  1225. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__init__.py +0 -0
  1226. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1227. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1228. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1229. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/py38.py +0 -11
  1230. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/py39.py +0 -10
  1231. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/functional.py +0 -81
  1232. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/__init__.py +0 -0
  1233. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/__pycache__/__init__.cpython-312.pyc +0 -0
  1234. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/__pycache__/adapters.cpython-312.pyc +0 -0
  1235. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/adapters.py +0 -95
  1236. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/py.typed +0 -0
  1237. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/readers.py +0 -194
  1238. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/simple.py +0 -106
  1239. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/INSTALLER +0 -1
  1240. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/LICENSE +0 -202
  1241. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA +0 -100
  1242. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD +0 -89
  1243. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/REQUESTED +0 -0
  1244. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/WHEEL +0 -5
  1245. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt +0 -1
  1246. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py +0 -3986
  1247. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc +0 -0
  1248. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__init__.py +0 -0
  1249. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1250. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1251. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py +0 -7
  1252. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
  1253. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER +0 -1
  1254. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE +0 -17
  1255. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA +0 -591
  1256. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD +0 -13
  1257. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL +0 -5
  1258. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt +0 -1
  1259. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc +0 -0
  1260. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/context.py +0 -361
  1261. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py +0 -633
  1262. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +0 -125
  1263. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc +0 -0
  1264. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
  1265. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt +0 -2
  1266. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py +0 -624
  1267. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc +0 -0
  1268. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc +0 -0
  1269. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc +0 -0
  1270. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc +0 -0
  1271. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc +0 -0
  1272. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc +0 -0
  1273. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/layouts.py +0 -25
  1274. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py +0 -33
  1275. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py +0 -21
  1276. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py +0 -6
  1277. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py +0 -6
  1278. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER +0 -1
  1279. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE +0 -17
  1280. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA +0 -75
  1281. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD +0 -8
  1282. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL +0 -5
  1283. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt +0 -1
  1284. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER +0 -1
  1285. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE +0 -17
  1286. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA +0 -64
  1287. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD +0 -10
  1288. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL +0 -5
  1289. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt +0 -1
  1290. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER +0 -1
  1291. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE +0 -17
  1292. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA +0 -95
  1293. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD +0 -20
  1294. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED +0 -0
  1295. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL +0 -5
  1296. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt +0 -1
  1297. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py +0 -6
  1298. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +0 -2
  1299. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc +0 -0
  1300. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc +0 -0
  1301. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc +0 -0
  1302. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.py +0 -4806
  1303. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi +0 -709
  1304. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
  1305. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py +0 -1046
  1306. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +0 -136
  1307. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER +0 -1
  1308. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE +0 -19
  1309. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA +0 -266
  1310. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD +0 -16
  1311. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED +0 -0
  1312. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL +0 -4
  1313. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py +0 -15
  1314. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1315. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1316. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1317. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1318. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1319. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1320. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1321. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1322. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  1323. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1324. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1325. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1326. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1327. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1328. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_elffile.py +0 -110
  1329. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py +0 -262
  1330. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py +0 -85
  1331. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py +0 -354
  1332. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py +0 -61
  1333. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py +0 -194
  1334. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py +0 -325
  1335. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py +0 -804
  1336. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
  1337. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py +0 -91
  1338. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py +0 -1009
  1339. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py +0 -568
  1340. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py +0 -174
  1341. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py +0 -563
  1342. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/INSTALLER +0 -1
  1343. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE +0 -3
  1344. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.APACHE +0 -177
  1345. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.BSD +0 -23
  1346. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/METADATA +0 -102
  1347. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/RECORD +0 -37
  1348. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/REQUESTED +0 -0
  1349. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/WHEEL +0 -4
  1350. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py +0 -627
  1351. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py +0 -55
  1352. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  1353. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  1354. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  1355. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  1356. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  1357. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  1358. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  1359. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  1360. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py +0 -249
  1361. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py +0 -292
  1362. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py +0 -130
  1363. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
  1364. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py +0 -275
  1365. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py +0 -16
  1366. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py +0 -272
  1367. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER +0 -1
  1368. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA +0 -319
  1369. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD +0 -23
  1370. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED +0 -0
  1371. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL +0 -4
  1372. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE +0 -21
  1373. package/env/lib/python3.12/site-packages/setuptools/_vendor/ruff.toml +0 -1
  1374. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py +0 -11
  1375. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  1376. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  1377. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  1378. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  1379. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_parser.py +0 -691
  1380. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py +0 -107
  1381. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py +0 -10
  1382. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed +0 -1
  1383. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER +0 -1
  1384. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE +0 -21
  1385. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA +0 -206
  1386. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD +0 -15
  1387. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED +0 -0
  1388. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL +0 -4
  1389. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py +0 -48
  1390. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc +0 -0
  1391. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-312.pyc +0 -0
  1392. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc +0 -0
  1393. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc +0 -0
  1394. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-312.pyc +0 -0
  1395. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc +0 -0
  1396. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc +0 -0
  1397. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-312.pyc +0 -0
  1398. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc +0 -0
  1399. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc +0 -0
  1400. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc +0 -0
  1401. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc +0 -0
  1402. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc +0 -0
  1403. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py +0 -993
  1404. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py +0 -108
  1405. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py +0 -235
  1406. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py +0 -42
  1407. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py +0 -308
  1408. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py +0 -213
  1409. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py +0 -48
  1410. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py +0 -127
  1411. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py +0 -86
  1412. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py +0 -1229
  1413. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py +0 -55
  1414. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py +0 -173
  1415. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
  1416. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER +0 -1
  1417. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE +0 -19
  1418. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA +0 -81
  1419. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD +0 -34
  1420. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL +0 -5
  1421. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt +0 -2
  1422. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt +0 -1
  1423. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER +0 -1
  1424. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE +0 -279
  1425. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA +0 -67
  1426. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD +0 -7
  1427. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL +0 -4
  1428. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py +0 -3641
  1429. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py +0 -3
  1430. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py +0 -23
  1431. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc +0 -0
  1432. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc +0 -0
  1433. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-312.pyc +0 -0
  1434. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
  1435. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-312.pyc +0 -0
  1436. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc +0 -0
  1437. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc +0 -0
  1438. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc +0 -0
  1439. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py +0 -26
  1440. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py +0 -595
  1441. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py +0 -155
  1442. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  1443. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc +0 -0
  1444. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc +0 -0
  1445. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc +0 -0
  1446. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc +0 -0
  1447. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py +0 -273
  1448. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py +0 -85
  1449. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py +0 -139
  1450. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py +0 -30
  1451. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py +0 -469
  1452. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py +0 -180
  1453. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py +0 -26
  1454. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__init__.py +0 -0
  1455. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc +0 -0
  1456. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py +0 -0
  1457. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1458. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1459. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1460. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1461. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1462. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1463. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1464. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1465. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1466. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1467. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1468. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1469. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1470. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py +0 -108
  1471. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py +0 -260
  1472. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py +0 -83
  1473. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py +0 -356
  1474. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py +0 -61
  1475. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py +0 -192
  1476. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py +0 -253
  1477. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py +0 -90
  1478. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py +0 -1011
  1479. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py +0 -571
  1480. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py +0 -172
  1481. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py +0 -561
  1482. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt +0 -1
  1483. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py +0 -196
  1484. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/INSTALLER +0 -1
  1485. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/LICENSE.txt +0 -21
  1486. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA +0 -61
  1487. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD +0 -63
  1488. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/REQUESTED +0 -0
  1489. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/WHEEL +0 -4
  1490. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/entry_points.txt +0 -6
  1491. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py +0 -501
  1492. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc +0 -0
  1493. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc +0 -0
  1494. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__init__.py +0 -0
  1495. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1496. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc +0 -0
  1497. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/py310.py +0 -11
  1498. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py +0 -106
  1499. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER +0 -1
  1500. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE +0 -17
  1501. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA +0 -102
  1502. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD +0 -15
  1503. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED +0 -0
  1504. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL +0 -5
  1505. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt +0 -1
  1506. package/env/lib/python3.12/site-packages/setuptools/archive_util.py +0 -217
  1507. package/env/lib/python3.12/site-packages/setuptools/build_meta.py +0 -529
  1508. package/env/lib/python3.12/site-packages/setuptools/cli-32.exe +0 -0
  1509. package/env/lib/python3.12/site-packages/setuptools/cli-64.exe +0 -0
  1510. package/env/lib/python3.12/site-packages/setuptools/cli-arm64.exe +0 -0
  1511. package/env/lib/python3.12/site-packages/setuptools/cli.exe +0 -0
  1512. package/env/lib/python3.12/site-packages/setuptools/command/__init__.py +0 -13
  1513. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc +0 -0
  1514. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc +0 -0
  1515. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc +0 -0
  1516. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc +0 -0
  1517. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
  1518. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
  1519. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc +0 -0
  1520. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc +0 -0
  1521. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build_ext.cpython-312.pyc +0 -0
  1522. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build_py.cpython-312.pyc +0 -0
  1523. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/develop.cpython-312.pyc +0 -0
  1524. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc +0 -0
  1525. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc +0 -0
  1526. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc +0 -0
  1527. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc +0 -0
  1528. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install.cpython-312.pyc +0 -0
  1529. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
  1530. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install_lib.cpython-312.pyc +0 -0
  1531. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
  1532. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/register.cpython-312.pyc +0 -0
  1533. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/rotate.cpython-312.pyc +0 -0
  1534. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc +0 -0
  1535. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc +0 -0
  1536. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/setopt.cpython-312.pyc +0 -0
  1537. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/test.cpython-312.pyc +0 -0
  1538. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/upload.cpython-312.pyc +0 -0
  1539. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/upload_docs.cpython-312.pyc +0 -0
  1540. package/env/lib/python3.12/site-packages/setuptools/command/_requirestxt.py +0 -131
  1541. package/env/lib/python3.12/site-packages/setuptools/command/alias.py +0 -78
  1542. package/env/lib/python3.12/site-packages/setuptools/command/bdist_egg.py +0 -465
  1543. package/env/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py +0 -42
  1544. package/env/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py +0 -621
  1545. package/env/lib/python3.12/site-packages/setuptools/command/build.py +0 -129
  1546. package/env/lib/python3.12/site-packages/setuptools/command/build_clib.py +0 -108
  1547. package/env/lib/python3.12/site-packages/setuptools/command/build_ext.py +0 -462
  1548. package/env/lib/python3.12/site-packages/setuptools/command/build_py.py +0 -404
  1549. package/env/lib/python3.12/site-packages/setuptools/command/develop.py +0 -195
  1550. package/env/lib/python3.12/site-packages/setuptools/command/dist_info.py +0 -107
  1551. package/env/lib/python3.12/site-packages/setuptools/command/easy_install.py +0 -2364
  1552. package/env/lib/python3.12/site-packages/setuptools/command/editable_wheel.py +0 -899
  1553. package/env/lib/python3.12/site-packages/setuptools/command/egg_info.py +0 -727
  1554. package/env/lib/python3.12/site-packages/setuptools/command/install.py +0 -165
  1555. package/env/lib/python3.12/site-packages/setuptools/command/install_egg_info.py +0 -58
  1556. package/env/lib/python3.12/site-packages/setuptools/command/install_lib.py +0 -134
  1557. package/env/lib/python3.12/site-packages/setuptools/command/install_scripts.py +0 -73
  1558. package/env/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml +0 -15
  1559. package/env/lib/python3.12/site-packages/setuptools/command/register.py +0 -22
  1560. package/env/lib/python3.12/site-packages/setuptools/command/rotate.py +0 -65
  1561. package/env/lib/python3.12/site-packages/setuptools/command/saveopts.py +0 -21
  1562. package/env/lib/python3.12/site-packages/setuptools/command/sdist.py +0 -207
  1563. package/env/lib/python3.12/site-packages/setuptools/command/setopt.py +0 -141
  1564. package/env/lib/python3.12/site-packages/setuptools/command/test.py +0 -42
  1565. package/env/lib/python3.12/site-packages/setuptools/command/upload.py +0 -20
  1566. package/env/lib/python3.12/site-packages/setuptools/command/upload_docs.py +0 -221
  1567. package/env/lib/python3.12/site-packages/setuptools/compat/__init__.py +0 -0
  1568. package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1569. package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/py310.cpython-312.pyc +0 -0
  1570. package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/py311.cpython-312.pyc +0 -0
  1571. package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1572. package/env/lib/python3.12/site-packages/setuptools/compat/py310.py +0 -9
  1573. package/env/lib/python3.12/site-packages/setuptools/compat/py311.py +0 -27
  1574. package/env/lib/python3.12/site-packages/setuptools/compat/py39.py +0 -9
  1575. package/env/lib/python3.12/site-packages/setuptools/config/NOTICE +0 -10
  1576. package/env/lib/python3.12/site-packages/setuptools/config/__init__.py +0 -43
  1577. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc +0 -0
  1578. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc +0 -0
  1579. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/expand.cpython-312.pyc +0 -0
  1580. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-312.pyc +0 -0
  1581. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/setupcfg.cpython-312.pyc +0 -0
  1582. package/env/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py +0 -439
  1583. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE +0 -438
  1584. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py +0 -34
  1585. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc +0 -0
  1586. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc +0 -0
  1587. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc +0 -0
  1588. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc +0 -0
  1589. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc +0 -0
  1590. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc +0 -0
  1591. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py +0 -336
  1592. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +0 -52
  1593. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +0 -51
  1594. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +0 -1104
  1595. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py +0 -375
  1596. package/env/lib/python3.12/site-packages/setuptools/config/distutils.schema.json +0 -26
  1597. package/env/lib/python3.12/site-packages/setuptools/config/expand.py +0 -436
  1598. package/env/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py +0 -453
  1599. package/env/lib/python3.12/site-packages/setuptools/config/setupcfg.py +0 -777
  1600. package/env/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json +0 -352
  1601. package/env/lib/python3.12/site-packages/setuptools/depends.py +0 -166
  1602. package/env/lib/python3.12/site-packages/setuptools/discovery.py +0 -607
  1603. package/env/lib/python3.12/site-packages/setuptools/dist.py +0 -953
  1604. package/env/lib/python3.12/site-packages/setuptools/errors.py +0 -65
  1605. package/env/lib/python3.12/site-packages/setuptools/extension.py +0 -163
  1606. package/env/lib/python3.12/site-packages/setuptools/glob.py +0 -165
  1607. package/env/lib/python3.12/site-packages/setuptools/gui-32.exe +0 -0
  1608. package/env/lib/python3.12/site-packages/setuptools/gui-64.exe +0 -0
  1609. package/env/lib/python3.12/site-packages/setuptools/gui-arm64.exe +0 -0
  1610. package/env/lib/python3.12/site-packages/setuptools/gui.exe +0 -0
  1611. package/env/lib/python3.12/site-packages/setuptools/installer.py +0 -145
  1612. package/env/lib/python3.12/site-packages/setuptools/launch.py +0 -36
  1613. package/env/lib/python3.12/site-packages/setuptools/logging.py +0 -40
  1614. package/env/lib/python3.12/site-packages/setuptools/modified.py +0 -8
  1615. package/env/lib/python3.12/site-packages/setuptools/monkey.py +0 -156
  1616. package/env/lib/python3.12/site-packages/setuptools/msvc.py +0 -1748
  1617. package/env/lib/python3.12/site-packages/setuptools/namespaces.py +0 -105
  1618. package/env/lib/python3.12/site-packages/setuptools/package_index.py +0 -1148
  1619. package/env/lib/python3.12/site-packages/setuptools/sandbox.py +0 -514
  1620. package/env/lib/python3.12/site-packages/setuptools/script (dev).tmpl +0 -6
  1621. package/env/lib/python3.12/site-packages/setuptools/script.tmpl +0 -3
  1622. package/env/lib/python3.12/site-packages/setuptools/unicode_utils.py +0 -102
  1623. package/env/lib/python3.12/site-packages/setuptools/version.py +0 -6
  1624. package/env/lib/python3.12/site-packages/setuptools/warnings.py +0 -107
  1625. package/env/lib/python3.12/site-packages/setuptools/wheel.py +0 -236
  1626. package/env/lib/python3.12/site-packages/setuptools/windows_support.py +0 -30
  1627. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/INSTALLER +0 -1
  1628. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/LICENSE +0 -17
  1629. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/METADATA +0 -136
  1630. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/RECORD +0 -1007
  1631. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/REQUESTED +0 -0
  1632. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/WHEEL +0 -5
  1633. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/entry_points.txt +0 -52
  1634. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/top_level.txt +0 -3
  1635. package/env/pyvenv.cfg +0 -5
@@ -1,1255 +0,0 @@
1
- """distutils.ccompiler
2
-
3
- Contains CCompiler, an abstract base class that defines the interface
4
- for the Distutils compiler abstraction model."""
5
-
6
- import os
7
- import re
8
- import sys
9
- import types
10
- import warnings
11
-
12
- from ._itertools import always_iterable
13
- from ._log import log
14
- from ._modified import newer_group
15
- from .dir_util import mkpath
16
- from .errors import (
17
- CompileError,
18
- DistutilsModuleError,
19
- DistutilsPlatformError,
20
- LinkError,
21
- UnknownFileError,
22
- )
23
- from .file_util import move_file
24
- from .spawn import spawn
25
- from .util import execute, is_mingw, split_quoted
26
-
27
-
28
- class CCompiler:
29
- """Abstract base class to define the interface that must be implemented
30
- by real compiler classes. Also has some utility methods used by
31
- several compiler classes.
32
-
33
- The basic idea behind a compiler abstraction class is that each
34
- instance can be used for all the compile/link steps in building a
35
- single project. Thus, attributes common to all of those compile and
36
- link steps -- include directories, macros to define, libraries to link
37
- against, etc. -- are attributes of the compiler instance. To allow for
38
- variability in how individual files are treated, most of those
39
- attributes may be varied on a per-compilation or per-link basis.
40
- """
41
-
42
- # 'compiler_type' is a class attribute that identifies this class. It
43
- # keeps code that wants to know what kind of compiler it's dealing with
44
- # from having to import all possible compiler classes just to do an
45
- # 'isinstance'. In concrete CCompiler subclasses, 'compiler_type'
46
- # should really, really be one of the keys of the 'compiler_class'
47
- # dictionary (see below -- used by the 'new_compiler()' factory
48
- # function) -- authors of new compiler interface classes are
49
- # responsible for updating 'compiler_class'!
50
- compiler_type = None
51
-
52
- # XXX things not handled by this compiler abstraction model:
53
- # * client can't provide additional options for a compiler,
54
- # e.g. warning, optimization, debugging flags. Perhaps this
55
- # should be the domain of concrete compiler abstraction classes
56
- # (UnixCCompiler, MSVCCompiler, etc.) -- or perhaps the base
57
- # class should have methods for the common ones.
58
- # * can't completely override the include or library searchg
59
- # path, ie. no "cc -I -Idir1 -Idir2" or "cc -L -Ldir1 -Ldir2".
60
- # I'm not sure how widely supported this is even by Unix
61
- # compilers, much less on other platforms. And I'm even less
62
- # sure how useful it is; maybe for cross-compiling, but
63
- # support for that is a ways off. (And anyways, cross
64
- # compilers probably have a dedicated binary with the
65
- # right paths compiled in. I hope.)
66
- # * can't do really freaky things with the library list/library
67
- # dirs, e.g. "-Ldir1 -lfoo -Ldir2 -lfoo" to link against
68
- # different versions of libfoo.a in different locations. I
69
- # think this is useless without the ability to null out the
70
- # library search path anyways.
71
-
72
- # Subclasses that rely on the standard filename generation methods
73
- # implemented below should override these; see the comment near
74
- # those methods ('object_filenames()' et. al.) for details:
75
- src_extensions = None # list of strings
76
- obj_extension = None # string
77
- static_lib_extension = None
78
- shared_lib_extension = None # string
79
- static_lib_format = None # format string
80
- shared_lib_format = None # prob. same as static_lib_format
81
- exe_extension = None # string
82
-
83
- # Default language settings. language_map is used to detect a source
84
- # file or Extension target language, checking source filenames.
85
- # language_order is used to detect the language precedence, when deciding
86
- # what language to use when mixing source types. For example, if some
87
- # extension has two files with ".c" extension, and one with ".cpp", it
88
- # is still linked as c++.
89
- language_map = {
90
- ".c": "c",
91
- ".cc": "c++",
92
- ".cpp": "c++",
93
- ".cxx": "c++",
94
- ".m": "objc",
95
- }
96
- language_order = ["c++", "objc", "c"]
97
-
98
- include_dirs = []
99
- """
100
- include dirs specific to this compiler class
101
- """
102
-
103
- library_dirs = []
104
- """
105
- library dirs specific to this compiler class
106
- """
107
-
108
- def __init__(self, verbose=False, dry_run=False, force=False):
109
- self.dry_run = dry_run
110
- self.force = force
111
- self.verbose = verbose
112
-
113
- # 'output_dir': a common output directory for object, library,
114
- # shared object, and shared library files
115
- self.output_dir = None
116
-
117
- # 'macros': a list of macro definitions (or undefinitions). A
118
- # macro definition is a 2-tuple (name, value), where the value is
119
- # either a string or None (no explicit value). A macro
120
- # undefinition is a 1-tuple (name,).
121
- self.macros = []
122
-
123
- # 'include_dirs': a list of directories to search for include files
124
- self.include_dirs = []
125
-
126
- # 'libraries': a list of libraries to include in any link
127
- # (library names, not filenames: eg. "foo" not "libfoo.a")
128
- self.libraries = []
129
-
130
- # 'library_dirs': a list of directories to search for libraries
131
- self.library_dirs = []
132
-
133
- # 'runtime_library_dirs': a list of directories to search for
134
- # shared libraries/objects at runtime
135
- self.runtime_library_dirs = []
136
-
137
- # 'objects': a list of object files (or similar, such as explicitly
138
- # named library files) to include on any link
139
- self.objects = []
140
-
141
- for key in self.executables.keys():
142
- self.set_executable(key, self.executables[key])
143
-
144
- def set_executables(self, **kwargs):
145
- """Define the executables (and options for them) that will be run
146
- to perform the various stages of compilation. The exact set of
147
- executables that may be specified here depends on the compiler
148
- class (via the 'executables' class attribute), but most will have:
149
- compiler the C/C++ compiler
150
- linker_so linker used to create shared objects and libraries
151
- linker_exe linker used to create binary executables
152
- archiver static library creator
153
-
154
- On platforms with a command-line (Unix, DOS/Windows), each of these
155
- is a string that will be split into executable name and (optional)
156
- list of arguments. (Splitting the string is done similarly to how
157
- Unix shells operate: words are delimited by spaces, but quotes and
158
- backslashes can override this. See
159
- 'distutils.util.split_quoted()'.)
160
- """
161
-
162
- # Note that some CCompiler implementation classes will define class
163
- # attributes 'cpp', 'cc', etc. with hard-coded executable names;
164
- # this is appropriate when a compiler class is for exactly one
165
- # compiler/OS combination (eg. MSVCCompiler). Other compiler
166
- # classes (UnixCCompiler, in particular) are driven by information
167
- # discovered at run-time, since there are many different ways to do
168
- # basically the same things with Unix C compilers.
169
-
170
- for key in kwargs:
171
- if key not in self.executables:
172
- raise ValueError(
173
- f"unknown executable '{key}' for class {self.__class__.__name__}"
174
- )
175
- self.set_executable(key, kwargs[key])
176
-
177
- def set_executable(self, key, value):
178
- if isinstance(value, str):
179
- setattr(self, key, split_quoted(value))
180
- else:
181
- setattr(self, key, value)
182
-
183
- def _find_macro(self, name):
184
- i = 0
185
- for defn in self.macros:
186
- if defn[0] == name:
187
- return i
188
- i += 1
189
- return None
190
-
191
- def _check_macro_definitions(self, definitions):
192
- """Ensure that every element of 'definitions' is valid."""
193
- for defn in definitions:
194
- self._check_macro_definition(*defn)
195
-
196
- def _check_macro_definition(self, defn):
197
- """
198
- Raise a TypeError if defn is not valid.
199
-
200
- A valid definition is either a (name, value) 2-tuple or a (name,) tuple.
201
- """
202
- if not isinstance(defn, tuple) or not self._is_valid_macro(*defn):
203
- raise TypeError(
204
- f"invalid macro definition '{defn}': "
205
- "must be tuple (string,), (string, string), or (string, None)"
206
- )
207
-
208
- @staticmethod
209
- def _is_valid_macro(name, value=None):
210
- """
211
- A valid macro is a ``name : str`` and a ``value : str | None``.
212
- """
213
- return isinstance(name, str) and isinstance(value, (str, types.NoneType))
214
-
215
- # -- Bookkeeping methods -------------------------------------------
216
-
217
- def define_macro(self, name, value=None):
218
- """Define a preprocessor macro for all compilations driven by this
219
- compiler object. The optional parameter 'value' should be a
220
- string; if it is not supplied, then the macro will be defined
221
- without an explicit value and the exact outcome depends on the
222
- compiler used (XXX true? does ANSI say anything about this?)
223
- """
224
- # Delete from the list of macro definitions/undefinitions if
225
- # already there (so that this one will take precedence).
226
- i = self._find_macro(name)
227
- if i is not None:
228
- del self.macros[i]
229
-
230
- self.macros.append((name, value))
231
-
232
- def undefine_macro(self, name):
233
- """Undefine a preprocessor macro for all compilations driven by
234
- this compiler object. If the same macro is defined by
235
- 'define_macro()' and undefined by 'undefine_macro()' the last call
236
- takes precedence (including multiple redefinitions or
237
- undefinitions). If the macro is redefined/undefined on a
238
- per-compilation basis (ie. in the call to 'compile()'), then that
239
- takes precedence.
240
- """
241
- # Delete from the list of macro definitions/undefinitions if
242
- # already there (so that this one will take precedence).
243
- i = self._find_macro(name)
244
- if i is not None:
245
- del self.macros[i]
246
-
247
- undefn = (name,)
248
- self.macros.append(undefn)
249
-
250
- def add_include_dir(self, dir):
251
- """Add 'dir' to the list of directories that will be searched for
252
- header files. The compiler is instructed to search directories in
253
- the order in which they are supplied by successive calls to
254
- 'add_include_dir()'.
255
- """
256
- self.include_dirs.append(dir)
257
-
258
- def set_include_dirs(self, dirs):
259
- """Set the list of directories that will be searched to 'dirs' (a
260
- list of strings). Overrides any preceding calls to
261
- 'add_include_dir()'; subsequence calls to 'add_include_dir()' add
262
- to the list passed to 'set_include_dirs()'. This does not affect
263
- any list of standard include directories that the compiler may
264
- search by default.
265
- """
266
- self.include_dirs = dirs[:]
267
-
268
- def add_library(self, libname):
269
- """Add 'libname' to the list of libraries that will be included in
270
- all links driven by this compiler object. Note that 'libname'
271
- should *not* be the name of a file containing a library, but the
272
- name of the library itself: the actual filename will be inferred by
273
- the linker, the compiler, or the compiler class (depending on the
274
- platform).
275
-
276
- The linker will be instructed to link against libraries in the
277
- order they were supplied to 'add_library()' and/or
278
- 'set_libraries()'. It is perfectly valid to duplicate library
279
- names; the linker will be instructed to link against libraries as
280
- many times as they are mentioned.
281
- """
282
- self.libraries.append(libname)
283
-
284
- def set_libraries(self, libnames):
285
- """Set the list of libraries to be included in all links driven by
286
- this compiler object to 'libnames' (a list of strings). This does
287
- not affect any standard system libraries that the linker may
288
- include by default.
289
- """
290
- self.libraries = libnames[:]
291
-
292
- def add_library_dir(self, dir):
293
- """Add 'dir' to the list of directories that will be searched for
294
- libraries specified to 'add_library()' and 'set_libraries()'. The
295
- linker will be instructed to search for libraries in the order they
296
- are supplied to 'add_library_dir()' and/or 'set_library_dirs()'.
297
- """
298
- self.library_dirs.append(dir)
299
-
300
- def set_library_dirs(self, dirs):
301
- """Set the list of library search directories to 'dirs' (a list of
302
- strings). This does not affect any standard library search path
303
- that the linker may search by default.
304
- """
305
- self.library_dirs = dirs[:]
306
-
307
- def add_runtime_library_dir(self, dir):
308
- """Add 'dir' to the list of directories that will be searched for
309
- shared libraries at runtime.
310
- """
311
- self.runtime_library_dirs.append(dir)
312
-
313
- def set_runtime_library_dirs(self, dirs):
314
- """Set the list of directories to search for shared libraries at
315
- runtime to 'dirs' (a list of strings). This does not affect any
316
- standard search path that the runtime linker may search by
317
- default.
318
- """
319
- self.runtime_library_dirs = dirs[:]
320
-
321
- def add_link_object(self, object):
322
- """Add 'object' to the list of object files (or analogues, such as
323
- explicitly named library files or the output of "resource
324
- compilers") to be included in every link driven by this compiler
325
- object.
326
- """
327
- self.objects.append(object)
328
-
329
- def set_link_objects(self, objects):
330
- """Set the list of object files (or analogues) to be included in
331
- every link to 'objects'. This does not affect any standard object
332
- files that the linker may include by default (such as system
333
- libraries).
334
- """
335
- self.objects = objects[:]
336
-
337
- # -- Private utility methods --------------------------------------
338
- # (here for the convenience of subclasses)
339
-
340
- # Helper method to prep compiler in subclass compile() methods
341
-
342
- def _setup_compile(self, outdir, macros, incdirs, sources, depends, extra):
343
- """Process arguments and decide which source files to compile."""
344
- outdir, macros, incdirs = self._fix_compile_args(outdir, macros, incdirs)
345
-
346
- if extra is None:
347
- extra = []
348
-
349
- # Get the list of expected output (object) files
350
- objects = self.object_filenames(sources, strip_dir=False, output_dir=outdir)
351
- assert len(objects) == len(sources)
352
-
353
- pp_opts = gen_preprocess_options(macros, incdirs)
354
-
355
- build = {}
356
- for i in range(len(sources)):
357
- src = sources[i]
358
- obj = objects[i]
359
- ext = os.path.splitext(src)[1]
360
- self.mkpath(os.path.dirname(obj))
361
- build[obj] = (src, ext)
362
-
363
- return macros, objects, extra, pp_opts, build
364
-
365
- def _get_cc_args(self, pp_opts, debug, before):
366
- # works for unixccompiler, cygwinccompiler
367
- cc_args = pp_opts + ['-c']
368
- if debug:
369
- cc_args[:0] = ['-g']
370
- if before:
371
- cc_args[:0] = before
372
- return cc_args
373
-
374
- def _fix_compile_args(self, output_dir, macros, include_dirs):
375
- """Typecheck and fix-up some of the arguments to the 'compile()'
376
- method, and return fixed-up values. Specifically: if 'output_dir'
377
- is None, replaces it with 'self.output_dir'; ensures that 'macros'
378
- is a list, and augments it with 'self.macros'; ensures that
379
- 'include_dirs' is a list, and augments it with 'self.include_dirs'.
380
- Guarantees that the returned values are of the correct type,
381
- i.e. for 'output_dir' either string or None, and for 'macros' and
382
- 'include_dirs' either list or None.
383
- """
384
- if output_dir is None:
385
- output_dir = self.output_dir
386
- elif not isinstance(output_dir, str):
387
- raise TypeError("'output_dir' must be a string or None")
388
-
389
- if macros is None:
390
- macros = list(self.macros)
391
- elif isinstance(macros, list):
392
- macros = macros + (self.macros or [])
393
- else:
394
- raise TypeError("'macros' (if supplied) must be a list of tuples")
395
-
396
- if include_dirs is None:
397
- include_dirs = list(self.include_dirs)
398
- elif isinstance(include_dirs, (list, tuple)):
399
- include_dirs = list(include_dirs) + (self.include_dirs or [])
400
- else:
401
- raise TypeError("'include_dirs' (if supplied) must be a list of strings")
402
-
403
- # add include dirs for class
404
- include_dirs += self.__class__.include_dirs
405
-
406
- return output_dir, macros, include_dirs
407
-
408
- def _prep_compile(self, sources, output_dir, depends=None):
409
- """Decide which source files must be recompiled.
410
-
411
- Determine the list of object files corresponding to 'sources',
412
- and figure out which ones really need to be recompiled.
413
- Return a list of all object files and a dictionary telling
414
- which source files can be skipped.
415
- """
416
- # Get the list of expected output (object) files
417
- objects = self.object_filenames(sources, output_dir=output_dir)
418
- assert len(objects) == len(sources)
419
-
420
- # Return an empty dict for the "which source files can be skipped"
421
- # return value to preserve API compatibility.
422
- return objects, {}
423
-
424
- def _fix_object_args(self, objects, output_dir):
425
- """Typecheck and fix up some arguments supplied to various methods.
426
- Specifically: ensure that 'objects' is a list; if output_dir is
427
- None, replace with self.output_dir. Return fixed versions of
428
- 'objects' and 'output_dir'.
429
- """
430
- if not isinstance(objects, (list, tuple)):
431
- raise TypeError("'objects' must be a list or tuple of strings")
432
- objects = list(objects)
433
-
434
- if output_dir is None:
435
- output_dir = self.output_dir
436
- elif not isinstance(output_dir, str):
437
- raise TypeError("'output_dir' must be a string or None")
438
-
439
- return (objects, output_dir)
440
-
441
- def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs):
442
- """Typecheck and fix up some of the arguments supplied to the
443
- 'link_*' methods. Specifically: ensure that all arguments are
444
- lists, and augment them with their permanent versions
445
- (eg. 'self.libraries' augments 'libraries'). Return a tuple with
446
- fixed versions of all arguments.
447
- """
448
- if libraries is None:
449
- libraries = list(self.libraries)
450
- elif isinstance(libraries, (list, tuple)):
451
- libraries = list(libraries) + (self.libraries or [])
452
- else:
453
- raise TypeError("'libraries' (if supplied) must be a list of strings")
454
-
455
- if library_dirs is None:
456
- library_dirs = list(self.library_dirs)
457
- elif isinstance(library_dirs, (list, tuple)):
458
- library_dirs = list(library_dirs) + (self.library_dirs or [])
459
- else:
460
- raise TypeError("'library_dirs' (if supplied) must be a list of strings")
461
-
462
- # add library dirs for class
463
- library_dirs += self.__class__.library_dirs
464
-
465
- if runtime_library_dirs is None:
466
- runtime_library_dirs = list(self.runtime_library_dirs)
467
- elif isinstance(runtime_library_dirs, (list, tuple)):
468
- runtime_library_dirs = list(runtime_library_dirs) + (
469
- self.runtime_library_dirs or []
470
- )
471
- else:
472
- raise TypeError(
473
- "'runtime_library_dirs' (if supplied) must be a list of strings"
474
- )
475
-
476
- return (libraries, library_dirs, runtime_library_dirs)
477
-
478
- def _need_link(self, objects, output_file):
479
- """Return true if we need to relink the files listed in 'objects'
480
- to recreate 'output_file'.
481
- """
482
- if self.force:
483
- return True
484
- else:
485
- if self.dry_run:
486
- newer = newer_group(objects, output_file, missing='newer')
487
- else:
488
- newer = newer_group(objects, output_file)
489
- return newer
490
-
491
- def detect_language(self, sources):
492
- """Detect the language of a given file, or list of files. Uses
493
- language_map, and language_order to do the job.
494
- """
495
- if not isinstance(sources, list):
496
- sources = [sources]
497
- lang = None
498
- index = len(self.language_order)
499
- for source in sources:
500
- base, ext = os.path.splitext(source)
501
- extlang = self.language_map.get(ext)
502
- try:
503
- extindex = self.language_order.index(extlang)
504
- if extindex < index:
505
- lang = extlang
506
- index = extindex
507
- except ValueError:
508
- pass
509
- return lang
510
-
511
- # -- Worker methods ------------------------------------------------
512
- # (must be implemented by subclasses)
513
-
514
- def preprocess(
515
- self,
516
- source,
517
- output_file=None,
518
- macros=None,
519
- include_dirs=None,
520
- extra_preargs=None,
521
- extra_postargs=None,
522
- ):
523
- """Preprocess a single C/C++ source file, named in 'source'.
524
- Output will be written to file named 'output_file', or stdout if
525
- 'output_file' not supplied. 'macros' is a list of macro
526
- definitions as for 'compile()', which will augment the macros set
527
- with 'define_macro()' and 'undefine_macro()'. 'include_dirs' is a
528
- list of directory names that will be added to the default list.
529
-
530
- Raises PreprocessError on failure.
531
- """
532
- pass
533
-
534
- def compile(
535
- self,
536
- sources,
537
- output_dir=None,
538
- macros=None,
539
- include_dirs=None,
540
- debug=False,
541
- extra_preargs=None,
542
- extra_postargs=None,
543
- depends=None,
544
- ):
545
- """Compile one or more source files.
546
-
547
- 'sources' must be a list of filenames, most likely C/C++
548
- files, but in reality anything that can be handled by a
549
- particular compiler and compiler class (eg. MSVCCompiler can
550
- handle resource files in 'sources'). Return a list of object
551
- filenames, one per source filename in 'sources'. Depending on
552
- the implementation, not all source files will necessarily be
553
- compiled, but all corresponding object filenames will be
554
- returned.
555
-
556
- If 'output_dir' is given, object files will be put under it, while
557
- retaining their original path component. That is, "foo/bar.c"
558
- normally compiles to "foo/bar.o" (for a Unix implementation); if
559
- 'output_dir' is "build", then it would compile to
560
- "build/foo/bar.o".
561
-
562
- 'macros', if given, must be a list of macro definitions. A macro
563
- definition is either a (name, value) 2-tuple or a (name,) 1-tuple.
564
- The former defines a macro; if the value is None, the macro is
565
- defined without an explicit value. The 1-tuple case undefines a
566
- macro. Later definitions/redefinitions/ undefinitions take
567
- precedence.
568
-
569
- 'include_dirs', if given, must be a list of strings, the
570
- directories to add to the default include file search path for this
571
- compilation only.
572
-
573
- 'debug' is a boolean; if true, the compiler will be instructed to
574
- output debug symbols in (or alongside) the object file(s).
575
-
576
- 'extra_preargs' and 'extra_postargs' are implementation- dependent.
577
- On platforms that have the notion of a command-line (e.g. Unix,
578
- DOS/Windows), they are most likely lists of strings: extra
579
- command-line arguments to prepend/append to the compiler command
580
- line. On other platforms, consult the implementation class
581
- documentation. In any event, they are intended as an escape hatch
582
- for those occasions when the abstract compiler framework doesn't
583
- cut the mustard.
584
-
585
- 'depends', if given, is a list of filenames that all targets
586
- depend on. If a source file is older than any file in
587
- depends, then the source file will be recompiled. This
588
- supports dependency tracking, but only at a coarse
589
- granularity.
590
-
591
- Raises CompileError on failure.
592
- """
593
- # A concrete compiler class can either override this method
594
- # entirely or implement _compile().
595
- macros, objects, extra_postargs, pp_opts, build = self._setup_compile(
596
- output_dir, macros, include_dirs, sources, depends, extra_postargs
597
- )
598
- cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
599
-
600
- for obj in objects:
601
- try:
602
- src, ext = build[obj]
603
- except KeyError:
604
- continue
605
- self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
606
-
607
- # Return *all* object filenames, not just the ones we just built.
608
- return objects
609
-
610
- def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
611
- """Compile 'src' to product 'obj'."""
612
- # A concrete compiler class that does not override compile()
613
- # should implement _compile().
614
- pass
615
-
616
- def create_static_lib(
617
- self, objects, output_libname, output_dir=None, debug=False, target_lang=None
618
- ):
619
- """Link a bunch of stuff together to create a static library file.
620
- The "bunch of stuff" consists of the list of object files supplied
621
- as 'objects', the extra object files supplied to
622
- 'add_link_object()' and/or 'set_link_objects()', the libraries
623
- supplied to 'add_library()' and/or 'set_libraries()', and the
624
- libraries supplied as 'libraries' (if any).
625
-
626
- 'output_libname' should be a library name, not a filename; the
627
- filename will be inferred from the library name. 'output_dir' is
628
- the directory where the library file will be put.
629
-
630
- 'debug' is a boolean; if true, debugging information will be
631
- included in the library (note that on most platforms, it is the
632
- compile step where this matters: the 'debug' flag is included here
633
- just for consistency).
634
-
635
- 'target_lang' is the target language for which the given objects
636
- are being compiled. This allows specific linkage time treatment of
637
- certain languages.
638
-
639
- Raises LibError on failure.
640
- """
641
- pass
642
-
643
- # values for target_desc parameter in link()
644
- SHARED_OBJECT = "shared_object"
645
- SHARED_LIBRARY = "shared_library"
646
- EXECUTABLE = "executable"
647
-
648
- def link(
649
- self,
650
- target_desc,
651
- objects,
652
- output_filename,
653
- output_dir=None,
654
- libraries=None,
655
- library_dirs=None,
656
- runtime_library_dirs=None,
657
- export_symbols=None,
658
- debug=False,
659
- extra_preargs=None,
660
- extra_postargs=None,
661
- build_temp=None,
662
- target_lang=None,
663
- ):
664
- """Link a bunch of stuff together to create an executable or
665
- shared library file.
666
-
667
- The "bunch of stuff" consists of the list of object files supplied
668
- as 'objects'. 'output_filename' should be a filename. If
669
- 'output_dir' is supplied, 'output_filename' is relative to it
670
- (i.e. 'output_filename' can provide directory components if
671
- needed).
672
-
673
- 'libraries' is a list of libraries to link against. These are
674
- library names, not filenames, since they're translated into
675
- filenames in a platform-specific way (eg. "foo" becomes "libfoo.a"
676
- on Unix and "foo.lib" on DOS/Windows). However, they can include a
677
- directory component, which means the linker will look in that
678
- specific directory rather than searching all the normal locations.
679
-
680
- 'library_dirs', if supplied, should be a list of directories to
681
- search for libraries that were specified as bare library names
682
- (ie. no directory component). These are on top of the system
683
- default and those supplied to 'add_library_dir()' and/or
684
- 'set_library_dirs()'. 'runtime_library_dirs' is a list of
685
- directories that will be embedded into the shared library and used
686
- to search for other shared libraries that *it* depends on at
687
- run-time. (This may only be relevant on Unix.)
688
-
689
- 'export_symbols' is a list of symbols that the shared library will
690
- export. (This appears to be relevant only on Windows.)
691
-
692
- 'debug' is as for 'compile()' and 'create_static_lib()', with the
693
- slight distinction that it actually matters on most platforms (as
694
- opposed to 'create_static_lib()', which includes a 'debug' flag
695
- mostly for form's sake).
696
-
697
- 'extra_preargs' and 'extra_postargs' are as for 'compile()' (except
698
- of course that they supply command-line arguments for the
699
- particular linker being used).
700
-
701
- 'target_lang' is the target language for which the given objects
702
- are being compiled. This allows specific linkage time treatment of
703
- certain languages.
704
-
705
- Raises LinkError on failure.
706
- """
707
- raise NotImplementedError
708
-
709
- # Old 'link_*()' methods, rewritten to use the new 'link()' method.
710
-
711
- def link_shared_lib(
712
- self,
713
- objects,
714
- output_libname,
715
- output_dir=None,
716
- libraries=None,
717
- library_dirs=None,
718
- runtime_library_dirs=None,
719
- export_symbols=None,
720
- debug=False,
721
- extra_preargs=None,
722
- extra_postargs=None,
723
- build_temp=None,
724
- target_lang=None,
725
- ):
726
- self.link(
727
- CCompiler.SHARED_LIBRARY,
728
- objects,
729
- self.library_filename(output_libname, lib_type='shared'),
730
- output_dir,
731
- libraries,
732
- library_dirs,
733
- runtime_library_dirs,
734
- export_symbols,
735
- debug,
736
- extra_preargs,
737
- extra_postargs,
738
- build_temp,
739
- target_lang,
740
- )
741
-
742
- def link_shared_object(
743
- self,
744
- objects,
745
- output_filename,
746
- output_dir=None,
747
- libraries=None,
748
- library_dirs=None,
749
- runtime_library_dirs=None,
750
- export_symbols=None,
751
- debug=False,
752
- extra_preargs=None,
753
- extra_postargs=None,
754
- build_temp=None,
755
- target_lang=None,
756
- ):
757
- self.link(
758
- CCompiler.SHARED_OBJECT,
759
- objects,
760
- output_filename,
761
- output_dir,
762
- libraries,
763
- library_dirs,
764
- runtime_library_dirs,
765
- export_symbols,
766
- debug,
767
- extra_preargs,
768
- extra_postargs,
769
- build_temp,
770
- target_lang,
771
- )
772
-
773
- def link_executable(
774
- self,
775
- objects,
776
- output_progname,
777
- output_dir=None,
778
- libraries=None,
779
- library_dirs=None,
780
- runtime_library_dirs=None,
781
- debug=False,
782
- extra_preargs=None,
783
- extra_postargs=None,
784
- target_lang=None,
785
- ):
786
- self.link(
787
- CCompiler.EXECUTABLE,
788
- objects,
789
- self.executable_filename(output_progname),
790
- output_dir,
791
- libraries,
792
- library_dirs,
793
- runtime_library_dirs,
794
- None,
795
- debug,
796
- extra_preargs,
797
- extra_postargs,
798
- None,
799
- target_lang,
800
- )
801
-
802
- # -- Miscellaneous methods -----------------------------------------
803
- # These are all used by the 'gen_lib_options() function; there is
804
- # no appropriate default implementation so subclasses should
805
- # implement all of these.
806
-
807
- def library_dir_option(self, dir):
808
- """Return the compiler option to add 'dir' to the list of
809
- directories searched for libraries.
810
- """
811
- raise NotImplementedError
812
-
813
- def runtime_library_dir_option(self, dir):
814
- """Return the compiler option to add 'dir' to the list of
815
- directories searched for runtime libraries.
816
- """
817
- raise NotImplementedError
818
-
819
- def library_option(self, lib):
820
- """Return the compiler option to add 'lib' to the list of libraries
821
- linked into the shared library or executable.
822
- """
823
- raise NotImplementedError
824
-
825
- def has_function( # noqa: C901
826
- self,
827
- funcname,
828
- includes=None,
829
- include_dirs=None,
830
- libraries=None,
831
- library_dirs=None,
832
- ):
833
- """Return a boolean indicating whether funcname is provided as
834
- a symbol on the current platform. The optional arguments can
835
- be used to augment the compilation environment.
836
-
837
- The libraries argument is a list of flags to be passed to the
838
- linker to make additional symbol definitions available for
839
- linking.
840
-
841
- The includes and include_dirs arguments are deprecated.
842
- Usually, supplying include files with function declarations
843
- will cause function detection to fail even in cases where the
844
- symbol is available for linking.
845
-
846
- """
847
- # this can't be included at module scope because it tries to
848
- # import math which might not be available at that point - maybe
849
- # the necessary logic should just be inlined?
850
- import tempfile
851
-
852
- if includes is None:
853
- includes = []
854
- else:
855
- warnings.warn("includes is deprecated", DeprecationWarning)
856
- if include_dirs is None:
857
- include_dirs = []
858
- else:
859
- warnings.warn("include_dirs is deprecated", DeprecationWarning)
860
- if libraries is None:
861
- libraries = []
862
- if library_dirs is None:
863
- library_dirs = []
864
- fd, fname = tempfile.mkstemp(".c", funcname, text=True)
865
- with os.fdopen(fd, "w", encoding='utf-8') as f:
866
- for incl in includes:
867
- f.write(f"""#include "{incl}"\n""")
868
- if not includes:
869
- # Use "char func(void);" as the prototype to follow
870
- # what autoconf does. This prototype does not match
871
- # any well-known function the compiler might recognize
872
- # as a builtin, so this ends up as a true link test.
873
- # Without a fake prototype, the test would need to
874
- # know the exact argument types, and the has_function
875
- # interface does not provide that level of information.
876
- f.write(
877
- f"""\
878
- #ifdef __cplusplus
879
- extern "C"
880
- #endif
881
- char {funcname}(void);
882
- """
883
- )
884
- f.write(
885
- f"""\
886
- int main (int argc, char **argv) {{
887
- {funcname}();
888
- return 0;
889
- }}
890
- """
891
- )
892
-
893
- try:
894
- objects = self.compile([fname], include_dirs=include_dirs)
895
- except CompileError:
896
- return False
897
- finally:
898
- os.remove(fname)
899
-
900
- try:
901
- self.link_executable(
902
- objects, "a.out", libraries=libraries, library_dirs=library_dirs
903
- )
904
- except (LinkError, TypeError):
905
- return False
906
- else:
907
- os.remove(
908
- self.executable_filename("a.out", output_dir=self.output_dir or '')
909
- )
910
- finally:
911
- for fn in objects:
912
- os.remove(fn)
913
- return True
914
-
915
- def find_library_file(self, dirs, lib, debug=False):
916
- """Search the specified list of directories for a static or shared
917
- library file 'lib' and return the full path to that file. If
918
- 'debug' true, look for a debugging version (if that makes sense on
919
- the current platform). Return None if 'lib' wasn't found in any of
920
- the specified directories.
921
- """
922
- raise NotImplementedError
923
-
924
- # -- Filename generation methods -----------------------------------
925
-
926
- # The default implementation of the filename generating methods are
927
- # prejudiced towards the Unix/DOS/Windows view of the world:
928
- # * object files are named by replacing the source file extension
929
- # (eg. .c/.cpp -> .o/.obj)
930
- # * library files (shared or static) are named by plugging the
931
- # library name and extension into a format string, eg.
932
- # "lib%s.%s" % (lib_name, ".a") for Unix static libraries
933
- # * executables are named by appending an extension (possibly
934
- # empty) to the program name: eg. progname + ".exe" for
935
- # Windows
936
- #
937
- # To reduce redundant code, these methods expect to find
938
- # several attributes in the current object (presumably defined
939
- # as class attributes):
940
- # * src_extensions -
941
- # list of C/C++ source file extensions, eg. ['.c', '.cpp']
942
- # * obj_extension -
943
- # object file extension, eg. '.o' or '.obj'
944
- # * static_lib_extension -
945
- # extension for static library files, eg. '.a' or '.lib'
946
- # * shared_lib_extension -
947
- # extension for shared library/object files, eg. '.so', '.dll'
948
- # * static_lib_format -
949
- # format string for generating static library filenames,
950
- # eg. 'lib%s.%s' or '%s.%s'
951
- # * shared_lib_format
952
- # format string for generating shared library filenames
953
- # (probably same as static_lib_format, since the extension
954
- # is one of the intended parameters to the format string)
955
- # * exe_extension -
956
- # extension for executable files, eg. '' or '.exe'
957
-
958
- def object_filenames(self, source_filenames, strip_dir=False, output_dir=''):
959
- if output_dir is None:
960
- output_dir = ''
961
- return list(
962
- self._make_out_path(output_dir, strip_dir, src_name)
963
- for src_name in source_filenames
964
- )
965
-
966
- @property
967
- def out_extensions(self):
968
- return dict.fromkeys(self.src_extensions, self.obj_extension)
969
-
970
- def _make_out_path(self, output_dir, strip_dir, src_name):
971
- base, ext = os.path.splitext(src_name)
972
- base = self._make_relative(base)
973
- try:
974
- new_ext = self.out_extensions[ext]
975
- except LookupError:
976
- raise UnknownFileError(f"unknown file type '{ext}' (from '{src_name}')")
977
- if strip_dir:
978
- base = os.path.basename(base)
979
- return os.path.join(output_dir, base + new_ext)
980
-
981
- @staticmethod
982
- def _make_relative(base):
983
- """
984
- In order to ensure that a filename always honors the
985
- indicated output_dir, make sure it's relative.
986
- Ref python/cpython#37775.
987
- """
988
- # Chop off the drive
989
- no_drive = os.path.splitdrive(base)[1]
990
- # If abs, chop off leading /
991
- return no_drive[os.path.isabs(no_drive) :]
992
-
993
- def shared_object_filename(self, basename, strip_dir=False, output_dir=''):
994
- assert output_dir is not None
995
- if strip_dir:
996
- basename = os.path.basename(basename)
997
- return os.path.join(output_dir, basename + self.shared_lib_extension)
998
-
999
- def executable_filename(self, basename, strip_dir=False, output_dir=''):
1000
- assert output_dir is not None
1001
- if strip_dir:
1002
- basename = os.path.basename(basename)
1003
- return os.path.join(output_dir, basename + (self.exe_extension or ''))
1004
-
1005
- def library_filename(
1006
- self,
1007
- libname,
1008
- lib_type='static',
1009
- strip_dir=False,
1010
- output_dir='', # or 'shared'
1011
- ):
1012
- assert output_dir is not None
1013
- expected = '"static", "shared", "dylib", "xcode_stub"'
1014
- if lib_type not in eval(expected):
1015
- raise ValueError(f"'lib_type' must be {expected}")
1016
- fmt = getattr(self, lib_type + "_lib_format")
1017
- ext = getattr(self, lib_type + "_lib_extension")
1018
-
1019
- dir, base = os.path.split(libname)
1020
- filename = fmt % (base, ext)
1021
- if strip_dir:
1022
- dir = ''
1023
-
1024
- return os.path.join(output_dir, dir, filename)
1025
-
1026
- # -- Utility methods -----------------------------------------------
1027
-
1028
- def announce(self, msg, level=1):
1029
- log.debug(msg)
1030
-
1031
- def debug_print(self, msg):
1032
- from distutils.debug import DEBUG
1033
-
1034
- if DEBUG:
1035
- print(msg)
1036
-
1037
- def warn(self, msg):
1038
- sys.stderr.write(f"warning: {msg}\n")
1039
-
1040
- def execute(self, func, args, msg=None, level=1):
1041
- execute(func, args, msg, self.dry_run)
1042
-
1043
- def spawn(self, cmd, **kwargs):
1044
- spawn(cmd, dry_run=self.dry_run, **kwargs)
1045
-
1046
- def move_file(self, src, dst):
1047
- return move_file(src, dst, dry_run=self.dry_run)
1048
-
1049
- def mkpath(self, name, mode=0o777):
1050
- mkpath(name, mode, dry_run=self.dry_run)
1051
-
1052
-
1053
- # Map a sys.platform/os.name ('posix', 'nt') to the default compiler
1054
- # type for that platform. Keys are interpreted as re match
1055
- # patterns. Order is important; platform mappings are preferred over
1056
- # OS names.
1057
- _default_compilers = (
1058
- # Platform string mappings
1059
- # on a cygwin built python we can use gcc like an ordinary UNIXish
1060
- # compiler
1061
- ('cygwin.*', 'unix'),
1062
- ('zos', 'zos'),
1063
- # OS name mappings
1064
- ('posix', 'unix'),
1065
- ('nt', 'msvc'),
1066
- )
1067
-
1068
-
1069
- def get_default_compiler(osname=None, platform=None):
1070
- """Determine the default compiler to use for the given platform.
1071
-
1072
- osname should be one of the standard Python OS names (i.e. the
1073
- ones returned by os.name) and platform the common value
1074
- returned by sys.platform for the platform in question.
1075
-
1076
- The default values are os.name and sys.platform in case the
1077
- parameters are not given.
1078
- """
1079
- if osname is None:
1080
- osname = os.name
1081
- if platform is None:
1082
- platform = sys.platform
1083
- # Mingw is a special case where sys.platform is 'win32' but we
1084
- # want to use the 'mingw32' compiler, so check it first
1085
- if is_mingw():
1086
- return 'mingw32'
1087
- for pattern, compiler in _default_compilers:
1088
- if (
1089
- re.match(pattern, platform) is not None
1090
- or re.match(pattern, osname) is not None
1091
- ):
1092
- return compiler
1093
- # Default to Unix compiler
1094
- return 'unix'
1095
-
1096
-
1097
- # Map compiler types to (module_name, class_name) pairs -- ie. where to
1098
- # find the code that implements an interface to this compiler. (The module
1099
- # is assumed to be in the 'distutils' package.)
1100
- compiler_class = {
1101
- 'unix': ('unixccompiler', 'UnixCCompiler', "standard UNIX-style compiler"),
1102
- 'msvc': ('_msvccompiler', 'MSVCCompiler', "Microsoft Visual C++"),
1103
- 'cygwin': (
1104
- 'cygwinccompiler',
1105
- 'CygwinCCompiler',
1106
- "Cygwin port of GNU C Compiler for Win32",
1107
- ),
1108
- 'mingw32': (
1109
- 'cygwinccompiler',
1110
- 'Mingw32CCompiler',
1111
- "Mingw32 port of GNU C Compiler for Win32",
1112
- ),
1113
- 'bcpp': ('bcppcompiler', 'BCPPCompiler', "Borland C++ Compiler"),
1114
- 'zos': ('zosccompiler', 'zOSCCompiler', 'IBM XL C/C++ Compilers'),
1115
- }
1116
-
1117
-
1118
- def show_compilers():
1119
- """Print list of available compilers (used by the "--help-compiler"
1120
- options to "build", "build_ext", "build_clib").
1121
- """
1122
- # XXX this "knows" that the compiler option it's describing is
1123
- # "--compiler", which just happens to be the case for the three
1124
- # commands that use it.
1125
- from distutils.fancy_getopt import FancyGetopt
1126
-
1127
- compilers = sorted(
1128
- ("compiler=" + compiler, None, compiler_class[compiler][2])
1129
- for compiler in compiler_class.keys()
1130
- )
1131
- pretty_printer = FancyGetopt(compilers)
1132
- pretty_printer.print_help("List of available compilers:")
1133
-
1134
-
1135
- def new_compiler(plat=None, compiler=None, verbose=False, dry_run=False, force=False):
1136
- """Generate an instance of some CCompiler subclass for the supplied
1137
- platform/compiler combination. 'plat' defaults to 'os.name'
1138
- (eg. 'posix', 'nt'), and 'compiler' defaults to the default compiler
1139
- for that platform. Currently only 'posix' and 'nt' are supported, and
1140
- the default compilers are "traditional Unix interface" (UnixCCompiler
1141
- class) and Visual C++ (MSVCCompiler class). Note that it's perfectly
1142
- possible to ask for a Unix compiler object under Windows, and a
1143
- Microsoft compiler object under Unix -- if you supply a value for
1144
- 'compiler', 'plat' is ignored.
1145
- """
1146
- if plat is None:
1147
- plat = os.name
1148
-
1149
- try:
1150
- if compiler is None:
1151
- compiler = get_default_compiler(plat)
1152
-
1153
- (module_name, class_name, long_description) = compiler_class[compiler]
1154
- except KeyError:
1155
- msg = f"don't know how to compile C/C++ code on platform '{plat}'"
1156
- if compiler is not None:
1157
- msg = msg + f" with '{compiler}' compiler"
1158
- raise DistutilsPlatformError(msg)
1159
-
1160
- try:
1161
- module_name = "distutils." + module_name
1162
- __import__(module_name)
1163
- module = sys.modules[module_name]
1164
- klass = vars(module)[class_name]
1165
- except ImportError:
1166
- raise DistutilsModuleError(
1167
- f"can't compile C/C++ code: unable to load module '{module_name}'"
1168
- )
1169
- except KeyError:
1170
- raise DistutilsModuleError(
1171
- f"can't compile C/C++ code: unable to find class '{class_name}' "
1172
- f"in module '{module_name}'"
1173
- )
1174
-
1175
- # XXX The None is necessary to preserve backwards compatibility
1176
- # with classes that expect verbose to be the first positional
1177
- # argument.
1178
- return klass(None, dry_run, force)
1179
-
1180
-
1181
- def gen_preprocess_options(macros, include_dirs):
1182
- """Generate C pre-processor options (-D, -U, -I) as used by at least
1183
- two types of compilers: the typical Unix compiler and Visual C++.
1184
- 'macros' is the usual thing, a list of 1- or 2-tuples, where (name,)
1185
- means undefine (-U) macro 'name', and (name,value) means define (-D)
1186
- macro 'name' to 'value'. 'include_dirs' is just a list of directory
1187
- names to be added to the header file search path (-I). Returns a list
1188
- of command-line options suitable for either Unix compilers or Visual
1189
- C++.
1190
- """
1191
- # XXX it would be nice (mainly aesthetic, and so we don't generate
1192
- # stupid-looking command lines) to go over 'macros' and eliminate
1193
- # redundant definitions/undefinitions (ie. ensure that only the
1194
- # latest mention of a particular macro winds up on the command
1195
- # line). I don't think it's essential, though, since most (all?)
1196
- # Unix C compilers only pay attention to the latest -D or -U
1197
- # mention of a macro on their command line. Similar situation for
1198
- # 'include_dirs'. I'm punting on both for now. Anyways, weeding out
1199
- # redundancies like this should probably be the province of
1200
- # CCompiler, since the data structures used are inherited from it
1201
- # and therefore common to all CCompiler classes.
1202
- pp_opts = []
1203
- for macro in macros:
1204
- if not (isinstance(macro, tuple) and 1 <= len(macro) <= 2):
1205
- raise TypeError(
1206
- f"bad macro definition '{macro}': "
1207
- "each element of 'macros' list must be a 1- or 2-tuple"
1208
- )
1209
-
1210
- if len(macro) == 1: # undefine this macro
1211
- pp_opts.append(f"-U{macro[0]}")
1212
- elif len(macro) == 2:
1213
- if macro[1] is None: # define with no explicit value
1214
- pp_opts.append(f"-D{macro[0]}")
1215
- else:
1216
- # XXX *don't* need to be clever about quoting the
1217
- # macro value here, because we're going to avoid the
1218
- # shell at all costs when we spawn the command!
1219
- pp_opts.append("-D{}={}".format(*macro))
1220
-
1221
- pp_opts.extend(f"-I{dir}" for dir in include_dirs)
1222
- return pp_opts
1223
-
1224
-
1225
- def gen_lib_options(compiler, library_dirs, runtime_library_dirs, libraries):
1226
- """Generate linker options for searching library directories and
1227
- linking with specific libraries. 'libraries' and 'library_dirs' are,
1228
- respectively, lists of library names (not filenames!) and search
1229
- directories. Returns a list of command-line options suitable for use
1230
- with some compiler (depending on the two format strings passed in).
1231
- """
1232
- lib_opts = [compiler.library_dir_option(dir) for dir in library_dirs]
1233
-
1234
- for dir in runtime_library_dirs:
1235
- lib_opts.extend(always_iterable(compiler.runtime_library_dir_option(dir)))
1236
-
1237
- # XXX it's important that we *not* remove redundant library mentions!
1238
- # sometimes you really do have to say "-lfoo -lbar -lfoo" in order to
1239
- # resolve all symbols. I just hope we never have to say "-lfoo obj.o
1240
- # -lbar" to get things to work -- that's certainly a possibility, but a
1241
- # pretty nasty way to arrange your C code.
1242
-
1243
- for lib in libraries:
1244
- (lib_dir, lib_name) = os.path.split(lib)
1245
- if lib_dir:
1246
- lib_file = compiler.find_library_file([lib_dir], lib_name)
1247
- if lib_file:
1248
- lib_opts.append(lib_file)
1249
- else:
1250
- compiler.warn(
1251
- f"no library file corresponding to '{lib}' found (skipping)"
1252
- )
1253
- else:
1254
- lib_opts.append(compiler.library_option(lib))
1255
- return lib_opts