@pyscript/core 0.5.5 → 0.5.6

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 (1665) hide show
  1. package/README.md +1 -1
  2. package/dist/{codemirror-BBnQ0LtX.js → codemirror-jVwF0Nvq.js} +2 -2
  3. package/dist/{codemirror-BBnQ0LtX.js.map → codemirror-jVwF0Nvq.js.map} +1 -1
  4. package/dist/{codemirror_commands-CaIwHoAf.js → codemirror_commands-DbitAX-b.js} +2 -2
  5. package/dist/{codemirror_commands-CaIwHoAf.js.map → codemirror_commands-DbitAX-b.js.map} +1 -1
  6. package/dist/{codemirror_lang-python-2HrDgj8s.js → codemirror_lang-python-BFQ6m-eH.js} +2 -2
  7. package/dist/{codemirror_lang-python-2HrDgj8s.js.map → codemirror_lang-python-BFQ6m-eH.js.map} +1 -1
  8. package/dist/{codemirror_language-DVNAhaKA.js → codemirror_language-DADyF0Bo.js} +2 -2
  9. package/dist/{codemirror_language-DVNAhaKA.js.map → codemirror_language-DADyF0Bo.js.map} +1 -1
  10. package/dist/codemirror_view-Dlz0Kbbt.js +2 -0
  11. package/dist/codemirror_view-Dlz0Kbbt.js.map +1 -0
  12. package/dist/{core-DJjKq1SP.js → core-CTEtvlA4.js} +2 -2
  13. package/dist/{core-DJjKq1SP.js.map → core-CTEtvlA4.js.map} +1 -1
  14. package/dist/core.js +1 -1
  15. package/dist/{deprecations-manager-DzkOV61g.js → deprecations-manager-CM6Wb8Rc.js} +2 -2
  16. package/dist/{deprecations-manager-DzkOV61g.js.map → deprecations-manager-CM6Wb8Rc.js.map} +1 -1
  17. package/dist/{error-gDwuTIUb.js → error-l5R-P7f3.js} +2 -2
  18. package/dist/{error-gDwuTIUb.js.map → error-l5R-P7f3.js.map} +1 -1
  19. package/dist/{index-BZvYCKeH.js → index-B4WHjyIA.js} +2 -2
  20. package/dist/{index-BZvYCKeH.js.map → index-B4WHjyIA.js.map} +1 -1
  21. package/dist/{mpy-BgMihDWI.js → mpy-BNvtf9__.js} +2 -2
  22. package/dist/{mpy-BgMihDWI.js.map → mpy-BNvtf9__.js.map} +1 -1
  23. package/dist/{py-DqV3p_W0.js → py-BAQCFqly.js} +2 -2
  24. package/dist/{py-DqV3p_W0.js.map → py-BAQCFqly.js.map} +1 -1
  25. package/dist/{py-editor-DyAw2VYR.js → py-editor-DGWcFYn9.js} +2 -2
  26. package/dist/{py-editor-DyAw2VYR.js.map → py-editor-DGWcFYn9.js.map} +1 -1
  27. package/dist/{py-terminal-BKEuOEc5.js → py-terminal-C7Chu5Tz.js} +2 -2
  28. package/dist/{py-terminal-BKEuOEc5.js.map → py-terminal-C7Chu5Tz.js.map} +1 -1
  29. package/env/bin/Activate.ps1 +247 -0
  30. package/env/bin/activate +70 -0
  31. package/env/bin/activate.csh +27 -0
  32. package/env/bin/activate.fish +69 -0
  33. package/env/bin/pip +8 -0
  34. package/env/bin/pip3 +8 -0
  35. package/env/bin/pip3.12 +8 -0
  36. package/env/bin/pyminify +8 -0
  37. package/env/lib/python3.12/site-packages/_distutils_hack/__init__.py +240 -0
  38. package/env/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc +0 -0
  39. package/env/lib/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc +0 -0
  40. package/env/lib/python3.12/site-packages/_distutils_hack/override.py +1 -0
  41. package/env/lib/python3.12/site-packages/distutils-precedence.pth +1 -0
  42. package/env/lib/python3.12/site-packages/pip/__init__.py +13 -0
  43. package/env/lib/python3.12/site-packages/pip/__main__.py +24 -0
  44. package/env/lib/python3.12/site-packages/pip/__pip-runner__.py +50 -0
  45. package/env/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
  46. package/env/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
  47. package/env/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
  48. package/env/lib/python3.12/site-packages/pip/_internal/__init__.py +18 -0
  49. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
  50. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
  51. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
  52. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
  53. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
  54. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
  55. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
  56. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
  57. package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
  58. package/env/lib/python3.12/site-packages/pip/_internal/build_env.py +315 -0
  59. package/env/lib/python3.12/site-packages/pip/_internal/cache.py +290 -0
  60. package/env/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +4 -0
  61. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  62. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
  63. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
  64. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
  65. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
  66. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc +0 -0
  67. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
  68. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
  69. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
  70. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
  71. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
  72. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
  73. package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
  74. package/env/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +176 -0
  75. package/env/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +231 -0
  76. package/env/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +1075 -0
  77. package/env/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +27 -0
  78. package/env/lib/python3.12/site-packages/pip/_internal/cli/index_command.py +170 -0
  79. package/env/lib/python3.12/site-packages/pip/_internal/cli/main.py +80 -0
  80. package/env/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +134 -0
  81. package/env/lib/python3.12/site-packages/pip/_internal/cli/parser.py +294 -0
  82. package/env/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +94 -0
  83. package/env/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +329 -0
  84. package/env/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +159 -0
  85. package/env/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +6 -0
  86. package/env/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +132 -0
  87. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  88. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
  89. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
  90. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
  91. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
  92. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
  93. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
  94. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
  95. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
  96. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
  97. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
  98. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
  99. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
  100. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
  101. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
  102. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
  103. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
  104. package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
  105. package/env/lib/python3.12/site-packages/pip/_internal/commands/cache.py +225 -0
  106. package/env/lib/python3.12/site-packages/pip/_internal/commands/check.py +67 -0
  107. package/env/lib/python3.12/site-packages/pip/_internal/commands/completion.py +130 -0
  108. package/env/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +280 -0
  109. package/env/lib/python3.12/site-packages/pip/_internal/commands/debug.py +201 -0
  110. package/env/lib/python3.12/site-packages/pip/_internal/commands/download.py +146 -0
  111. package/env/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +109 -0
  112. package/env/lib/python3.12/site-packages/pip/_internal/commands/hash.py +59 -0
  113. package/env/lib/python3.12/site-packages/pip/_internal/commands/help.py +41 -0
  114. package/env/lib/python3.12/site-packages/pip/_internal/commands/index.py +139 -0
  115. package/env/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +92 -0
  116. package/env/lib/python3.12/site-packages/pip/_internal/commands/install.py +783 -0
  117. package/env/lib/python3.12/site-packages/pip/_internal/commands/list.py +375 -0
  118. package/env/lib/python3.12/site-packages/pip/_internal/commands/search.py +172 -0
  119. package/env/lib/python3.12/site-packages/pip/_internal/commands/show.py +217 -0
  120. package/env/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +114 -0
  121. package/env/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +182 -0
  122. package/env/lib/python3.12/site-packages/pip/_internal/configuration.py +383 -0
  123. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +21 -0
  124. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
  125. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
  126. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
  127. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
  128. package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
  129. package/env/lib/python3.12/site-packages/pip/_internal/distributions/base.py +53 -0
  130. package/env/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +29 -0
  131. package/env/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +158 -0
  132. package/env/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +42 -0
  133. package/env/lib/python3.12/site-packages/pip/_internal/exceptions.py +777 -0
  134. package/env/lib/python3.12/site-packages/pip/_internal/index/__init__.py +2 -0
  135. package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
  136. package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
  137. package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
  138. package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
  139. package/env/lib/python3.12/site-packages/pip/_internal/index/collector.py +494 -0
  140. package/env/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +1020 -0
  141. package/env/lib/python3.12/site-packages/pip/_internal/index/sources.py +285 -0
  142. package/env/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +456 -0
  143. package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
  144. package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
  145. package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
  146. package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
  147. package/env/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +172 -0
  148. package/env/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +214 -0
  149. package/env/lib/python3.12/site-packages/pip/_internal/locations/base.py +81 -0
  150. package/env/lib/python3.12/site-packages/pip/_internal/main.py +12 -0
  151. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +128 -0
  152. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  153. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
  154. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
  155. package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
  156. package/env/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +84 -0
  157. package/env/lib/python3.12/site-packages/pip/_internal/metadata/base.py +688 -0
  158. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +6 -0
  159. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
  160. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
  161. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
  162. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
  163. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +85 -0
  164. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +221 -0
  165. package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +189 -0
  166. package/env/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +301 -0
  167. package/env/lib/python3.12/site-packages/pip/_internal/models/__init__.py +2 -0
  168. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
  169. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
  170. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
  171. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
  172. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
  173. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
  174. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
  175. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
  176. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
  177. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
  178. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
  179. package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
  180. package/env/lib/python3.12/site-packages/pip/_internal/models/candidate.py +25 -0
  181. package/env/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +224 -0
  182. package/env/lib/python3.12/site-packages/pip/_internal/models/format_control.py +78 -0
  183. package/env/lib/python3.12/site-packages/pip/_internal/models/index.py +28 -0
  184. package/env/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +56 -0
  185. package/env/lib/python3.12/site-packages/pip/_internal/models/link.py +590 -0
  186. package/env/lib/python3.12/site-packages/pip/_internal/models/scheme.py +25 -0
  187. package/env/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +127 -0
  188. package/env/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +53 -0
  189. package/env/lib/python3.12/site-packages/pip/_internal/models/target_python.py +121 -0
  190. package/env/lib/python3.12/site-packages/pip/_internal/models/wheel.py +93 -0
  191. package/env/lib/python3.12/site-packages/pip/_internal/network/__init__.py +2 -0
  192. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
  193. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
  194. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
  195. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
  196. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
  197. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
  198. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
  199. package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
  200. package/env/lib/python3.12/site-packages/pip/_internal/network/auth.py +566 -0
  201. package/env/lib/python3.12/site-packages/pip/_internal/network/cache.py +106 -0
  202. package/env/lib/python3.12/site-packages/pip/_internal/network/download.py +187 -0
  203. package/env/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +210 -0
  204. package/env/lib/python3.12/site-packages/pip/_internal/network/session.py +522 -0
  205. package/env/lib/python3.12/site-packages/pip/_internal/network/utils.py +98 -0
  206. package/env/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +62 -0
  207. package/env/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
  208. package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
  209. package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
  210. package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
  211. package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
  212. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  213. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
  214. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
  215. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
  216. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
  217. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
  218. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
  219. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
  220. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
  221. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +138 -0
  222. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +39 -0
  223. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +41 -0
  224. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +74 -0
  225. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +37 -0
  226. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +46 -0
  227. package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +102 -0
  228. package/env/lib/python3.12/site-packages/pip/_internal/operations/check.py +181 -0
  229. package/env/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +258 -0
  230. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +2 -0
  231. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
  232. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
  233. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
  234. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +47 -0
  235. package/env/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +741 -0
  236. package/env/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +732 -0
  237. package/env/lib/python3.12/site-packages/pip/_internal/pyproject.py +185 -0
  238. package/env/lib/python3.12/site-packages/pip/_internal/req/__init__.py +90 -0
  239. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
  240. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
  241. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
  242. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
  243. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
  244. package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
  245. package/env/lib/python3.12/site-packages/pip/_internal/req/constructors.py +560 -0
  246. package/env/lib/python3.12/site-packages/pip/_internal/req/req_file.py +551 -0
  247. package/env/lib/python3.12/site-packages/pip/_internal/req/req_install.py +934 -0
  248. package/env/lib/python3.12/site-packages/pip/_internal/req/req_set.py +82 -0
  249. package/env/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +633 -0
  250. package/env/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
  251. package/env/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
  252. package/env/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
  253. package/env/lib/python3.12/site-packages/pip/_internal/resolution/base.py +20 -0
  254. package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  255. package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
  256. package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
  257. package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +597 -0
  258. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  259. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  260. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
  261. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
  262. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
  263. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
  264. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
  265. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
  266. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
  267. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
  268. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +139 -0
  269. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +569 -0
  270. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +817 -0
  271. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +174 -0
  272. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +258 -0
  273. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +81 -0
  274. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +245 -0
  275. package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +317 -0
  276. package/env/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +244 -0
  277. package/env/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
  278. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  279. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
  280. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
  281. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
  282. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
  283. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
  284. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
  285. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
  286. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
  287. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
  288. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc +0 -0
  289. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
  290. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
  291. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
  292. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
  293. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
  294. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
  295. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
  296. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
  297. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc +0 -0
  298. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
  299. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
  300. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
  301. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
  302. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
  303. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
  304. package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
  305. package/env/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +109 -0
  306. package/env/lib/python3.12/site-packages/pip/_internal/utils/_log.py +38 -0
  307. package/env/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +52 -0
  308. package/env/lib/python3.12/site-packages/pip/_internal/utils/compat.py +79 -0
  309. package/env/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +165 -0
  310. package/env/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +11 -0
  311. package/env/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +124 -0
  312. package/env/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
  313. package/env/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +80 -0
  314. package/env/lib/python3.12/site-packages/pip/_internal/utils/encoding.py +36 -0
  315. package/env/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +84 -0
  316. package/env/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +149 -0
  317. package/env/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +27 -0
  318. package/env/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +101 -0
  319. package/env/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +147 -0
  320. package/env/lib/python3.12/site-packages/pip/_internal/utils/logging.py +347 -0
  321. package/env/lib/python3.12/site-packages/pip/_internal/utils/misc.py +777 -0
  322. package/env/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +57 -0
  323. package/env/lib/python3.12/site-packages/pip/_internal/utils/retry.py +42 -0
  324. package/env/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +146 -0
  325. package/env/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +245 -0
  326. package/env/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +296 -0
  327. package/env/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +337 -0
  328. package/env/lib/python3.12/site-packages/pip/_internal/utils/urls.py +55 -0
  329. package/env/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +104 -0
  330. package/env/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +134 -0
  331. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +15 -0
  332. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
  333. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
  334. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
  335. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
  336. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
  337. package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
  338. package/env/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +112 -0
  339. package/env/lib/python3.12/site-packages/pip/_internal/vcs/git.py +527 -0
  340. package/env/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +163 -0
  341. package/env/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +324 -0
  342. package/env/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +688 -0
  343. package/env/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +354 -0
  344. package/env/lib/python3.12/site-packages/pip/_vendor/__init__.py +116 -0
  345. package/env/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  346. package/env/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  347. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +28 -0
  348. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
  349. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
  350. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
  351. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
  352. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
  353. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
  354. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
  355. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
  356. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
  357. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +70 -0
  358. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +161 -0
  359. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +74 -0
  360. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +8 -0
  361. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
  362. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
  363. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
  364. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +182 -0
  365. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +48 -0
  366. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +499 -0
  367. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +119 -0
  368. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +154 -0
  369. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  370. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +146 -0
  371. package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +43 -0
  372. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +4 -0
  373. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +12 -0
  374. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
  375. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
  376. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
  377. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +4798 -0
  378. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +114 -0
  379. package/env/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed +0 -0
  380. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +33 -0
  381. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
  382. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
  383. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc +0 -0
  384. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc +0 -0
  385. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc +0 -0
  386. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc +0 -0
  387. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc +0 -0
  388. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc +0 -0
  389. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
  390. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
  391. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
  392. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc +0 -0
  393. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc +0 -0
  394. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +1138 -0
  395. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/database.py +1359 -0
  396. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/index.py +508 -0
  397. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py +1303 -0
  398. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py +384 -0
  399. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py +167 -0
  400. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py +1068 -0
  401. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +358 -0
  402. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +466 -0
  403. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe +0 -0
  404. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
  405. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe +0 -0
  406. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +2025 -0
  407. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/version.py +751 -0
  408. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe +0 -0
  409. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
  410. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe +0 -0
  411. package/env/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py +1099 -0
  412. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +54 -0
  413. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +4 -0
  414. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
  415. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
  416. package/env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
  417. package/env/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +1403 -0
  418. package/env/lib/python3.12/site-packages/pip/_vendor/distro/py.typed +0 -0
  419. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +44 -0
  420. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
  421. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
  422. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
  423. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
  424. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
  425. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
  426. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
  427. package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
  428. package/env/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +118 -0
  429. package/env/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +13 -0
  430. package/env/lib/python3.12/site-packages/pip/_vendor/idna/core.py +395 -0
  431. package/env/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +4245 -0
  432. package/env/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +54 -0
  433. package/env/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +2 -0
  434. package/env/lib/python3.12/site-packages/pip/_vendor/idna/py.typed +0 -0
  435. package/env/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +8598 -0
  436. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +55 -0
  437. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
  438. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
  439. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
  440. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
  441. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +48 -0
  442. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +168 -0
  443. package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +951 -0
  444. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +15 -0
  445. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  446. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  447. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  448. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  449. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  450. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  451. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  452. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  453. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  454. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  455. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  456. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  457. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  458. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  459. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py +110 -0
  460. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +262 -0
  461. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +85 -0
  462. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py +354 -0
  463. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +61 -0
  464. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py +194 -0
  465. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +325 -0
  466. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py +804 -0
  467. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed +0 -0
  468. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +91 -0
  469. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +1009 -0
  470. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +568 -0
  471. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +174 -0
  472. package/env/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +563 -0
  473. package/env/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +3676 -0
  474. package/env/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  475. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +627 -0
  476. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +55 -0
  477. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  478. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  479. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  480. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  481. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  482. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  483. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  484. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  485. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +249 -0
  486. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +292 -0
  487. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +130 -0
  488. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  489. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +275 -0
  490. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +16 -0
  491. package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +272 -0
  492. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +82 -0
  493. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +17 -0
  494. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
  495. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
  496. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc +0 -0
  497. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
  498. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
  499. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
  500. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
  501. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
  502. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
  503. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
  504. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
  505. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
  506. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
  507. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
  508. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
  509. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
  510. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py +668 -0
  511. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +70 -0
  512. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +70 -0
  513. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
  514. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
  515. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +129 -0
  516. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +157 -0
  517. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
  518. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
  519. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc +0 -0
  520. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc +0 -0
  521. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc +0 -0
  522. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc +0 -0
  523. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc +0 -0
  524. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc +0 -0
  525. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc +0 -0
  526. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc +0 -0
  527. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc +0 -0
  528. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc +0 -0
  529. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc +0 -0
  530. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc +0 -0
  531. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +23 -0
  532. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py +108 -0
  533. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py +170 -0
  534. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py +987 -0
  535. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py +685 -0
  536. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py +154 -0
  537. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py +518 -0
  538. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py +160 -0
  539. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +83 -0
  540. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py +349 -0
  541. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py +185 -0
  542. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py +127 -0
  543. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py +338 -0
  544. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +963 -0
  545. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +362 -0
  546. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
  547. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
  548. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
  549. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +589 -0
  550. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +1198 -0
  551. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +43 -0
  552. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +72 -0
  553. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
  554. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +104 -0
  555. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +247 -0
  556. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +203 -0
  557. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +61 -0
  558. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
  559. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc +0 -0
  560. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py +54 -0
  561. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +214 -0
  562. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +153 -0
  563. package/env/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +324 -0
  564. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +23 -0
  565. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
  566. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc +0 -0
  567. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
  568. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py +8 -0
  569. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +330 -0
  570. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +18 -0
  571. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
  572. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
  573. package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +353 -0
  574. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +179 -0
  575. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
  576. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
  577. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
  578. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
  579. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
  580. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
  581. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
  582. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
  583. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
  584. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
  585. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
  586. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
  587. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
  588. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
  589. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
  590. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
  591. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
  592. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
  593. package/env/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +14 -0
  594. package/env/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +50 -0
  595. package/env/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +719 -0
  596. package/env/lib/python3.12/site-packages/pip/_vendor/requests/api.py +157 -0
  597. package/env/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +314 -0
  598. package/env/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +24 -0
  599. package/env/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +78 -0
  600. package/env/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +561 -0
  601. package/env/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +151 -0
  602. package/env/lib/python3.12/site-packages/pip/_vendor/requests/help.py +127 -0
  603. package/env/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +33 -0
  604. package/env/lib/python3.12/site-packages/pip/_vendor/requests/models.py +1037 -0
  605. package/env/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +25 -0
  606. package/env/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +831 -0
  607. package/env/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +128 -0
  608. package/env/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +99 -0
  609. package/env/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +1096 -0
  610. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +26 -0
  611. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  612. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
  613. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
  614. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc +0 -0
  615. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
  616. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
  617. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  618. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc +0 -0
  619. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +6 -0
  620. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +133 -0
  621. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  622. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +43 -0
  623. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py +547 -0
  624. package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +170 -0
  625. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +177 -0
  626. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +273 -0
  627. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
  628. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
  629. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
  630. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
  631. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
  632. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
  633. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
  634. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
  635. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
  636. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
  637. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
  638. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
  639. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
  640. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
  641. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
  642. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
  643. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
  644. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
  645. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
  646. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
  647. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
  648. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
  649. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
  650. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
  651. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
  652. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
  653. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
  654. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
  655. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
  656. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
  657. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
  658. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
  659. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
  660. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
  661. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
  662. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
  663. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
  664. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
  665. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
  666. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
  667. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
  668. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
  669. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
  670. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
  671. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
  672. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
  673. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
  674. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
  675. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
  676. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
  677. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
  678. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
  679. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
  680. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
  681. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
  682. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
  683. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
  684. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
  685. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
  686. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
  687. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
  688. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
  689. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
  690. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
  691. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
  692. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
  693. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
  694. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
  695. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
  696. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
  697. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
  698. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
  699. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
  700. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
  701. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
  702. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
  703. package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
  704. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +454 -0
  705. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
  706. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
  707. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +76 -0
  708. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +10 -0
  709. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +24 -0
  710. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +270 -0
  711. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +94 -0
  712. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +43 -0
  713. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +69 -0
  714. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +309 -0
  715. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +17 -0
  716. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +159 -0
  717. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +482 -0
  718. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +16 -0
  719. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +19 -0
  720. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +662 -0
  721. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +71 -0
  722. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
  723. package/env/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +93 -0
  724. package/env/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +33 -0
  725. package/env/lib/python3.12/site-packages/pip/_vendor/rich/align.py +311 -0
  726. package/env/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +240 -0
  727. package/env/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +93 -0
  728. package/env/lib/python3.12/site-packages/pip/_vendor/rich/box.py +480 -0
  729. package/env/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +167 -0
  730. package/env/lib/python3.12/site-packages/pip/_vendor/rich/color.py +621 -0
  731. package/env/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
  732. package/env/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +187 -0
  733. package/env/lib/python3.12/site-packages/pip/_vendor/rich/console.py +2633 -0
  734. package/env/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +37 -0
  735. package/env/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +167 -0
  736. package/env/lib/python3.12/site-packages/pip/_vendor/rich/control.py +225 -0
  737. package/env/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +190 -0
  738. package/env/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +37 -0
  739. package/env/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +96 -0
  740. package/env/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +34 -0
  741. package/env/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +57 -0
  742. package/env/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +89 -0
  743. package/env/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +232 -0
  744. package/env/lib/python3.12/site-packages/pip/_vendor/rich/json.py +139 -0
  745. package/env/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +101 -0
  746. package/env/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +442 -0
  747. package/env/lib/python3.12/site-packages/pip/_vendor/rich/live.py +375 -0
  748. package/env/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +112 -0
  749. package/env/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +289 -0
  750. package/env/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +251 -0
  751. package/env/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +151 -0
  752. package/env/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +141 -0
  753. package/env/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +34 -0
  754. package/env/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +100 -0
  755. package/env/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +312 -0
  756. package/env/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +995 -0
  757. package/env/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +1699 -0
  758. package/env/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +223 -0
  759. package/env/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +375 -0
  760. package/env/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +42 -0
  761. package/env/lib/python3.12/site-packages/pip/_vendor/rich/py.typed +0 -0
  762. package/env/lib/python3.12/site-packages/pip/_vendor/rich/region.py +10 -0
  763. package/env/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +149 -0
  764. package/env/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +130 -0
  765. package/env/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +86 -0
  766. package/env/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +54 -0
  767. package/env/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +738 -0
  768. package/env/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +137 -0
  769. package/env/lib/python3.12/site-packages/pip/_vendor/rich/status.py +131 -0
  770. package/env/lib/python3.12/site-packages/pip/_vendor/rich/style.py +796 -0
  771. package/env/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +42 -0
  772. package/env/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +958 -0
  773. package/env/lib/python3.12/site-packages/pip/_vendor/rich/table.py +1000 -0
  774. package/env/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
  775. package/env/lib/python3.12/site-packages/pip/_vendor/rich/text.py +1357 -0
  776. package/env/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +115 -0
  777. package/env/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +5 -0
  778. package/env/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +753 -0
  779. package/env/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +249 -0
  780. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +11 -0
  781. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  782. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  783. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  784. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  785. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +691 -0
  786. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +107 -0
  787. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +10 -0
  788. package/env/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed +1 -0
  789. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +13 -0
  790. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
  791. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
  792. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
  793. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
  794. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
  795. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
  796. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +313 -0
  797. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +499 -0
  798. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +66 -0
  799. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +31 -0
  800. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +564 -0
  801. package/env/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed +0 -0
  802. package/env/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py +3641 -0
  803. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
  804. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
  805. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
  806. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
  807. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
  808. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
  809. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
  810. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
  811. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
  812. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
  813. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
  814. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
  815. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +355 -0
  816. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +2 -0
  817. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +572 -0
  818. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +1137 -0
  819. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  820. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
  821. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
  822. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
  823. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
  824. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
  825. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
  826. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
  827. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +36 -0
  828. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  829. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
  830. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
  831. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
  832. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +519 -0
  833. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
  834. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
  835. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
  836. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
  837. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +920 -0
  838. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
  839. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
  840. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +274 -0
  841. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
  842. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  843. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
  844. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
  845. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  846. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  847. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
  848. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
  849. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +51 -0
  850. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +155 -0
  851. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
  852. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +540 -0
  853. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +191 -0
  854. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +879 -0
  855. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
  856. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
  857. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
  858. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
  859. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
  860. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
  861. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
  862. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
  863. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
  864. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
  865. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
  866. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
  867. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
  868. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
  869. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +149 -0
  870. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
  871. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
  872. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
  873. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
  874. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +620 -0
  875. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +495 -0
  876. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
  877. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
  878. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +271 -0
  879. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
  880. package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
  881. package/env/lib/python3.12/site-packages/pip/_vendor/vendor.txt +18 -0
  882. package/env/lib/python3.12/site-packages/pip/py.typed +4 -0
  883. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/AUTHORS.txt +796 -0
  884. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/INSTALLER +1 -0
  885. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/LICENSE.txt +20 -0
  886. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/METADATA +89 -0
  887. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/RECORD +853 -0
  888. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/REQUESTED +0 -0
  889. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/WHEEL +5 -0
  890. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/entry_points.txt +3 -0
  891. package/env/lib/python3.12/site-packages/pip-24.2.dist-info/top_level.txt +1 -0
  892. package/env/lib/python3.12/site-packages/pkg_resources/__init__.py +3709 -0
  893. package/env/lib/python3.12/site-packages/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  894. package/env/lib/python3.12/site-packages/pkg_resources/api_tests.txt +424 -0
  895. package/env/lib/python3.12/site-packages/pkg_resources/py.typed +0 -0
  896. package/env/lib/python3.12/site-packages/python_minifier/__init__.py +231 -0
  897. package/env/lib/python3.12/site-packages/python_minifier/__init__.pyi +34 -0
  898. package/env/lib/python3.12/site-packages/python_minifier/__main__.py +262 -0
  899. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/__init__.cpython-312.pyc +0 -0
  900. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/__main__.cpython-312.pyc +0 -0
  901. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/ast_compare.cpython-312.pyc +0 -0
  902. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/expression_printer.cpython-312.pyc +0 -0
  903. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/f_string.cpython-312.pyc +0 -0
  904. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/ministring.cpython-312.pyc +0 -0
  905. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/module_printer.cpython-312.pyc +0 -0
  906. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/token_printer.cpython-312.pyc +0 -0
  907. package/env/lib/python3.12/site-packages/python_minifier/__pycache__/util.cpython-312.pyc +0 -0
  908. package/env/lib/python3.12/site-packages/python_minifier/ast_compare.py +104 -0
  909. package/env/lib/python3.12/site-packages/python_minifier/expression_printer.py +748 -0
  910. package/env/lib/python3.12/site-packages/python_minifier/f_string.py +426 -0
  911. package/env/lib/python3.12/site-packages/python_minifier/ministring.py +175 -0
  912. package/env/lib/python3.12/site-packages/python_minifier/module_printer.py +794 -0
  913. package/env/lib/python3.12/site-packages/python_minifier/py.typed +0 -0
  914. package/env/lib/python3.12/site-packages/python_minifier/rename/__init__.py +6 -0
  915. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/__init__.cpython-312.pyc +0 -0
  916. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/bind_names.cpython-312.pyc +0 -0
  917. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/binding.cpython-312.pyc +0 -0
  918. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/mapper.cpython-312.pyc +0 -0
  919. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/name_generator.cpython-312.pyc +0 -0
  920. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/rename_literals.cpython-312.pyc +0 -0
  921. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/renamer.cpython-312.pyc +0 -0
  922. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/resolve_names.cpython-312.pyc +0 -0
  923. package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/util.cpython-312.pyc +0 -0
  924. package/env/lib/python3.12/site-packages/python_minifier/rename/bind_names.py +174 -0
  925. package/env/lib/python3.12/site-packages/python_minifier/rename/binding.py +450 -0
  926. package/env/lib/python3.12/site-packages/python_minifier/rename/mapper.py +160 -0
  927. package/env/lib/python3.12/site-packages/python_minifier/rename/name_generator.py +51 -0
  928. package/env/lib/python3.12/site-packages/python_minifier/rename/rename_literals.py +234 -0
  929. package/env/lib/python3.12/site-packages/python_minifier/rename/renamer.py +230 -0
  930. package/env/lib/python3.12/site-packages/python_minifier/rename/resolve_names.py +88 -0
  931. package/env/lib/python3.12/site-packages/python_minifier/rename/util.py +193 -0
  932. package/env/lib/python3.12/site-packages/python_minifier/token_printer.py +297 -0
  933. package/env/lib/python3.12/site-packages/python_minifier/transforms/__init__.py +0 -0
  934. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/__init__.cpython-312.pyc +0 -0
  935. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/combine_imports.cpython-312.pyc +0 -0
  936. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_annotations.cpython-312.pyc +0 -0
  937. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_asserts.cpython-312.pyc +0 -0
  938. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_debug.cpython-312.pyc +0 -0
  939. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_explicit_return_none.cpython-312.pyc +0 -0
  940. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_literal_statements.cpython-312.pyc +0 -0
  941. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_object_base.cpython-312.pyc +0 -0
  942. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_pass.cpython-312.pyc +0 -0
  943. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_posargs.cpython-312.pyc +0 -0
  944. package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/suite_transformer.cpython-312.pyc +0 -0
  945. package/env/lib/python3.12/site-packages/python_minifier/transforms/combine_imports.py +73 -0
  946. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_annotations.py +110 -0
  947. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_asserts.py +26 -0
  948. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_debug.py +53 -0
  949. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_explicit_return_none.py +38 -0
  950. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_literal_statements.py +61 -0
  951. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_object_base.py +21 -0
  952. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_pass.py +26 -0
  953. package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_posargs.py +13 -0
  954. package/env/lib/python3.12/site-packages/python_minifier/transforms/suite_transformer.py +193 -0
  955. package/env/lib/python3.12/site-packages/python_minifier/util.py +48 -0
  956. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/INSTALLER +1 -0
  957. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/LICENSE +21 -0
  958. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/METADATA +169 -0
  959. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/RECORD +70 -0
  960. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/REQUESTED +0 -0
  961. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/WHEEL +6 -0
  962. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/entry_points.txt +2 -0
  963. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/top_level.txt +1 -0
  964. package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/zip-safe +1 -0
  965. package/env/lib/python3.12/site-packages/setuptools/__init__.py +282 -0
  966. package/env/lib/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc +0 -0
  967. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc +0 -0
  968. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc +0 -0
  969. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc +0 -0
  970. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc +0 -0
  971. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc +0 -0
  972. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc +0 -0
  973. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc +0 -0
  974. package/env/lib/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc +0 -0
  975. package/env/lib/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc +0 -0
  976. package/env/lib/python3.12/site-packages/setuptools/__pycache__/build_meta.cpython-312.pyc +0 -0
  977. package/env/lib/python3.12/site-packages/setuptools/__pycache__/depends.cpython-312.pyc +0 -0
  978. package/env/lib/python3.12/site-packages/setuptools/__pycache__/discovery.cpython-312.pyc +0 -0
  979. package/env/lib/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc +0 -0
  980. package/env/lib/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc +0 -0
  981. package/env/lib/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc +0 -0
  982. package/env/lib/python3.12/site-packages/setuptools/__pycache__/glob.cpython-312.pyc +0 -0
  983. package/env/lib/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc +0 -0
  984. package/env/lib/python3.12/site-packages/setuptools/__pycache__/launch.cpython-312.pyc +0 -0
  985. package/env/lib/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc +0 -0
  986. package/env/lib/python3.12/site-packages/setuptools/__pycache__/modified.cpython-312.pyc +0 -0
  987. package/env/lib/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc +0 -0
  988. package/env/lib/python3.12/site-packages/setuptools/__pycache__/msvc.cpython-312.pyc +0 -0
  989. package/env/lib/python3.12/site-packages/setuptools/__pycache__/namespaces.cpython-312.pyc +0 -0
  990. package/env/lib/python3.12/site-packages/setuptools/__pycache__/package_index.cpython-312.pyc +0 -0
  991. package/env/lib/python3.12/site-packages/setuptools/__pycache__/sandbox.cpython-312.pyc +0 -0
  992. package/env/lib/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc +0 -0
  993. package/env/lib/python3.12/site-packages/setuptools/__pycache__/version.cpython-312.pyc +0 -0
  994. package/env/lib/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc +0 -0
  995. package/env/lib/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc +0 -0
  996. package/env/lib/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc +0 -0
  997. package/env/lib/python3.12/site-packages/setuptools/_core_metadata.py +286 -0
  998. package/env/lib/python3.12/site-packages/setuptools/_distutils/__init__.py +14 -0
  999. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc +0 -0
  1000. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-312.pyc +0 -0
  1001. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-312.pyc +0 -0
  1002. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_itertools.cpython-312.pyc +0 -0
  1003. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc +0 -0
  1004. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-312.pyc +0 -0
  1005. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc +0 -0
  1006. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc +0 -0
  1007. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc +0 -0
  1008. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-312.pyc +0 -0
  1009. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-312.pyc +0 -0
  1010. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-312.pyc +0 -0
  1011. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/config.cpython-312.pyc +0 -0
  1012. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc +0 -0
  1013. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc +0 -0
  1014. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc +0 -0
  1015. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-312.pyc +0 -0
  1016. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc +0 -0
  1017. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dist.cpython-312.pyc +0 -0
  1018. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/errors.cpython-312.pyc +0 -0
  1019. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc +0 -0
  1020. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-312.pyc +0 -0
  1021. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-312.pyc +0 -0
  1022. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc +0 -0
  1023. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc +0 -0
  1024. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-312.pyc +0 -0
  1025. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-312.pyc +0 -0
  1026. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc +0 -0
  1027. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc +0 -0
  1028. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc +0 -0
  1029. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc +0 -0
  1030. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc +0 -0
  1031. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc +0 -0
  1032. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-312.pyc +0 -0
  1033. package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-312.pyc +0 -0
  1034. package/env/lib/python3.12/site-packages/setuptools/_distutils/_collections.py +58 -0
  1035. package/env/lib/python3.12/site-packages/setuptools/_distutils/_functools.py +73 -0
  1036. package/env/lib/python3.12/site-packages/setuptools/_distutils/_itertools.py +52 -0
  1037. package/env/lib/python3.12/site-packages/setuptools/_distutils/_log.py +3 -0
  1038. package/env/lib/python3.12/site-packages/setuptools/_distutils/_macos_compat.py +12 -0
  1039. package/env/lib/python3.12/site-packages/setuptools/_distutils/_modified.py +72 -0
  1040. package/env/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py +568 -0
  1041. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/__init__.py +0 -0
  1042. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  1043. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__init__.py +15 -0
  1044. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1045. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1046. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1047. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1048. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1049. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1050. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1051. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1052. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  1053. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1054. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1055. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1056. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1057. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1058. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_elffile.py +108 -0
  1059. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_manylinux.py +260 -0
  1060. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_musllinux.py +83 -0
  1061. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_parser.py +356 -0
  1062. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_structures.py +61 -0
  1063. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_tokenizer.py +192 -0
  1064. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/markers.py +252 -0
  1065. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/metadata.py +825 -0
  1066. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/py.typed +0 -0
  1067. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/requirements.py +90 -0
  1068. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/specifiers.py +1017 -0
  1069. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/tags.py +571 -0
  1070. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/utils.py +172 -0
  1071. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/version.py +563 -0
  1072. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE +3 -0
  1073. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE.APACHE +177 -0
  1074. package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE.BSD +23 -0
  1075. package/env/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py +283 -0
  1076. package/env/lib/python3.12/site-packages/setuptools/_distutils/bcppcompiler.py +396 -0
  1077. package/env/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py +1255 -0
  1078. package/env/lib/python3.12/site-packages/setuptools/_distutils/cmd.py +439 -0
  1079. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py +25 -0
  1080. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc +0 -0
  1081. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-312.pyc +0 -0
  1082. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc +0 -0
  1083. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-312.pyc +0 -0
  1084. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
  1085. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc +0 -0
  1086. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc +0 -0
  1087. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-312.pyc +0 -0
  1088. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-312.pyc +0 -0
  1089. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc +0 -0
  1090. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-312.pyc +0 -0
  1091. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-312.pyc +0 -0
  1092. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc +0 -0
  1093. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc +0 -0
  1094. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc +0 -0
  1095. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
  1096. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc +0 -0
  1097. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-312.pyc +0 -0
  1098. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
  1099. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-312.pyc +0 -0
  1100. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-312.pyc +0 -0
  1101. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-312.pyc +0 -0
  1102. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/_framework_compat.py +54 -0
  1103. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py +155 -0
  1104. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py +140 -0
  1105. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py +597 -0
  1106. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build.py +156 -0
  1107. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py +208 -0
  1108. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py +797 -0
  1109. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py +406 -0
  1110. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py +170 -0
  1111. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/check.py +154 -0
  1112. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py +76 -0
  1113. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/config.py +369 -0
  1114. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install.py +810 -0
  1115. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py +94 -0
  1116. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py +92 -0
  1117. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py +44 -0
  1118. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py +234 -0
  1119. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py +61 -0
  1120. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/register.py +322 -0
  1121. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py +527 -0
  1122. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/upload.py +208 -0
  1123. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-10.0-amd64.exe +0 -0
  1124. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-10.0.exe +0 -0
  1125. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-14.0-amd64.exe +0 -0
  1126. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-14.0.exe +0 -0
  1127. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-6.0.exe +0 -0
  1128. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-7.1.exe +0 -0
  1129. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-8.0.exe +0 -0
  1130. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-9.0-amd64.exe +0 -0
  1131. package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-9.0.exe +0 -0
  1132. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py +15 -0
  1133. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1134. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1135. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1136. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/py38.py +34 -0
  1137. package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/py39.py +66 -0
  1138. package/env/lib/python3.12/site-packages/setuptools/_distutils/config.py +151 -0
  1139. package/env/lib/python3.12/site-packages/setuptools/_distutils/core.py +287 -0
  1140. package/env/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py +334 -0
  1141. package/env/lib/python3.12/site-packages/setuptools/_distutils/debug.py +5 -0
  1142. package/env/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py +14 -0
  1143. package/env/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py +238 -0
  1144. package/env/lib/python3.12/site-packages/setuptools/_distutils/dist.py +1298 -0
  1145. package/env/lib/python3.12/site-packages/setuptools/_distutils/errors.py +127 -0
  1146. package/env/lib/python3.12/site-packages/setuptools/_distutils/extension.py +247 -0
  1147. package/env/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py +469 -0
  1148. package/env/lib/python3.12/site-packages/setuptools/_distutils/file_util.py +235 -0
  1149. package/env/lib/python3.12/site-packages/setuptools/_distutils/filelist.py +369 -0
  1150. package/env/lib/python3.12/site-packages/setuptools/_distutils/log.py +56 -0
  1151. package/env/lib/python3.12/site-packages/setuptools/_distutils/msvc9compiler.py +822 -0
  1152. package/env/lib/python3.12/site-packages/setuptools/_distutils/msvccompiler.py +687 -0
  1153. package/env/lib/python3.12/site-packages/setuptools/_distutils/spawn.py +117 -0
  1154. package/env/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py +582 -0
  1155. package/env/lib/python3.12/site-packages/setuptools/_distutils/text_file.py +286 -0
  1156. package/env/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py +402 -0
  1157. package/env/lib/python3.12/site-packages/setuptools/_distutils/util.py +504 -0
  1158. package/env/lib/python3.12/site-packages/setuptools/_distutils/version.py +349 -0
  1159. package/env/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py +175 -0
  1160. package/env/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py +229 -0
  1161. package/env/lib/python3.12/site-packages/setuptools/_entry_points.py +90 -0
  1162. package/env/lib/python3.12/site-packages/setuptools/_imp.py +87 -0
  1163. package/env/lib/python3.12/site-packages/setuptools/_importlib.py +12 -0
  1164. package/env/lib/python3.12/site-packages/setuptools/_itertools.py +23 -0
  1165. package/env/lib/python3.12/site-packages/setuptools/_normalization.py +144 -0
  1166. package/env/lib/python3.12/site-packages/setuptools/_path.py +87 -0
  1167. package/env/lib/python3.12/site-packages/setuptools/_reqs.py +43 -0
  1168. package/env/lib/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  1169. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py +27 -0
  1170. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc +0 -0
  1171. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-312.pyc +0 -0
  1172. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc +0 -0
  1173. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc +0 -0
  1174. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc +0 -0
  1175. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-312.pyc +0 -0
  1176. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoasync.py +142 -0
  1177. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py +70 -0
  1178. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py +59 -0
  1179. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py +333 -0
  1180. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py +23 -0
  1181. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER +1 -0
  1182. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE +166 -0
  1183. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA +420 -0
  1184. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD +18 -0
  1185. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL +5 -0
  1186. package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt +1 -0
  1187. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py +1 -0
  1188. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  1189. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__init__.py +2937 -0
  1190. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py +5 -0
  1191. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc +0 -0
  1192. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc +0 -0
  1193. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py +0 -0
  1194. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1195. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1196. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py +24 -0
  1197. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER +1 -0
  1198. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE +17 -0
  1199. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA +46 -0
  1200. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD +17 -0
  1201. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED +0 -0
  1202. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL +5 -0
  1203. package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt +1 -0
  1204. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +1083 -0
  1205. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  1206. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc +0 -0
  1207. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc +0 -0
  1208. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-312.pyc +0 -0
  1209. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc +0 -0
  1210. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-312.pyc +0 -0
  1211. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-312.pyc +0 -0
  1212. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc +0 -0
  1213. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-312.pyc +0 -0
  1214. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py +83 -0
  1215. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +30 -0
  1216. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +57 -0
  1217. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +104 -0
  1218. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +73 -0
  1219. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +67 -0
  1220. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py +99 -0
  1221. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py +0 -0
  1222. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1223. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-312.pyc +0 -0
  1224. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1225. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py +22 -0
  1226. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py +36 -0
  1227. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py +21 -0
  1228. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
  1229. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER +1 -0
  1230. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE +202 -0
  1231. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA +129 -0
  1232. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD +32 -0
  1233. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED +0 -0
  1234. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL +5 -0
  1235. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt +1 -0
  1236. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__init__.py +36 -0
  1237. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  1238. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-312.pyc +0 -0
  1239. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-312.pyc +0 -0
  1240. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-312.pyc +0 -0
  1241. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-312.pyc +0 -0
  1242. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/functional.cpython-312.pyc +0 -0
  1243. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-312.pyc +0 -0
  1244. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-312.pyc +0 -0
  1245. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_adapters.py +168 -0
  1246. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_common.py +210 -0
  1247. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_itertools.py +38 -0
  1248. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/abc.py +171 -0
  1249. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__init__.py +0 -0
  1250. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1251. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1252. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1253. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/py38.py +11 -0
  1254. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/py39.py +10 -0
  1255. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/functional.py +81 -0
  1256. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/__init__.py +0 -0
  1257. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/__pycache__/__init__.cpython-312.pyc +0 -0
  1258. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/__pycache__/adapters.cpython-312.pyc +0 -0
  1259. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/adapters.py +95 -0
  1260. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/py.typed +0 -0
  1261. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/readers.py +194 -0
  1262. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/simple.py +106 -0
  1263. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/INSTALLER +1 -0
  1264. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/LICENSE +202 -0
  1265. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA +100 -0
  1266. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD +89 -0
  1267. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/REQUESTED +0 -0
  1268. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/WHEEL +5 -0
  1269. package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt +1 -0
  1270. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py +3986 -0
  1271. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc +0 -0
  1272. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__init__.py +0 -0
  1273. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1274. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1275. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py +7 -0
  1276. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
  1277. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER +1 -0
  1278. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE +17 -0
  1279. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA +591 -0
  1280. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD +13 -0
  1281. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL +5 -0
  1282. package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt +1 -0
  1283. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc +0 -0
  1284. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/context.py +361 -0
  1285. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py +633 -0
  1286. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
  1287. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc +0 -0
  1288. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
  1289. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt +2 -0
  1290. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py +624 -0
  1291. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc +0 -0
  1292. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc +0 -0
  1293. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc +0 -0
  1294. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc +0 -0
  1295. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc +0 -0
  1296. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc +0 -0
  1297. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/layouts.py +25 -0
  1298. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py +33 -0
  1299. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py +21 -0
  1300. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py +6 -0
  1301. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py +6 -0
  1302. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER +1 -0
  1303. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE +17 -0
  1304. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA +75 -0
  1305. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD +8 -0
  1306. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL +5 -0
  1307. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt +1 -0
  1308. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER +1 -0
  1309. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE +17 -0
  1310. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA +64 -0
  1311. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD +10 -0
  1312. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL +5 -0
  1313. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt +1 -0
  1314. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER +1 -0
  1315. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE +17 -0
  1316. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA +95 -0
  1317. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD +20 -0
  1318. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED +0 -0
  1319. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL +5 -0
  1320. package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt +1 -0
  1321. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py +6 -0
  1322. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
  1323. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc +0 -0
  1324. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc +0 -0
  1325. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc +0 -0
  1326. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.py +4806 -0
  1327. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
  1328. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
  1329. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py +1046 -0
  1330. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
  1331. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER +1 -0
  1332. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE +19 -0
  1333. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA +266 -0
  1334. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD +16 -0
  1335. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED +0 -0
  1336. package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL +4 -0
  1337. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py +15 -0
  1338. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1339. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1340. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1341. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1342. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1343. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1344. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1345. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1346. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  1347. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1348. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1349. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1350. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1351. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1352. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_elffile.py +110 -0
  1353. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py +262 -0
  1354. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py +85 -0
  1355. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py +354 -0
  1356. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py +61 -0
  1357. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py +194 -0
  1358. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py +325 -0
  1359. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py +804 -0
  1360. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
  1361. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py +91 -0
  1362. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py +1009 -0
  1363. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py +568 -0
  1364. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py +174 -0
  1365. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py +563 -0
  1366. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/INSTALLER +1 -0
  1367. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE +3 -0
  1368. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.APACHE +177 -0
  1369. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.BSD +23 -0
  1370. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/METADATA +102 -0
  1371. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/RECORD +37 -0
  1372. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/REQUESTED +0 -0
  1373. package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/WHEEL +4 -0
  1374. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py +627 -0
  1375. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py +55 -0
  1376. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  1377. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  1378. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  1379. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  1380. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  1381. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  1382. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  1383. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  1384. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py +249 -0
  1385. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py +292 -0
  1386. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py +130 -0
  1387. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
  1388. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py +275 -0
  1389. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py +16 -0
  1390. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py +272 -0
  1391. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER +1 -0
  1392. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA +319 -0
  1393. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD +23 -0
  1394. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED +0 -0
  1395. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL +4 -0
  1396. package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE +21 -0
  1397. package/env/lib/python3.12/site-packages/setuptools/_vendor/ruff.toml +1 -0
  1398. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py +11 -0
  1399. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  1400. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  1401. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  1402. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  1403. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_parser.py +691 -0
  1404. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py +107 -0
  1405. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py +10 -0
  1406. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
  1407. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER +1 -0
  1408. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE +21 -0
  1409. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA +206 -0
  1410. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD +15 -0
  1411. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED +0 -0
  1412. package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL +4 -0
  1413. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py +48 -0
  1414. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc +0 -0
  1415. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-312.pyc +0 -0
  1416. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc +0 -0
  1417. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc +0 -0
  1418. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-312.pyc +0 -0
  1419. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc +0 -0
  1420. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc +0 -0
  1421. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-312.pyc +0 -0
  1422. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc +0 -0
  1423. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc +0 -0
  1424. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc +0 -0
  1425. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc +0 -0
  1426. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc +0 -0
  1427. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py +993 -0
  1428. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py +108 -0
  1429. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py +235 -0
  1430. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py +42 -0
  1431. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py +308 -0
  1432. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py +213 -0
  1433. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py +48 -0
  1434. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py +127 -0
  1435. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py +86 -0
  1436. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py +1229 -0
  1437. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py +55 -0
  1438. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py +173 -0
  1439. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
  1440. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER +1 -0
  1441. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE +19 -0
  1442. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA +81 -0
  1443. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD +34 -0
  1444. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL +5 -0
  1445. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt +2 -0
  1446. package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt +1 -0
  1447. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER +1 -0
  1448. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE +279 -0
  1449. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA +67 -0
  1450. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD +7 -0
  1451. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL +4 -0
  1452. package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py +3641 -0
  1453. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py +3 -0
  1454. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py +23 -0
  1455. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc +0 -0
  1456. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc +0 -0
  1457. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-312.pyc +0 -0
  1458. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
  1459. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-312.pyc +0 -0
  1460. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc +0 -0
  1461. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc +0 -0
  1462. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc +0 -0
  1463. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py +26 -0
  1464. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py +595 -0
  1465. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py +155 -0
  1466. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  1467. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc +0 -0
  1468. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc +0 -0
  1469. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc +0 -0
  1470. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc +0 -0
  1471. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py +273 -0
  1472. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py +85 -0
  1473. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py +139 -0
  1474. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py +30 -0
  1475. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py +469 -0
  1476. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py +180 -0
  1477. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py +26 -0
  1478. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__init__.py +0 -0
  1479. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc +0 -0
  1480. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py +0 -0
  1481. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1482. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1483. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1484. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1485. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1486. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1487. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1488. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1489. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1490. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1491. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1492. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1493. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1494. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py +108 -0
  1495. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py +260 -0
  1496. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py +83 -0
  1497. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py +356 -0
  1498. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py +61 -0
  1499. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py +192 -0
  1500. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py +253 -0
  1501. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py +90 -0
  1502. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py +1011 -0
  1503. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py +571 -0
  1504. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py +172 -0
  1505. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py +561 -0
  1506. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt +1 -0
  1507. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py +196 -0
  1508. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/INSTALLER +1 -0
  1509. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/LICENSE.txt +21 -0
  1510. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA +61 -0
  1511. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD +63 -0
  1512. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/REQUESTED +0 -0
  1513. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/WHEEL +4 -0
  1514. package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/entry_points.txt +6 -0
  1515. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py +501 -0
  1516. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc +0 -0
  1517. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc +0 -0
  1518. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__init__.py +0 -0
  1519. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1520. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc +0 -0
  1521. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/py310.py +11 -0
  1522. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py +106 -0
  1523. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER +1 -0
  1524. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE +17 -0
  1525. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA +102 -0
  1526. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD +15 -0
  1527. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED +0 -0
  1528. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL +5 -0
  1529. package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt +1 -0
  1530. package/env/lib/python3.12/site-packages/setuptools/archive_util.py +217 -0
  1531. package/env/lib/python3.12/site-packages/setuptools/build_meta.py +529 -0
  1532. package/env/lib/python3.12/site-packages/setuptools/cli-32.exe +0 -0
  1533. package/env/lib/python3.12/site-packages/setuptools/cli-64.exe +0 -0
  1534. package/env/lib/python3.12/site-packages/setuptools/cli-arm64.exe +0 -0
  1535. package/env/lib/python3.12/site-packages/setuptools/cli.exe +0 -0
  1536. package/env/lib/python3.12/site-packages/setuptools/command/__init__.py +13 -0
  1537. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc +0 -0
  1538. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc +0 -0
  1539. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc +0 -0
  1540. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc +0 -0
  1541. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
  1542. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
  1543. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc +0 -0
  1544. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc +0 -0
  1545. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build_ext.cpython-312.pyc +0 -0
  1546. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build_py.cpython-312.pyc +0 -0
  1547. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/develop.cpython-312.pyc +0 -0
  1548. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc +0 -0
  1549. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc +0 -0
  1550. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc +0 -0
  1551. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc +0 -0
  1552. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install.cpython-312.pyc +0 -0
  1553. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
  1554. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install_lib.cpython-312.pyc +0 -0
  1555. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
  1556. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/register.cpython-312.pyc +0 -0
  1557. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/rotate.cpython-312.pyc +0 -0
  1558. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc +0 -0
  1559. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc +0 -0
  1560. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/setopt.cpython-312.pyc +0 -0
  1561. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/test.cpython-312.pyc +0 -0
  1562. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/upload.cpython-312.pyc +0 -0
  1563. package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/upload_docs.cpython-312.pyc +0 -0
  1564. package/env/lib/python3.12/site-packages/setuptools/command/_requirestxt.py +131 -0
  1565. package/env/lib/python3.12/site-packages/setuptools/command/alias.py +78 -0
  1566. package/env/lib/python3.12/site-packages/setuptools/command/bdist_egg.py +465 -0
  1567. package/env/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py +42 -0
  1568. package/env/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py +621 -0
  1569. package/env/lib/python3.12/site-packages/setuptools/command/build.py +129 -0
  1570. package/env/lib/python3.12/site-packages/setuptools/command/build_clib.py +108 -0
  1571. package/env/lib/python3.12/site-packages/setuptools/command/build_ext.py +462 -0
  1572. package/env/lib/python3.12/site-packages/setuptools/command/build_py.py +404 -0
  1573. package/env/lib/python3.12/site-packages/setuptools/command/develop.py +195 -0
  1574. package/env/lib/python3.12/site-packages/setuptools/command/dist_info.py +107 -0
  1575. package/env/lib/python3.12/site-packages/setuptools/command/easy_install.py +2364 -0
  1576. package/env/lib/python3.12/site-packages/setuptools/command/editable_wheel.py +899 -0
  1577. package/env/lib/python3.12/site-packages/setuptools/command/egg_info.py +727 -0
  1578. package/env/lib/python3.12/site-packages/setuptools/command/install.py +165 -0
  1579. package/env/lib/python3.12/site-packages/setuptools/command/install_egg_info.py +58 -0
  1580. package/env/lib/python3.12/site-packages/setuptools/command/install_lib.py +134 -0
  1581. package/env/lib/python3.12/site-packages/setuptools/command/install_scripts.py +73 -0
  1582. package/env/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml +15 -0
  1583. package/env/lib/python3.12/site-packages/setuptools/command/register.py +22 -0
  1584. package/env/lib/python3.12/site-packages/setuptools/command/rotate.py +65 -0
  1585. package/env/lib/python3.12/site-packages/setuptools/command/saveopts.py +21 -0
  1586. package/env/lib/python3.12/site-packages/setuptools/command/sdist.py +207 -0
  1587. package/env/lib/python3.12/site-packages/setuptools/command/setopt.py +141 -0
  1588. package/env/lib/python3.12/site-packages/setuptools/command/test.py +42 -0
  1589. package/env/lib/python3.12/site-packages/setuptools/command/upload.py +20 -0
  1590. package/env/lib/python3.12/site-packages/setuptools/command/upload_docs.py +221 -0
  1591. package/env/lib/python3.12/site-packages/setuptools/compat/__init__.py +0 -0
  1592. package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1593. package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/py310.cpython-312.pyc +0 -0
  1594. package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/py311.cpython-312.pyc +0 -0
  1595. package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1596. package/env/lib/python3.12/site-packages/setuptools/compat/py310.py +9 -0
  1597. package/env/lib/python3.12/site-packages/setuptools/compat/py311.py +27 -0
  1598. package/env/lib/python3.12/site-packages/setuptools/compat/py39.py +9 -0
  1599. package/env/lib/python3.12/site-packages/setuptools/config/NOTICE +10 -0
  1600. package/env/lib/python3.12/site-packages/setuptools/config/__init__.py +43 -0
  1601. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc +0 -0
  1602. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc +0 -0
  1603. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/expand.cpython-312.pyc +0 -0
  1604. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-312.pyc +0 -0
  1605. package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/setupcfg.cpython-312.pyc +0 -0
  1606. package/env/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py +439 -0
  1607. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE +438 -0
  1608. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py +34 -0
  1609. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc +0 -0
  1610. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc +0 -0
  1611. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc +0 -0
  1612. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc +0 -0
  1613. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc +0 -0
  1614. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc +0 -0
  1615. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py +336 -0
  1616. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +52 -0
  1617. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +51 -0
  1618. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +1104 -0
  1619. package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py +375 -0
  1620. package/env/lib/python3.12/site-packages/setuptools/config/distutils.schema.json +26 -0
  1621. package/env/lib/python3.12/site-packages/setuptools/config/expand.py +436 -0
  1622. package/env/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py +453 -0
  1623. package/env/lib/python3.12/site-packages/setuptools/config/setupcfg.py +777 -0
  1624. package/env/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json +352 -0
  1625. package/env/lib/python3.12/site-packages/setuptools/depends.py +166 -0
  1626. package/env/lib/python3.12/site-packages/setuptools/discovery.py +607 -0
  1627. package/env/lib/python3.12/site-packages/setuptools/dist.py +953 -0
  1628. package/env/lib/python3.12/site-packages/setuptools/errors.py +65 -0
  1629. package/env/lib/python3.12/site-packages/setuptools/extension.py +163 -0
  1630. package/env/lib/python3.12/site-packages/setuptools/glob.py +165 -0
  1631. package/env/lib/python3.12/site-packages/setuptools/gui-32.exe +0 -0
  1632. package/env/lib/python3.12/site-packages/setuptools/gui-64.exe +0 -0
  1633. package/env/lib/python3.12/site-packages/setuptools/gui-arm64.exe +0 -0
  1634. package/env/lib/python3.12/site-packages/setuptools/gui.exe +0 -0
  1635. package/env/lib/python3.12/site-packages/setuptools/installer.py +145 -0
  1636. package/env/lib/python3.12/site-packages/setuptools/launch.py +36 -0
  1637. package/env/lib/python3.12/site-packages/setuptools/logging.py +40 -0
  1638. package/env/lib/python3.12/site-packages/setuptools/modified.py +8 -0
  1639. package/env/lib/python3.12/site-packages/setuptools/monkey.py +156 -0
  1640. package/env/lib/python3.12/site-packages/setuptools/msvc.py +1748 -0
  1641. package/env/lib/python3.12/site-packages/setuptools/namespaces.py +105 -0
  1642. package/env/lib/python3.12/site-packages/setuptools/package_index.py +1148 -0
  1643. package/env/lib/python3.12/site-packages/setuptools/sandbox.py +514 -0
  1644. package/env/lib/python3.12/site-packages/setuptools/script (dev).tmpl +6 -0
  1645. package/env/lib/python3.12/site-packages/setuptools/script.tmpl +3 -0
  1646. package/env/lib/python3.12/site-packages/setuptools/unicode_utils.py +102 -0
  1647. package/env/lib/python3.12/site-packages/setuptools/version.py +6 -0
  1648. package/env/lib/python3.12/site-packages/setuptools/warnings.py +107 -0
  1649. package/env/lib/python3.12/site-packages/setuptools/wheel.py +236 -0
  1650. package/env/lib/python3.12/site-packages/setuptools/windows_support.py +30 -0
  1651. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/INSTALLER +1 -0
  1652. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/LICENSE +17 -0
  1653. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/METADATA +136 -0
  1654. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/RECORD +1007 -0
  1655. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/REQUESTED +0 -0
  1656. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/WHEEL +5 -0
  1657. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/entry_points.txt +52 -0
  1658. package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/top_level.txt +3 -0
  1659. package/env/pyvenv.cfg +5 -0
  1660. package/package.json +9 -8
  1661. package/src/stdlib/pyscript/websocket.py +4 -1
  1662. package/src/stdlib/pyscript.js +1 -1
  1663. package/dist/codemirror_view-CT67V3cG.js +0 -2
  1664. package/dist/codemirror_view-CT67V3cG.js.map +0 -1
  1665. package/pyscript-core-0.5.3-rc1.tgz +0 -0
@@ -0,0 +1,2633 @@
1
+ import inspect
2
+ import os
3
+ import platform
4
+ import sys
5
+ import threading
6
+ import zlib
7
+ from abc import ABC, abstractmethod
8
+ from dataclasses import dataclass, field
9
+ from datetime import datetime
10
+ from functools import wraps
11
+ from getpass import getpass
12
+ from html import escape
13
+ from inspect import isclass
14
+ from itertools import islice
15
+ from math import ceil
16
+ from time import monotonic
17
+ from types import FrameType, ModuleType, TracebackType
18
+ from typing import (
19
+ IO,
20
+ TYPE_CHECKING,
21
+ Any,
22
+ Callable,
23
+ Dict,
24
+ Iterable,
25
+ List,
26
+ Mapping,
27
+ NamedTuple,
28
+ Optional,
29
+ TextIO,
30
+ Tuple,
31
+ Type,
32
+ Union,
33
+ cast,
34
+ )
35
+
36
+ from pip._vendor.rich._null_file import NULL_FILE
37
+
38
+ if sys.version_info >= (3, 8):
39
+ from typing import Literal, Protocol, runtime_checkable
40
+ else:
41
+ from pip._vendor.typing_extensions import (
42
+ Literal,
43
+ Protocol,
44
+ runtime_checkable,
45
+ ) # pragma: no cover
46
+
47
+ from . import errors, themes
48
+ from ._emoji_replace import _emoji_replace
49
+ from ._export_format import CONSOLE_HTML_FORMAT, CONSOLE_SVG_FORMAT
50
+ from ._fileno import get_fileno
51
+ from ._log_render import FormatTimeCallable, LogRender
52
+ from .align import Align, AlignMethod
53
+ from .color import ColorSystem, blend_rgb
54
+ from .control import Control
55
+ from .emoji import EmojiVariant
56
+ from .highlighter import NullHighlighter, ReprHighlighter
57
+ from .markup import render as render_markup
58
+ from .measure import Measurement, measure_renderables
59
+ from .pager import Pager, SystemPager
60
+ from .pretty import Pretty, is_expandable
61
+ from .protocol import rich_cast
62
+ from .region import Region
63
+ from .scope import render_scope
64
+ from .screen import Screen
65
+ from .segment import Segment
66
+ from .style import Style, StyleType
67
+ from .styled import Styled
68
+ from .terminal_theme import DEFAULT_TERMINAL_THEME, SVG_EXPORT_THEME, TerminalTheme
69
+ from .text import Text, TextType
70
+ from .theme import Theme, ThemeStack
71
+
72
+ if TYPE_CHECKING:
73
+ from ._windows import WindowsConsoleFeatures
74
+ from .live import Live
75
+ from .status import Status
76
+
77
+ JUPYTER_DEFAULT_COLUMNS = 115
78
+ JUPYTER_DEFAULT_LINES = 100
79
+ WINDOWS = platform.system() == "Windows"
80
+
81
+ HighlighterType = Callable[[Union[str, "Text"]], "Text"]
82
+ JustifyMethod = Literal["default", "left", "center", "right", "full"]
83
+ OverflowMethod = Literal["fold", "crop", "ellipsis", "ignore"]
84
+
85
+
86
+ class NoChange:
87
+ pass
88
+
89
+
90
+ NO_CHANGE = NoChange()
91
+
92
+ try:
93
+ _STDIN_FILENO = sys.__stdin__.fileno()
94
+ except Exception:
95
+ _STDIN_FILENO = 0
96
+ try:
97
+ _STDOUT_FILENO = sys.__stdout__.fileno()
98
+ except Exception:
99
+ _STDOUT_FILENO = 1
100
+ try:
101
+ _STDERR_FILENO = sys.__stderr__.fileno()
102
+ except Exception:
103
+ _STDERR_FILENO = 2
104
+
105
+ _STD_STREAMS = (_STDIN_FILENO, _STDOUT_FILENO, _STDERR_FILENO)
106
+ _STD_STREAMS_OUTPUT = (_STDOUT_FILENO, _STDERR_FILENO)
107
+
108
+
109
+ _TERM_COLORS = {
110
+ "kitty": ColorSystem.EIGHT_BIT,
111
+ "256color": ColorSystem.EIGHT_BIT,
112
+ "16color": ColorSystem.STANDARD,
113
+ }
114
+
115
+
116
+ class ConsoleDimensions(NamedTuple):
117
+ """Size of the terminal."""
118
+
119
+ width: int
120
+ """The width of the console in 'cells'."""
121
+ height: int
122
+ """The height of the console in lines."""
123
+
124
+
125
+ @dataclass
126
+ class ConsoleOptions:
127
+ """Options for __rich_console__ method."""
128
+
129
+ size: ConsoleDimensions
130
+ """Size of console."""
131
+ legacy_windows: bool
132
+ """legacy_windows: flag for legacy windows."""
133
+ min_width: int
134
+ """Minimum width of renderable."""
135
+ max_width: int
136
+ """Maximum width of renderable."""
137
+ is_terminal: bool
138
+ """True if the target is a terminal, otherwise False."""
139
+ encoding: str
140
+ """Encoding of terminal."""
141
+ max_height: int
142
+ """Height of container (starts as terminal)"""
143
+ justify: Optional[JustifyMethod] = None
144
+ """Justify value override for renderable."""
145
+ overflow: Optional[OverflowMethod] = None
146
+ """Overflow value override for renderable."""
147
+ no_wrap: Optional[bool] = False
148
+ """Disable wrapping for text."""
149
+ highlight: Optional[bool] = None
150
+ """Highlight override for render_str."""
151
+ markup: Optional[bool] = None
152
+ """Enable markup when rendering strings."""
153
+ height: Optional[int] = None
154
+
155
+ @property
156
+ def ascii_only(self) -> bool:
157
+ """Check if renderables should use ascii only."""
158
+ return not self.encoding.startswith("utf")
159
+
160
+ def copy(self) -> "ConsoleOptions":
161
+ """Return a copy of the options.
162
+
163
+ Returns:
164
+ ConsoleOptions: a copy of self.
165
+ """
166
+ options: ConsoleOptions = ConsoleOptions.__new__(ConsoleOptions)
167
+ options.__dict__ = self.__dict__.copy()
168
+ return options
169
+
170
+ def update(
171
+ self,
172
+ *,
173
+ width: Union[int, NoChange] = NO_CHANGE,
174
+ min_width: Union[int, NoChange] = NO_CHANGE,
175
+ max_width: Union[int, NoChange] = NO_CHANGE,
176
+ justify: Union[Optional[JustifyMethod], NoChange] = NO_CHANGE,
177
+ overflow: Union[Optional[OverflowMethod], NoChange] = NO_CHANGE,
178
+ no_wrap: Union[Optional[bool], NoChange] = NO_CHANGE,
179
+ highlight: Union[Optional[bool], NoChange] = NO_CHANGE,
180
+ markup: Union[Optional[bool], NoChange] = NO_CHANGE,
181
+ height: Union[Optional[int], NoChange] = NO_CHANGE,
182
+ ) -> "ConsoleOptions":
183
+ """Update values, return a copy."""
184
+ options = self.copy()
185
+ if not isinstance(width, NoChange):
186
+ options.min_width = options.max_width = max(0, width)
187
+ if not isinstance(min_width, NoChange):
188
+ options.min_width = min_width
189
+ if not isinstance(max_width, NoChange):
190
+ options.max_width = max_width
191
+ if not isinstance(justify, NoChange):
192
+ options.justify = justify
193
+ if not isinstance(overflow, NoChange):
194
+ options.overflow = overflow
195
+ if not isinstance(no_wrap, NoChange):
196
+ options.no_wrap = no_wrap
197
+ if not isinstance(highlight, NoChange):
198
+ options.highlight = highlight
199
+ if not isinstance(markup, NoChange):
200
+ options.markup = markup
201
+ if not isinstance(height, NoChange):
202
+ if height is not None:
203
+ options.max_height = height
204
+ options.height = None if height is None else max(0, height)
205
+ return options
206
+
207
+ def update_width(self, width: int) -> "ConsoleOptions":
208
+ """Update just the width, return a copy.
209
+
210
+ Args:
211
+ width (int): New width (sets both min_width and max_width)
212
+
213
+ Returns:
214
+ ~ConsoleOptions: New console options instance.
215
+ """
216
+ options = self.copy()
217
+ options.min_width = options.max_width = max(0, width)
218
+ return options
219
+
220
+ def update_height(self, height: int) -> "ConsoleOptions":
221
+ """Update the height, and return a copy.
222
+
223
+ Args:
224
+ height (int): New height
225
+
226
+ Returns:
227
+ ~ConsoleOptions: New Console options instance.
228
+ """
229
+ options = self.copy()
230
+ options.max_height = options.height = height
231
+ return options
232
+
233
+ def reset_height(self) -> "ConsoleOptions":
234
+ """Return a copy of the options with height set to ``None``.
235
+
236
+ Returns:
237
+ ~ConsoleOptions: New console options instance.
238
+ """
239
+ options = self.copy()
240
+ options.height = None
241
+ return options
242
+
243
+ def update_dimensions(self, width: int, height: int) -> "ConsoleOptions":
244
+ """Update the width and height, and return a copy.
245
+
246
+ Args:
247
+ width (int): New width (sets both min_width and max_width).
248
+ height (int): New height.
249
+
250
+ Returns:
251
+ ~ConsoleOptions: New console options instance.
252
+ """
253
+ options = self.copy()
254
+ options.min_width = options.max_width = max(0, width)
255
+ options.height = options.max_height = height
256
+ return options
257
+
258
+
259
+ @runtime_checkable
260
+ class RichCast(Protocol):
261
+ """An object that may be 'cast' to a console renderable."""
262
+
263
+ def __rich__(
264
+ self,
265
+ ) -> Union["ConsoleRenderable", "RichCast", str]: # pragma: no cover
266
+ ...
267
+
268
+
269
+ @runtime_checkable
270
+ class ConsoleRenderable(Protocol):
271
+ """An object that supports the console protocol."""
272
+
273
+ def __rich_console__(
274
+ self, console: "Console", options: "ConsoleOptions"
275
+ ) -> "RenderResult": # pragma: no cover
276
+ ...
277
+
278
+
279
+ # A type that may be rendered by Console.
280
+ RenderableType = Union[ConsoleRenderable, RichCast, str]
281
+ """A string or any object that may be rendered by Rich."""
282
+
283
+ # The result of calling a __rich_console__ method.
284
+ RenderResult = Iterable[Union[RenderableType, Segment]]
285
+
286
+ _null_highlighter = NullHighlighter()
287
+
288
+
289
+ class CaptureError(Exception):
290
+ """An error in the Capture context manager."""
291
+
292
+
293
+ class NewLine:
294
+ """A renderable to generate new line(s)"""
295
+
296
+ def __init__(self, count: int = 1) -> None:
297
+ self.count = count
298
+
299
+ def __rich_console__(
300
+ self, console: "Console", options: "ConsoleOptions"
301
+ ) -> Iterable[Segment]:
302
+ yield Segment("\n" * self.count)
303
+
304
+
305
+ class ScreenUpdate:
306
+ """Render a list of lines at a given offset."""
307
+
308
+ def __init__(self, lines: List[List[Segment]], x: int, y: int) -> None:
309
+ self._lines = lines
310
+ self.x = x
311
+ self.y = y
312
+
313
+ def __rich_console__(
314
+ self, console: "Console", options: ConsoleOptions
315
+ ) -> RenderResult:
316
+ x = self.x
317
+ move_to = Control.move_to
318
+ for offset, line in enumerate(self._lines, self.y):
319
+ yield move_to(x, offset)
320
+ yield from line
321
+
322
+
323
+ class Capture:
324
+ """Context manager to capture the result of printing to the console.
325
+ See :meth:`~rich.console.Console.capture` for how to use.
326
+
327
+ Args:
328
+ console (Console): A console instance to capture output.
329
+ """
330
+
331
+ def __init__(self, console: "Console") -> None:
332
+ self._console = console
333
+ self._result: Optional[str] = None
334
+
335
+ def __enter__(self) -> "Capture":
336
+ self._console.begin_capture()
337
+ return self
338
+
339
+ def __exit__(
340
+ self,
341
+ exc_type: Optional[Type[BaseException]],
342
+ exc_val: Optional[BaseException],
343
+ exc_tb: Optional[TracebackType],
344
+ ) -> None:
345
+ self._result = self._console.end_capture()
346
+
347
+ def get(self) -> str:
348
+ """Get the result of the capture."""
349
+ if self._result is None:
350
+ raise CaptureError(
351
+ "Capture result is not available until context manager exits."
352
+ )
353
+ return self._result
354
+
355
+
356
+ class ThemeContext:
357
+ """A context manager to use a temporary theme. See :meth:`~rich.console.Console.use_theme` for usage."""
358
+
359
+ def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None:
360
+ self.console = console
361
+ self.theme = theme
362
+ self.inherit = inherit
363
+
364
+ def __enter__(self) -> "ThemeContext":
365
+ self.console.push_theme(self.theme)
366
+ return self
367
+
368
+ def __exit__(
369
+ self,
370
+ exc_type: Optional[Type[BaseException]],
371
+ exc_val: Optional[BaseException],
372
+ exc_tb: Optional[TracebackType],
373
+ ) -> None:
374
+ self.console.pop_theme()
375
+
376
+
377
+ class PagerContext:
378
+ """A context manager that 'pages' content. See :meth:`~rich.console.Console.pager` for usage."""
379
+
380
+ def __init__(
381
+ self,
382
+ console: "Console",
383
+ pager: Optional[Pager] = None,
384
+ styles: bool = False,
385
+ links: bool = False,
386
+ ) -> None:
387
+ self._console = console
388
+ self.pager = SystemPager() if pager is None else pager
389
+ self.styles = styles
390
+ self.links = links
391
+
392
+ def __enter__(self) -> "PagerContext":
393
+ self._console._enter_buffer()
394
+ return self
395
+
396
+ def __exit__(
397
+ self,
398
+ exc_type: Optional[Type[BaseException]],
399
+ exc_val: Optional[BaseException],
400
+ exc_tb: Optional[TracebackType],
401
+ ) -> None:
402
+ if exc_type is None:
403
+ with self._console._lock:
404
+ buffer: List[Segment] = self._console._buffer[:]
405
+ del self._console._buffer[:]
406
+ segments: Iterable[Segment] = buffer
407
+ if not self.styles:
408
+ segments = Segment.strip_styles(segments)
409
+ elif not self.links:
410
+ segments = Segment.strip_links(segments)
411
+ content = self._console._render_buffer(segments)
412
+ self.pager.show(content)
413
+ self._console._exit_buffer()
414
+
415
+
416
+ class ScreenContext:
417
+ """A context manager that enables an alternative screen. See :meth:`~rich.console.Console.screen` for usage."""
418
+
419
+ def __init__(
420
+ self, console: "Console", hide_cursor: bool, style: StyleType = ""
421
+ ) -> None:
422
+ self.console = console
423
+ self.hide_cursor = hide_cursor
424
+ self.screen = Screen(style=style)
425
+ self._changed = False
426
+
427
+ def update(
428
+ self, *renderables: RenderableType, style: Optional[StyleType] = None
429
+ ) -> None:
430
+ """Update the screen.
431
+
432
+ Args:
433
+ renderable (RenderableType, optional): Optional renderable to replace current renderable,
434
+ or None for no change. Defaults to None.
435
+ style: (Style, optional): Replacement style, or None for no change. Defaults to None.
436
+ """
437
+ if renderables:
438
+ self.screen.renderable = (
439
+ Group(*renderables) if len(renderables) > 1 else renderables[0]
440
+ )
441
+ if style is not None:
442
+ self.screen.style = style
443
+ self.console.print(self.screen, end="")
444
+
445
+ def __enter__(self) -> "ScreenContext":
446
+ self._changed = self.console.set_alt_screen(True)
447
+ if self._changed and self.hide_cursor:
448
+ self.console.show_cursor(False)
449
+ return self
450
+
451
+ def __exit__(
452
+ self,
453
+ exc_type: Optional[Type[BaseException]],
454
+ exc_val: Optional[BaseException],
455
+ exc_tb: Optional[TracebackType],
456
+ ) -> None:
457
+ if self._changed:
458
+ self.console.set_alt_screen(False)
459
+ if self.hide_cursor:
460
+ self.console.show_cursor(True)
461
+
462
+
463
+ class Group:
464
+ """Takes a group of renderables and returns a renderable object that renders the group.
465
+
466
+ Args:
467
+ renderables (Iterable[RenderableType]): An iterable of renderable objects.
468
+ fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True.
469
+ """
470
+
471
+ def __init__(self, *renderables: "RenderableType", fit: bool = True) -> None:
472
+ self._renderables = renderables
473
+ self.fit = fit
474
+ self._render: Optional[List[RenderableType]] = None
475
+
476
+ @property
477
+ def renderables(self) -> List["RenderableType"]:
478
+ if self._render is None:
479
+ self._render = list(self._renderables)
480
+ return self._render
481
+
482
+ def __rich_measure__(
483
+ self, console: "Console", options: "ConsoleOptions"
484
+ ) -> "Measurement":
485
+ if self.fit:
486
+ return measure_renderables(console, options, self.renderables)
487
+ else:
488
+ return Measurement(options.max_width, options.max_width)
489
+
490
+ def __rich_console__(
491
+ self, console: "Console", options: "ConsoleOptions"
492
+ ) -> RenderResult:
493
+ yield from self.renderables
494
+
495
+
496
+ def group(fit: bool = True) -> Callable[..., Callable[..., Group]]:
497
+ """A decorator that turns an iterable of renderables in to a group.
498
+
499
+ Args:
500
+ fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True.
501
+ """
502
+
503
+ def decorator(
504
+ method: Callable[..., Iterable[RenderableType]]
505
+ ) -> Callable[..., Group]:
506
+ """Convert a method that returns an iterable of renderables in to a Group."""
507
+
508
+ @wraps(method)
509
+ def _replace(*args: Any, **kwargs: Any) -> Group:
510
+ renderables = method(*args, **kwargs)
511
+ return Group(*renderables, fit=fit)
512
+
513
+ return _replace
514
+
515
+ return decorator
516
+
517
+
518
+ def _is_jupyter() -> bool: # pragma: no cover
519
+ """Check if we're running in a Jupyter notebook."""
520
+ try:
521
+ get_ipython # type: ignore[name-defined]
522
+ except NameError:
523
+ return False
524
+ ipython = get_ipython() # type: ignore[name-defined]
525
+ shell = ipython.__class__.__name__
526
+ if (
527
+ "google.colab" in str(ipython.__class__)
528
+ or os.getenv("DATABRICKS_RUNTIME_VERSION")
529
+ or shell == "ZMQInteractiveShell"
530
+ ):
531
+ return True # Jupyter notebook or qtconsole
532
+ elif shell == "TerminalInteractiveShell":
533
+ return False # Terminal running IPython
534
+ else:
535
+ return False # Other type (?)
536
+
537
+
538
+ COLOR_SYSTEMS = {
539
+ "standard": ColorSystem.STANDARD,
540
+ "256": ColorSystem.EIGHT_BIT,
541
+ "truecolor": ColorSystem.TRUECOLOR,
542
+ "windows": ColorSystem.WINDOWS,
543
+ }
544
+
545
+ _COLOR_SYSTEMS_NAMES = {system: name for name, system in COLOR_SYSTEMS.items()}
546
+
547
+
548
+ @dataclass
549
+ class ConsoleThreadLocals(threading.local):
550
+ """Thread local values for Console context."""
551
+
552
+ theme_stack: ThemeStack
553
+ buffer: List[Segment] = field(default_factory=list)
554
+ buffer_index: int = 0
555
+
556
+
557
+ class RenderHook(ABC):
558
+ """Provides hooks in to the render process."""
559
+
560
+ @abstractmethod
561
+ def process_renderables(
562
+ self, renderables: List[ConsoleRenderable]
563
+ ) -> List[ConsoleRenderable]:
564
+ """Called with a list of objects to render.
565
+
566
+ This method can return a new list of renderables, or modify and return the same list.
567
+
568
+ Args:
569
+ renderables (List[ConsoleRenderable]): A number of renderable objects.
570
+
571
+ Returns:
572
+ List[ConsoleRenderable]: A replacement list of renderables.
573
+ """
574
+
575
+
576
+ _windows_console_features: Optional["WindowsConsoleFeatures"] = None
577
+
578
+
579
+ def get_windows_console_features() -> "WindowsConsoleFeatures": # pragma: no cover
580
+ global _windows_console_features
581
+ if _windows_console_features is not None:
582
+ return _windows_console_features
583
+ from ._windows import get_windows_console_features
584
+
585
+ _windows_console_features = get_windows_console_features()
586
+ return _windows_console_features
587
+
588
+
589
+ def detect_legacy_windows() -> bool:
590
+ """Detect legacy Windows."""
591
+ return WINDOWS and not get_windows_console_features().vt
592
+
593
+
594
+ class Console:
595
+ """A high level console interface.
596
+
597
+ Args:
598
+ color_system (str, optional): The color system supported by your terminal,
599
+ either ``"standard"``, ``"256"`` or ``"truecolor"``. Leave as ``"auto"`` to autodetect.
600
+ force_terminal (Optional[bool], optional): Enable/disable terminal control codes, or None to auto-detect terminal. Defaults to None.
601
+ force_jupyter (Optional[bool], optional): Enable/disable Jupyter rendering, or None to auto-detect Jupyter. Defaults to None.
602
+ force_interactive (Optional[bool], optional): Enable/disable interactive mode, or None to auto detect. Defaults to None.
603
+ soft_wrap (Optional[bool], optional): Set soft wrap default on print method. Defaults to False.
604
+ theme (Theme, optional): An optional style theme object, or ``None`` for default theme.
605
+ stderr (bool, optional): Use stderr rather than stdout if ``file`` is not specified. Defaults to False.
606
+ file (IO, optional): A file object where the console should write to. Defaults to stdout.
607
+ quiet (bool, Optional): Boolean to suppress all output. Defaults to False.
608
+ width (int, optional): The width of the terminal. Leave as default to auto-detect width.
609
+ height (int, optional): The height of the terminal. Leave as default to auto-detect height.
610
+ style (StyleType, optional): Style to apply to all output, or None for no style. Defaults to None.
611
+ no_color (Optional[bool], optional): Enabled no color mode, or None to auto detect. Defaults to None.
612
+ tab_size (int, optional): Number of spaces used to replace a tab character. Defaults to 8.
613
+ record (bool, optional): Boolean to enable recording of terminal output,
614
+ required to call :meth:`export_html`, :meth:`export_svg`, and :meth:`export_text`. Defaults to False.
615
+ markup (bool, optional): Boolean to enable :ref:`console_markup`. Defaults to True.
616
+ emoji (bool, optional): Enable emoji code. Defaults to True.
617
+ emoji_variant (str, optional): Optional emoji variant, either "text" or "emoji". Defaults to None.
618
+ highlight (bool, optional): Enable automatic highlighting. Defaults to True.
619
+ log_time (bool, optional): Boolean to enable logging of time by :meth:`log` methods. Defaults to True.
620
+ log_path (bool, optional): Boolean to enable the logging of the caller by :meth:`log`. Defaults to True.
621
+ log_time_format (Union[str, TimeFormatterCallable], optional): If ``log_time`` is enabled, either string for strftime or callable that formats the time. Defaults to "[%X] ".
622
+ highlighter (HighlighterType, optional): Default highlighter.
623
+ legacy_windows (bool, optional): Enable legacy Windows mode, or ``None`` to auto detect. Defaults to ``None``.
624
+ safe_box (bool, optional): Restrict box options that don't render on legacy Windows.
625
+ get_datetime (Callable[[], datetime], optional): Callable that gets the current time as a datetime.datetime object (used by Console.log),
626
+ or None for datetime.now.
627
+ get_time (Callable[[], time], optional): Callable that gets the current time in seconds, default uses time.monotonic.
628
+ """
629
+
630
+ _environ: Mapping[str, str] = os.environ
631
+
632
+ def __init__(
633
+ self,
634
+ *,
635
+ color_system: Optional[
636
+ Literal["auto", "standard", "256", "truecolor", "windows"]
637
+ ] = "auto",
638
+ force_terminal: Optional[bool] = None,
639
+ force_jupyter: Optional[bool] = None,
640
+ force_interactive: Optional[bool] = None,
641
+ soft_wrap: bool = False,
642
+ theme: Optional[Theme] = None,
643
+ stderr: bool = False,
644
+ file: Optional[IO[str]] = None,
645
+ quiet: bool = False,
646
+ width: Optional[int] = None,
647
+ height: Optional[int] = None,
648
+ style: Optional[StyleType] = None,
649
+ no_color: Optional[bool] = None,
650
+ tab_size: int = 8,
651
+ record: bool = False,
652
+ markup: bool = True,
653
+ emoji: bool = True,
654
+ emoji_variant: Optional[EmojiVariant] = None,
655
+ highlight: bool = True,
656
+ log_time: bool = True,
657
+ log_path: bool = True,
658
+ log_time_format: Union[str, FormatTimeCallable] = "[%X]",
659
+ highlighter: Optional["HighlighterType"] = ReprHighlighter(),
660
+ legacy_windows: Optional[bool] = None,
661
+ safe_box: bool = True,
662
+ get_datetime: Optional[Callable[[], datetime]] = None,
663
+ get_time: Optional[Callable[[], float]] = None,
664
+ _environ: Optional[Mapping[str, str]] = None,
665
+ ):
666
+ # Copy of os.environ allows us to replace it for testing
667
+ if _environ is not None:
668
+ self._environ = _environ
669
+
670
+ self.is_jupyter = _is_jupyter() if force_jupyter is None else force_jupyter
671
+ if self.is_jupyter:
672
+ if width is None:
673
+ jupyter_columns = self._environ.get("JUPYTER_COLUMNS")
674
+ if jupyter_columns is not None and jupyter_columns.isdigit():
675
+ width = int(jupyter_columns)
676
+ else:
677
+ width = JUPYTER_DEFAULT_COLUMNS
678
+ if height is None:
679
+ jupyter_lines = self._environ.get("JUPYTER_LINES")
680
+ if jupyter_lines is not None and jupyter_lines.isdigit():
681
+ height = int(jupyter_lines)
682
+ else:
683
+ height = JUPYTER_DEFAULT_LINES
684
+
685
+ self.tab_size = tab_size
686
+ self.record = record
687
+ self._markup = markup
688
+ self._emoji = emoji
689
+ self._emoji_variant: Optional[EmojiVariant] = emoji_variant
690
+ self._highlight = highlight
691
+ self.legacy_windows: bool = (
692
+ (detect_legacy_windows() and not self.is_jupyter)
693
+ if legacy_windows is None
694
+ else legacy_windows
695
+ )
696
+
697
+ if width is None:
698
+ columns = self._environ.get("COLUMNS")
699
+ if columns is not None and columns.isdigit():
700
+ width = int(columns) - self.legacy_windows
701
+ if height is None:
702
+ lines = self._environ.get("LINES")
703
+ if lines is not None and lines.isdigit():
704
+ height = int(lines)
705
+
706
+ self.soft_wrap = soft_wrap
707
+ self._width = width
708
+ self._height = height
709
+
710
+ self._color_system: Optional[ColorSystem]
711
+
712
+ self._force_terminal = None
713
+ if force_terminal is not None:
714
+ self._force_terminal = force_terminal
715
+
716
+ self._file = file
717
+ self.quiet = quiet
718
+ self.stderr = stderr
719
+
720
+ if color_system is None:
721
+ self._color_system = None
722
+ elif color_system == "auto":
723
+ self._color_system = self._detect_color_system()
724
+ else:
725
+ self._color_system = COLOR_SYSTEMS[color_system]
726
+
727
+ self._lock = threading.RLock()
728
+ self._log_render = LogRender(
729
+ show_time=log_time,
730
+ show_path=log_path,
731
+ time_format=log_time_format,
732
+ )
733
+ self.highlighter: HighlighterType = highlighter or _null_highlighter
734
+ self.safe_box = safe_box
735
+ self.get_datetime = get_datetime or datetime.now
736
+ self.get_time = get_time or monotonic
737
+ self.style = style
738
+ self.no_color = (
739
+ no_color if no_color is not None else "NO_COLOR" in self._environ
740
+ )
741
+ self.is_interactive = (
742
+ (self.is_terminal and not self.is_dumb_terminal)
743
+ if force_interactive is None
744
+ else force_interactive
745
+ )
746
+
747
+ self._record_buffer_lock = threading.RLock()
748
+ self._thread_locals = ConsoleThreadLocals(
749
+ theme_stack=ThemeStack(themes.DEFAULT if theme is None else theme)
750
+ )
751
+ self._record_buffer: List[Segment] = []
752
+ self._render_hooks: List[RenderHook] = []
753
+ self._live: Optional["Live"] = None
754
+ self._is_alt_screen = False
755
+
756
+ def __repr__(self) -> str:
757
+ return f"<console width={self.width} {self._color_system!s}>"
758
+
759
+ @property
760
+ def file(self) -> IO[str]:
761
+ """Get the file object to write to."""
762
+ file = self._file or (sys.stderr if self.stderr else sys.stdout)
763
+ file = getattr(file, "rich_proxied_file", file)
764
+ if file is None:
765
+ file = NULL_FILE
766
+ return file
767
+
768
+ @file.setter
769
+ def file(self, new_file: IO[str]) -> None:
770
+ """Set a new file object."""
771
+ self._file = new_file
772
+
773
+ @property
774
+ def _buffer(self) -> List[Segment]:
775
+ """Get a thread local buffer."""
776
+ return self._thread_locals.buffer
777
+
778
+ @property
779
+ def _buffer_index(self) -> int:
780
+ """Get a thread local buffer."""
781
+ return self._thread_locals.buffer_index
782
+
783
+ @_buffer_index.setter
784
+ def _buffer_index(self, value: int) -> None:
785
+ self._thread_locals.buffer_index = value
786
+
787
+ @property
788
+ def _theme_stack(self) -> ThemeStack:
789
+ """Get the thread local theme stack."""
790
+ return self._thread_locals.theme_stack
791
+
792
+ def _detect_color_system(self) -> Optional[ColorSystem]:
793
+ """Detect color system from env vars."""
794
+ if self.is_jupyter:
795
+ return ColorSystem.TRUECOLOR
796
+ if not self.is_terminal or self.is_dumb_terminal:
797
+ return None
798
+ if WINDOWS: # pragma: no cover
799
+ if self.legacy_windows: # pragma: no cover
800
+ return ColorSystem.WINDOWS
801
+ windows_console_features = get_windows_console_features()
802
+ return (
803
+ ColorSystem.TRUECOLOR
804
+ if windows_console_features.truecolor
805
+ else ColorSystem.EIGHT_BIT
806
+ )
807
+ else:
808
+ color_term = self._environ.get("COLORTERM", "").strip().lower()
809
+ if color_term in ("truecolor", "24bit"):
810
+ return ColorSystem.TRUECOLOR
811
+ term = self._environ.get("TERM", "").strip().lower()
812
+ _term_name, _hyphen, colors = term.rpartition("-")
813
+ color_system = _TERM_COLORS.get(colors, ColorSystem.STANDARD)
814
+ return color_system
815
+
816
+ def _enter_buffer(self) -> None:
817
+ """Enter in to a buffer context, and buffer all output."""
818
+ self._buffer_index += 1
819
+
820
+ def _exit_buffer(self) -> None:
821
+ """Leave buffer context, and render content if required."""
822
+ self._buffer_index -= 1
823
+ self._check_buffer()
824
+
825
+ def set_live(self, live: "Live") -> None:
826
+ """Set Live instance. Used by Live context manager.
827
+
828
+ Args:
829
+ live (Live): Live instance using this Console.
830
+
831
+ Raises:
832
+ errors.LiveError: If this Console has a Live context currently active.
833
+ """
834
+ with self._lock:
835
+ if self._live is not None:
836
+ raise errors.LiveError("Only one live display may be active at once")
837
+ self._live = live
838
+
839
+ def clear_live(self) -> None:
840
+ """Clear the Live instance."""
841
+ with self._lock:
842
+ self._live = None
843
+
844
+ def push_render_hook(self, hook: RenderHook) -> None:
845
+ """Add a new render hook to the stack.
846
+
847
+ Args:
848
+ hook (RenderHook): Render hook instance.
849
+ """
850
+ with self._lock:
851
+ self._render_hooks.append(hook)
852
+
853
+ def pop_render_hook(self) -> None:
854
+ """Pop the last renderhook from the stack."""
855
+ with self._lock:
856
+ self._render_hooks.pop()
857
+
858
+ def __enter__(self) -> "Console":
859
+ """Own context manager to enter buffer context."""
860
+ self._enter_buffer()
861
+ return self
862
+
863
+ def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
864
+ """Exit buffer context."""
865
+ self._exit_buffer()
866
+
867
+ def begin_capture(self) -> None:
868
+ """Begin capturing console output. Call :meth:`end_capture` to exit capture mode and return output."""
869
+ self._enter_buffer()
870
+
871
+ def end_capture(self) -> str:
872
+ """End capture mode and return captured string.
873
+
874
+ Returns:
875
+ str: Console output.
876
+ """
877
+ render_result = self._render_buffer(self._buffer)
878
+ del self._buffer[:]
879
+ self._exit_buffer()
880
+ return render_result
881
+
882
+ def push_theme(self, theme: Theme, *, inherit: bool = True) -> None:
883
+ """Push a new theme on to the top of the stack, replacing the styles from the previous theme.
884
+ Generally speaking, you should call :meth:`~rich.console.Console.use_theme` to get a context manager, rather
885
+ than calling this method directly.
886
+
887
+ Args:
888
+ theme (Theme): A theme instance.
889
+ inherit (bool, optional): Inherit existing styles. Defaults to True.
890
+ """
891
+ self._theme_stack.push_theme(theme, inherit=inherit)
892
+
893
+ def pop_theme(self) -> None:
894
+ """Remove theme from top of stack, restoring previous theme."""
895
+ self._theme_stack.pop_theme()
896
+
897
+ def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext:
898
+ """Use a different theme for the duration of the context manager.
899
+
900
+ Args:
901
+ theme (Theme): Theme instance to user.
902
+ inherit (bool, optional): Inherit existing console styles. Defaults to True.
903
+
904
+ Returns:
905
+ ThemeContext: [description]
906
+ """
907
+ return ThemeContext(self, theme, inherit)
908
+
909
+ @property
910
+ def color_system(self) -> Optional[str]:
911
+ """Get color system string.
912
+
913
+ Returns:
914
+ Optional[str]: "standard", "256" or "truecolor".
915
+ """
916
+
917
+ if self._color_system is not None:
918
+ return _COLOR_SYSTEMS_NAMES[self._color_system]
919
+ else:
920
+ return None
921
+
922
+ @property
923
+ def encoding(self) -> str:
924
+ """Get the encoding of the console file, e.g. ``"utf-8"``.
925
+
926
+ Returns:
927
+ str: A standard encoding string.
928
+ """
929
+ return (getattr(self.file, "encoding", "utf-8") or "utf-8").lower()
930
+
931
+ @property
932
+ def is_terminal(self) -> bool:
933
+ """Check if the console is writing to a terminal.
934
+
935
+ Returns:
936
+ bool: True if the console writing to a device capable of
937
+ understanding terminal codes, otherwise False.
938
+ """
939
+ if self._force_terminal is not None:
940
+ return self._force_terminal
941
+
942
+ if hasattr(sys.stdin, "__module__") and sys.stdin.__module__.startswith(
943
+ "idlelib"
944
+ ):
945
+ # Return False for Idle which claims to be a tty but can't handle ansi codes
946
+ return False
947
+
948
+ if self.is_jupyter:
949
+ # return False for Jupyter, which may have FORCE_COLOR set
950
+ return False
951
+
952
+ # If FORCE_COLOR env var has any value at all, we assume a terminal.
953
+ force_color = self._environ.get("FORCE_COLOR")
954
+ if force_color is not None:
955
+ self._force_terminal = True
956
+ return True
957
+
958
+ isatty: Optional[Callable[[], bool]] = getattr(self.file, "isatty", None)
959
+ try:
960
+ return False if isatty is None else isatty()
961
+ except ValueError:
962
+ # in some situation (at the end of a pytest run for example) isatty() can raise
963
+ # ValueError: I/O operation on closed file
964
+ # return False because we aren't in a terminal anymore
965
+ return False
966
+
967
+ @property
968
+ def is_dumb_terminal(self) -> bool:
969
+ """Detect dumb terminal.
970
+
971
+ Returns:
972
+ bool: True if writing to a dumb terminal, otherwise False.
973
+
974
+ """
975
+ _term = self._environ.get("TERM", "")
976
+ is_dumb = _term.lower() in ("dumb", "unknown")
977
+ return self.is_terminal and is_dumb
978
+
979
+ @property
980
+ def options(self) -> ConsoleOptions:
981
+ """Get default console options."""
982
+ return ConsoleOptions(
983
+ max_height=self.size.height,
984
+ size=self.size,
985
+ legacy_windows=self.legacy_windows,
986
+ min_width=1,
987
+ max_width=self.width,
988
+ encoding=self.encoding,
989
+ is_terminal=self.is_terminal,
990
+ )
991
+
992
+ @property
993
+ def size(self) -> ConsoleDimensions:
994
+ """Get the size of the console.
995
+
996
+ Returns:
997
+ ConsoleDimensions: A named tuple containing the dimensions.
998
+ """
999
+
1000
+ if self._width is not None and self._height is not None:
1001
+ return ConsoleDimensions(self._width - self.legacy_windows, self._height)
1002
+
1003
+ if self.is_dumb_terminal:
1004
+ return ConsoleDimensions(80, 25)
1005
+
1006
+ width: Optional[int] = None
1007
+ height: Optional[int] = None
1008
+
1009
+ if WINDOWS: # pragma: no cover
1010
+ try:
1011
+ width, height = os.get_terminal_size()
1012
+ except (AttributeError, ValueError, OSError): # Probably not a terminal
1013
+ pass
1014
+ else:
1015
+ for file_descriptor in _STD_STREAMS:
1016
+ try:
1017
+ width, height = os.get_terminal_size(file_descriptor)
1018
+ except (AttributeError, ValueError, OSError):
1019
+ pass
1020
+ else:
1021
+ break
1022
+
1023
+ columns = self._environ.get("COLUMNS")
1024
+ if columns is not None and columns.isdigit():
1025
+ width = int(columns)
1026
+ lines = self._environ.get("LINES")
1027
+ if lines is not None and lines.isdigit():
1028
+ height = int(lines)
1029
+
1030
+ # get_terminal_size can report 0, 0 if run from pseudo-terminal
1031
+ width = width or 80
1032
+ height = height or 25
1033
+ return ConsoleDimensions(
1034
+ width - self.legacy_windows if self._width is None else self._width,
1035
+ height if self._height is None else self._height,
1036
+ )
1037
+
1038
+ @size.setter
1039
+ def size(self, new_size: Tuple[int, int]) -> None:
1040
+ """Set a new size for the terminal.
1041
+
1042
+ Args:
1043
+ new_size (Tuple[int, int]): New width and height.
1044
+ """
1045
+ width, height = new_size
1046
+ self._width = width
1047
+ self._height = height
1048
+
1049
+ @property
1050
+ def width(self) -> int:
1051
+ """Get the width of the console.
1052
+
1053
+ Returns:
1054
+ int: The width (in characters) of the console.
1055
+ """
1056
+ return self.size.width
1057
+
1058
+ @width.setter
1059
+ def width(self, width: int) -> None:
1060
+ """Set width.
1061
+
1062
+ Args:
1063
+ width (int): New width.
1064
+ """
1065
+ self._width = width
1066
+
1067
+ @property
1068
+ def height(self) -> int:
1069
+ """Get the height of the console.
1070
+
1071
+ Returns:
1072
+ int: The height (in lines) of the console.
1073
+ """
1074
+ return self.size.height
1075
+
1076
+ @height.setter
1077
+ def height(self, height: int) -> None:
1078
+ """Set height.
1079
+
1080
+ Args:
1081
+ height (int): new height.
1082
+ """
1083
+ self._height = height
1084
+
1085
+ def bell(self) -> None:
1086
+ """Play a 'bell' sound (if supported by the terminal)."""
1087
+ self.control(Control.bell())
1088
+
1089
+ def capture(self) -> Capture:
1090
+ """A context manager to *capture* the result of print() or log() in a string,
1091
+ rather than writing it to the console.
1092
+
1093
+ Example:
1094
+ >>> from rich.console import Console
1095
+ >>> console = Console()
1096
+ >>> with console.capture() as capture:
1097
+ ... console.print("[bold magenta]Hello World[/]")
1098
+ >>> print(capture.get())
1099
+
1100
+ Returns:
1101
+ Capture: Context manager with disables writing to the terminal.
1102
+ """
1103
+ capture = Capture(self)
1104
+ return capture
1105
+
1106
+ def pager(
1107
+ self, pager: Optional[Pager] = None, styles: bool = False, links: bool = False
1108
+ ) -> PagerContext:
1109
+ """A context manager to display anything printed within a "pager". The pager application
1110
+ is defined by the system and will typically support at least pressing a key to scroll.
1111
+
1112
+ Args:
1113
+ pager (Pager, optional): A pager object, or None to use :class:`~rich.pager.SystemPager`. Defaults to None.
1114
+ styles (bool, optional): Show styles in pager. Defaults to False.
1115
+ links (bool, optional): Show links in pager. Defaults to False.
1116
+
1117
+ Example:
1118
+ >>> from rich.console import Console
1119
+ >>> from rich.__main__ import make_test_card
1120
+ >>> console = Console()
1121
+ >>> with console.pager():
1122
+ console.print(make_test_card())
1123
+
1124
+ Returns:
1125
+ PagerContext: A context manager.
1126
+ """
1127
+ return PagerContext(self, pager=pager, styles=styles, links=links)
1128
+
1129
+ def line(self, count: int = 1) -> None:
1130
+ """Write new line(s).
1131
+
1132
+ Args:
1133
+ count (int, optional): Number of new lines. Defaults to 1.
1134
+ """
1135
+
1136
+ assert count >= 0, "count must be >= 0"
1137
+ self.print(NewLine(count))
1138
+
1139
+ def clear(self, home: bool = True) -> None:
1140
+ """Clear the screen.
1141
+
1142
+ Args:
1143
+ home (bool, optional): Also move the cursor to 'home' position. Defaults to True.
1144
+ """
1145
+ if home:
1146
+ self.control(Control.clear(), Control.home())
1147
+ else:
1148
+ self.control(Control.clear())
1149
+
1150
+ def status(
1151
+ self,
1152
+ status: RenderableType,
1153
+ *,
1154
+ spinner: str = "dots",
1155
+ spinner_style: StyleType = "status.spinner",
1156
+ speed: float = 1.0,
1157
+ refresh_per_second: float = 12.5,
1158
+ ) -> "Status":
1159
+ """Display a status and spinner.
1160
+
1161
+ Args:
1162
+ status (RenderableType): A status renderable (str or Text typically).
1163
+ spinner (str, optional): Name of spinner animation (see python -m rich.spinner). Defaults to "dots".
1164
+ spinner_style (StyleType, optional): Style of spinner. Defaults to "status.spinner".
1165
+ speed (float, optional): Speed factor for spinner animation. Defaults to 1.0.
1166
+ refresh_per_second (float, optional): Number of refreshes per second. Defaults to 12.5.
1167
+
1168
+ Returns:
1169
+ Status: A Status object that may be used as a context manager.
1170
+ """
1171
+ from .status import Status
1172
+
1173
+ status_renderable = Status(
1174
+ status,
1175
+ console=self,
1176
+ spinner=spinner,
1177
+ spinner_style=spinner_style,
1178
+ speed=speed,
1179
+ refresh_per_second=refresh_per_second,
1180
+ )
1181
+ return status_renderable
1182
+
1183
+ def show_cursor(self, show: bool = True) -> bool:
1184
+ """Show or hide the cursor.
1185
+
1186
+ Args:
1187
+ show (bool, optional): Set visibility of the cursor.
1188
+ """
1189
+ if self.is_terminal:
1190
+ self.control(Control.show_cursor(show))
1191
+ return True
1192
+ return False
1193
+
1194
+ def set_alt_screen(self, enable: bool = True) -> bool:
1195
+ """Enables alternative screen mode.
1196
+
1197
+ Note, if you enable this mode, you should ensure that is disabled before
1198
+ the application exits. See :meth:`~rich.Console.screen` for a context manager
1199
+ that handles this for you.
1200
+
1201
+ Args:
1202
+ enable (bool, optional): Enable (True) or disable (False) alternate screen. Defaults to True.
1203
+
1204
+ Returns:
1205
+ bool: True if the control codes were written.
1206
+
1207
+ """
1208
+ changed = False
1209
+ if self.is_terminal and not self.legacy_windows:
1210
+ self.control(Control.alt_screen(enable))
1211
+ changed = True
1212
+ self._is_alt_screen = enable
1213
+ return changed
1214
+
1215
+ @property
1216
+ def is_alt_screen(self) -> bool:
1217
+ """Check if the alt screen was enabled.
1218
+
1219
+ Returns:
1220
+ bool: True if the alt screen was enabled, otherwise False.
1221
+ """
1222
+ return self._is_alt_screen
1223
+
1224
+ def set_window_title(self, title: str) -> bool:
1225
+ """Set the title of the console terminal window.
1226
+
1227
+ Warning: There is no means within Rich of "resetting" the window title to its
1228
+ previous value, meaning the title you set will persist even after your application
1229
+ exits.
1230
+
1231
+ ``fish`` shell resets the window title before and after each command by default,
1232
+ negating this issue. Windows Terminal and command prompt will also reset the title for you.
1233
+ Most other shells and terminals, however, do not do this.
1234
+
1235
+ Some terminals may require configuration changes before you can set the title.
1236
+ Some terminals may not support setting the title at all.
1237
+
1238
+ Other software (including the terminal itself, the shell, custom prompts, plugins, etc.)
1239
+ may also set the terminal window title. This could result in whatever value you write
1240
+ using this method being overwritten.
1241
+
1242
+ Args:
1243
+ title (str): The new title of the terminal window.
1244
+
1245
+ Returns:
1246
+ bool: True if the control code to change the terminal title was
1247
+ written, otherwise False. Note that a return value of True
1248
+ does not guarantee that the window title has actually changed,
1249
+ since the feature may be unsupported/disabled in some terminals.
1250
+ """
1251
+ if self.is_terminal:
1252
+ self.control(Control.title(title))
1253
+ return True
1254
+ return False
1255
+
1256
+ def screen(
1257
+ self, hide_cursor: bool = True, style: Optional[StyleType] = None
1258
+ ) -> "ScreenContext":
1259
+ """Context manager to enable and disable 'alternative screen' mode.
1260
+
1261
+ Args:
1262
+ hide_cursor (bool, optional): Also hide the cursor. Defaults to False.
1263
+ style (Style, optional): Optional style for screen. Defaults to None.
1264
+
1265
+ Returns:
1266
+ ~ScreenContext: Context which enables alternate screen on enter, and disables it on exit.
1267
+ """
1268
+ return ScreenContext(self, hide_cursor=hide_cursor, style=style or "")
1269
+
1270
+ def measure(
1271
+ self, renderable: RenderableType, *, options: Optional[ConsoleOptions] = None
1272
+ ) -> Measurement:
1273
+ """Measure a renderable. Returns a :class:`~rich.measure.Measurement` object which contains
1274
+ information regarding the number of characters required to print the renderable.
1275
+
1276
+ Args:
1277
+ renderable (RenderableType): Any renderable or string.
1278
+ options (Optional[ConsoleOptions], optional): Options to use when measuring, or None
1279
+ to use default options. Defaults to None.
1280
+
1281
+ Returns:
1282
+ Measurement: A measurement of the renderable.
1283
+ """
1284
+ measurement = Measurement.get(self, options or self.options, renderable)
1285
+ return measurement
1286
+
1287
+ def render(
1288
+ self, renderable: RenderableType, options: Optional[ConsoleOptions] = None
1289
+ ) -> Iterable[Segment]:
1290
+ """Render an object in to an iterable of `Segment` instances.
1291
+
1292
+ This method contains the logic for rendering objects with the console protocol.
1293
+ You are unlikely to need to use it directly, unless you are extending the library.
1294
+
1295
+ Args:
1296
+ renderable (RenderableType): An object supporting the console protocol, or
1297
+ an object that may be converted to a string.
1298
+ options (ConsoleOptions, optional): An options object, or None to use self.options. Defaults to None.
1299
+
1300
+ Returns:
1301
+ Iterable[Segment]: An iterable of segments that may be rendered.
1302
+ """
1303
+
1304
+ _options = options or self.options
1305
+ if _options.max_width < 1:
1306
+ # No space to render anything. This prevents potential recursion errors.
1307
+ return
1308
+ render_iterable: RenderResult
1309
+
1310
+ renderable = rich_cast(renderable)
1311
+ if hasattr(renderable, "__rich_console__") and not isclass(renderable):
1312
+ render_iterable = renderable.__rich_console__(self, _options) # type: ignore[union-attr]
1313
+ elif isinstance(renderable, str):
1314
+ text_renderable = self.render_str(
1315
+ renderable, highlight=_options.highlight, markup=_options.markup
1316
+ )
1317
+ render_iterable = text_renderable.__rich_console__(self, _options)
1318
+ else:
1319
+ raise errors.NotRenderableError(
1320
+ f"Unable to render {renderable!r}; "
1321
+ "A str, Segment or object with __rich_console__ method is required"
1322
+ )
1323
+
1324
+ try:
1325
+ iter_render = iter(render_iterable)
1326
+ except TypeError:
1327
+ raise errors.NotRenderableError(
1328
+ f"object {render_iterable!r} is not renderable"
1329
+ )
1330
+ _Segment = Segment
1331
+ _options = _options.reset_height()
1332
+ for render_output in iter_render:
1333
+ if isinstance(render_output, _Segment):
1334
+ yield render_output
1335
+ else:
1336
+ yield from self.render(render_output, _options)
1337
+
1338
+ def render_lines(
1339
+ self,
1340
+ renderable: RenderableType,
1341
+ options: Optional[ConsoleOptions] = None,
1342
+ *,
1343
+ style: Optional[Style] = None,
1344
+ pad: bool = True,
1345
+ new_lines: bool = False,
1346
+ ) -> List[List[Segment]]:
1347
+ """Render objects in to a list of lines.
1348
+
1349
+ The output of render_lines is useful when further formatting of rendered console text
1350
+ is required, such as the Panel class which draws a border around any renderable object.
1351
+
1352
+ Args:
1353
+ renderable (RenderableType): Any object renderable in the console.
1354
+ options (Optional[ConsoleOptions], optional): Console options, or None to use self.options. Default to ``None``.
1355
+ style (Style, optional): Optional style to apply to renderables. Defaults to ``None``.
1356
+ pad (bool, optional): Pad lines shorter than render width. Defaults to ``True``.
1357
+ new_lines (bool, optional): Include "\n" characters at end of lines.
1358
+
1359
+ Returns:
1360
+ List[List[Segment]]: A list of lines, where a line is a list of Segment objects.
1361
+ """
1362
+ with self._lock:
1363
+ render_options = options or self.options
1364
+ _rendered = self.render(renderable, render_options)
1365
+ if style:
1366
+ _rendered = Segment.apply_style(_rendered, style)
1367
+
1368
+ render_height = render_options.height
1369
+ if render_height is not None:
1370
+ render_height = max(0, render_height)
1371
+
1372
+ lines = list(
1373
+ islice(
1374
+ Segment.split_and_crop_lines(
1375
+ _rendered,
1376
+ render_options.max_width,
1377
+ include_new_lines=new_lines,
1378
+ pad=pad,
1379
+ style=style,
1380
+ ),
1381
+ None,
1382
+ render_height,
1383
+ )
1384
+ )
1385
+ if render_options.height is not None:
1386
+ extra_lines = render_options.height - len(lines)
1387
+ if extra_lines > 0:
1388
+ pad_line = [
1389
+ [Segment(" " * render_options.max_width, style), Segment("\n")]
1390
+ if new_lines
1391
+ else [Segment(" " * render_options.max_width, style)]
1392
+ ]
1393
+ lines.extend(pad_line * extra_lines)
1394
+
1395
+ return lines
1396
+
1397
+ def render_str(
1398
+ self,
1399
+ text: str,
1400
+ *,
1401
+ style: Union[str, Style] = "",
1402
+ justify: Optional[JustifyMethod] = None,
1403
+ overflow: Optional[OverflowMethod] = None,
1404
+ emoji: Optional[bool] = None,
1405
+ markup: Optional[bool] = None,
1406
+ highlight: Optional[bool] = None,
1407
+ highlighter: Optional[HighlighterType] = None,
1408
+ ) -> "Text":
1409
+ """Convert a string to a Text instance. This is called automatically if
1410
+ you print or log a string.
1411
+
1412
+ Args:
1413
+ text (str): Text to render.
1414
+ style (Union[str, Style], optional): Style to apply to rendered text.
1415
+ justify (str, optional): Justify method: "default", "left", "center", "full", or "right". Defaults to ``None``.
1416
+ overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to ``None``.
1417
+ emoji (Optional[bool], optional): Enable emoji, or ``None`` to use Console default.
1418
+ markup (Optional[bool], optional): Enable markup, or ``None`` to use Console default.
1419
+ highlight (Optional[bool], optional): Enable highlighting, or ``None`` to use Console default.
1420
+ highlighter (HighlighterType, optional): Optional highlighter to apply.
1421
+ Returns:
1422
+ ConsoleRenderable: Renderable object.
1423
+
1424
+ """
1425
+ emoji_enabled = emoji or (emoji is None and self._emoji)
1426
+ markup_enabled = markup or (markup is None and self._markup)
1427
+ highlight_enabled = highlight or (highlight is None and self._highlight)
1428
+
1429
+ if markup_enabled:
1430
+ rich_text = render_markup(
1431
+ text,
1432
+ style=style,
1433
+ emoji=emoji_enabled,
1434
+ emoji_variant=self._emoji_variant,
1435
+ )
1436
+ rich_text.justify = justify
1437
+ rich_text.overflow = overflow
1438
+ else:
1439
+ rich_text = Text(
1440
+ _emoji_replace(text, default_variant=self._emoji_variant)
1441
+ if emoji_enabled
1442
+ else text,
1443
+ justify=justify,
1444
+ overflow=overflow,
1445
+ style=style,
1446
+ )
1447
+
1448
+ _highlighter = (highlighter or self.highlighter) if highlight_enabled else None
1449
+ if _highlighter is not None:
1450
+ highlight_text = _highlighter(str(rich_text))
1451
+ highlight_text.copy_styles(rich_text)
1452
+ return highlight_text
1453
+
1454
+ return rich_text
1455
+
1456
+ def get_style(
1457
+ self, name: Union[str, Style], *, default: Optional[Union[Style, str]] = None
1458
+ ) -> Style:
1459
+ """Get a Style instance by its theme name or parse a definition.
1460
+
1461
+ Args:
1462
+ name (str): The name of a style or a style definition.
1463
+
1464
+ Returns:
1465
+ Style: A Style object.
1466
+
1467
+ Raises:
1468
+ MissingStyle: If no style could be parsed from name.
1469
+
1470
+ """
1471
+ if isinstance(name, Style):
1472
+ return name
1473
+
1474
+ try:
1475
+ style = self._theme_stack.get(name)
1476
+ if style is None:
1477
+ style = Style.parse(name)
1478
+ return style.copy() if style.link else style
1479
+ except errors.StyleSyntaxError as error:
1480
+ if default is not None:
1481
+ return self.get_style(default)
1482
+ raise errors.MissingStyle(
1483
+ f"Failed to get style {name!r}; {error}"
1484
+ ) from None
1485
+
1486
+ def _collect_renderables(
1487
+ self,
1488
+ objects: Iterable[Any],
1489
+ sep: str,
1490
+ end: str,
1491
+ *,
1492
+ justify: Optional[JustifyMethod] = None,
1493
+ emoji: Optional[bool] = None,
1494
+ markup: Optional[bool] = None,
1495
+ highlight: Optional[bool] = None,
1496
+ ) -> List[ConsoleRenderable]:
1497
+ """Combine a number of renderables and text into one renderable.
1498
+
1499
+ Args:
1500
+ objects (Iterable[Any]): Anything that Rich can render.
1501
+ sep (str): String to write between print data.
1502
+ end (str): String to write at end of print data.
1503
+ justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``.
1504
+ emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default.
1505
+ markup (Optional[bool], optional): Enable markup, or ``None`` to use console default.
1506
+ highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default.
1507
+
1508
+ Returns:
1509
+ List[ConsoleRenderable]: A list of things to render.
1510
+ """
1511
+ renderables: List[ConsoleRenderable] = []
1512
+ _append = renderables.append
1513
+ text: List[Text] = []
1514
+ append_text = text.append
1515
+
1516
+ append = _append
1517
+ if justify in ("left", "center", "right"):
1518
+
1519
+ def align_append(renderable: RenderableType) -> None:
1520
+ _append(Align(renderable, cast(AlignMethod, justify)))
1521
+
1522
+ append = align_append
1523
+
1524
+ _highlighter: HighlighterType = _null_highlighter
1525
+ if highlight or (highlight is None and self._highlight):
1526
+ _highlighter = self.highlighter
1527
+
1528
+ def check_text() -> None:
1529
+ if text:
1530
+ sep_text = Text(sep, justify=justify, end=end)
1531
+ append(sep_text.join(text))
1532
+ text.clear()
1533
+
1534
+ for renderable in objects:
1535
+ renderable = rich_cast(renderable)
1536
+ if isinstance(renderable, str):
1537
+ append_text(
1538
+ self.render_str(
1539
+ renderable, emoji=emoji, markup=markup, highlighter=_highlighter
1540
+ )
1541
+ )
1542
+ elif isinstance(renderable, Text):
1543
+ append_text(renderable)
1544
+ elif isinstance(renderable, ConsoleRenderable):
1545
+ check_text()
1546
+ append(renderable)
1547
+ elif is_expandable(renderable):
1548
+ check_text()
1549
+ append(Pretty(renderable, highlighter=_highlighter))
1550
+ else:
1551
+ append_text(_highlighter(str(renderable)))
1552
+
1553
+ check_text()
1554
+
1555
+ if self.style is not None:
1556
+ style = self.get_style(self.style)
1557
+ renderables = [Styled(renderable, style) for renderable in renderables]
1558
+
1559
+ return renderables
1560
+
1561
+ def rule(
1562
+ self,
1563
+ title: TextType = "",
1564
+ *,
1565
+ characters: str = "─",
1566
+ style: Union[str, Style] = "rule.line",
1567
+ align: AlignMethod = "center",
1568
+ ) -> None:
1569
+ """Draw a line with optional centered title.
1570
+
1571
+ Args:
1572
+ title (str, optional): Text to render over the rule. Defaults to "".
1573
+ characters (str, optional): Character(s) to form the line. Defaults to "─".
1574
+ style (str, optional): Style of line. Defaults to "rule.line".
1575
+ align (str, optional): How to align the title, one of "left", "center", or "right". Defaults to "center".
1576
+ """
1577
+ from .rule import Rule
1578
+
1579
+ rule = Rule(title=title, characters=characters, style=style, align=align)
1580
+ self.print(rule)
1581
+
1582
+ def control(self, *control: Control) -> None:
1583
+ """Insert non-printing control codes.
1584
+
1585
+ Args:
1586
+ control_codes (str): Control codes, such as those that may move the cursor.
1587
+ """
1588
+ if not self.is_dumb_terminal:
1589
+ with self:
1590
+ self._buffer.extend(_control.segment for _control in control)
1591
+
1592
+ def out(
1593
+ self,
1594
+ *objects: Any,
1595
+ sep: str = " ",
1596
+ end: str = "\n",
1597
+ style: Optional[Union[str, Style]] = None,
1598
+ highlight: Optional[bool] = None,
1599
+ ) -> None:
1600
+ """Output to the terminal. This is a low-level way of writing to the terminal which unlike
1601
+ :meth:`~rich.console.Console.print` won't pretty print, wrap text, or apply markup, but will
1602
+ optionally apply highlighting and a basic style.
1603
+
1604
+ Args:
1605
+ sep (str, optional): String to write between print data. Defaults to " ".
1606
+ end (str, optional): String to write at end of print data. Defaults to "\\\\n".
1607
+ style (Union[str, Style], optional): A style to apply to output. Defaults to None.
1608
+ highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use
1609
+ console default. Defaults to ``None``.
1610
+ """
1611
+ raw_output: str = sep.join(str(_object) for _object in objects)
1612
+ self.print(
1613
+ raw_output,
1614
+ style=style,
1615
+ highlight=highlight,
1616
+ emoji=False,
1617
+ markup=False,
1618
+ no_wrap=True,
1619
+ overflow="ignore",
1620
+ crop=False,
1621
+ end=end,
1622
+ )
1623
+
1624
+ def print(
1625
+ self,
1626
+ *objects: Any,
1627
+ sep: str = " ",
1628
+ end: str = "\n",
1629
+ style: Optional[Union[str, Style]] = None,
1630
+ justify: Optional[JustifyMethod] = None,
1631
+ overflow: Optional[OverflowMethod] = None,
1632
+ no_wrap: Optional[bool] = None,
1633
+ emoji: Optional[bool] = None,
1634
+ markup: Optional[bool] = None,
1635
+ highlight: Optional[bool] = None,
1636
+ width: Optional[int] = None,
1637
+ height: Optional[int] = None,
1638
+ crop: bool = True,
1639
+ soft_wrap: Optional[bool] = None,
1640
+ new_line_start: bool = False,
1641
+ ) -> None:
1642
+ """Print to the console.
1643
+
1644
+ Args:
1645
+ objects (positional args): Objects to log to the terminal.
1646
+ sep (str, optional): String to write between print data. Defaults to " ".
1647
+ end (str, optional): String to write at end of print data. Defaults to "\\\\n".
1648
+ style (Union[str, Style], optional): A style to apply to output. Defaults to None.
1649
+ justify (str, optional): Justify method: "default", "left", "right", "center", or "full". Defaults to ``None``.
1650
+ overflow (str, optional): Overflow method: "ignore", "crop", "fold", or "ellipsis". Defaults to None.
1651
+ no_wrap (Optional[bool], optional): Disable word wrapping. Defaults to None.
1652
+ emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to ``None``.
1653
+ markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to ``None``.
1654
+ highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to ``None``.
1655
+ width (Optional[int], optional): Width of output, or ``None`` to auto-detect. Defaults to ``None``.
1656
+ crop (Optional[bool], optional): Crop output to width of terminal. Defaults to True.
1657
+ soft_wrap (bool, optional): Enable soft wrap mode which disables word wrapping and cropping of text or ``None`` for
1658
+ Console default. Defaults to ``None``.
1659
+ new_line_start (bool, False): Insert a new line at the start if the output contains more than one line. Defaults to ``False``.
1660
+ """
1661
+ if not objects:
1662
+ objects = (NewLine(),)
1663
+
1664
+ if soft_wrap is None:
1665
+ soft_wrap = self.soft_wrap
1666
+ if soft_wrap:
1667
+ if no_wrap is None:
1668
+ no_wrap = True
1669
+ if overflow is None:
1670
+ overflow = "ignore"
1671
+ crop = False
1672
+ render_hooks = self._render_hooks[:]
1673
+ with self:
1674
+ renderables = self._collect_renderables(
1675
+ objects,
1676
+ sep,
1677
+ end,
1678
+ justify=justify,
1679
+ emoji=emoji,
1680
+ markup=markup,
1681
+ highlight=highlight,
1682
+ )
1683
+ for hook in render_hooks:
1684
+ renderables = hook.process_renderables(renderables)
1685
+ render_options = self.options.update(
1686
+ justify=justify,
1687
+ overflow=overflow,
1688
+ width=min(width, self.width) if width is not None else NO_CHANGE,
1689
+ height=height,
1690
+ no_wrap=no_wrap,
1691
+ markup=markup,
1692
+ highlight=highlight,
1693
+ )
1694
+
1695
+ new_segments: List[Segment] = []
1696
+ extend = new_segments.extend
1697
+ render = self.render
1698
+ if style is None:
1699
+ for renderable in renderables:
1700
+ extend(render(renderable, render_options))
1701
+ else:
1702
+ for renderable in renderables:
1703
+ extend(
1704
+ Segment.apply_style(
1705
+ render(renderable, render_options), self.get_style(style)
1706
+ )
1707
+ )
1708
+ if new_line_start:
1709
+ if (
1710
+ len("".join(segment.text for segment in new_segments).splitlines())
1711
+ > 1
1712
+ ):
1713
+ new_segments.insert(0, Segment.line())
1714
+ if crop:
1715
+ buffer_extend = self._buffer.extend
1716
+ for line in Segment.split_and_crop_lines(
1717
+ new_segments, self.width, pad=False
1718
+ ):
1719
+ buffer_extend(line)
1720
+ else:
1721
+ self._buffer.extend(new_segments)
1722
+
1723
+ def print_json(
1724
+ self,
1725
+ json: Optional[str] = None,
1726
+ *,
1727
+ data: Any = None,
1728
+ indent: Union[None, int, str] = 2,
1729
+ highlight: bool = True,
1730
+ skip_keys: bool = False,
1731
+ ensure_ascii: bool = False,
1732
+ check_circular: bool = True,
1733
+ allow_nan: bool = True,
1734
+ default: Optional[Callable[[Any], Any]] = None,
1735
+ sort_keys: bool = False,
1736
+ ) -> None:
1737
+ """Pretty prints JSON. Output will be valid JSON.
1738
+
1739
+ Args:
1740
+ json (Optional[str]): A string containing JSON.
1741
+ data (Any): If json is not supplied, then encode this data.
1742
+ indent (Union[None, int, str], optional): Number of spaces to indent. Defaults to 2.
1743
+ highlight (bool, optional): Enable highlighting of output: Defaults to True.
1744
+ skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False.
1745
+ ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False.
1746
+ check_circular (bool, optional): Check for circular references. Defaults to True.
1747
+ allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True.
1748
+ default (Callable, optional): A callable that converts values that can not be encoded
1749
+ in to something that can be JSON encoded. Defaults to None.
1750
+ sort_keys (bool, optional): Sort dictionary keys. Defaults to False.
1751
+ """
1752
+ from pip._vendor.rich.json import JSON
1753
+
1754
+ if json is None:
1755
+ json_renderable = JSON.from_data(
1756
+ data,
1757
+ indent=indent,
1758
+ highlight=highlight,
1759
+ skip_keys=skip_keys,
1760
+ ensure_ascii=ensure_ascii,
1761
+ check_circular=check_circular,
1762
+ allow_nan=allow_nan,
1763
+ default=default,
1764
+ sort_keys=sort_keys,
1765
+ )
1766
+ else:
1767
+ if not isinstance(json, str):
1768
+ raise TypeError(
1769
+ f"json must be str. Did you mean print_json(data={json!r}) ?"
1770
+ )
1771
+ json_renderable = JSON(
1772
+ json,
1773
+ indent=indent,
1774
+ highlight=highlight,
1775
+ skip_keys=skip_keys,
1776
+ ensure_ascii=ensure_ascii,
1777
+ check_circular=check_circular,
1778
+ allow_nan=allow_nan,
1779
+ default=default,
1780
+ sort_keys=sort_keys,
1781
+ )
1782
+ self.print(json_renderable, soft_wrap=True)
1783
+
1784
+ def update_screen(
1785
+ self,
1786
+ renderable: RenderableType,
1787
+ *,
1788
+ region: Optional[Region] = None,
1789
+ options: Optional[ConsoleOptions] = None,
1790
+ ) -> None:
1791
+ """Update the screen at a given offset.
1792
+
1793
+ Args:
1794
+ renderable (RenderableType): A Rich renderable.
1795
+ region (Region, optional): Region of screen to update, or None for entire screen. Defaults to None.
1796
+ x (int, optional): x offset. Defaults to 0.
1797
+ y (int, optional): y offset. Defaults to 0.
1798
+
1799
+ Raises:
1800
+ errors.NoAltScreen: If the Console isn't in alt screen mode.
1801
+
1802
+ """
1803
+ if not self.is_alt_screen:
1804
+ raise errors.NoAltScreen("Alt screen must be enabled to call update_screen")
1805
+ render_options = options or self.options
1806
+ if region is None:
1807
+ x = y = 0
1808
+ render_options = render_options.update_dimensions(
1809
+ render_options.max_width, render_options.height or self.height
1810
+ )
1811
+ else:
1812
+ x, y, width, height = region
1813
+ render_options = render_options.update_dimensions(width, height)
1814
+
1815
+ lines = self.render_lines(renderable, options=render_options)
1816
+ self.update_screen_lines(lines, x, y)
1817
+
1818
+ def update_screen_lines(
1819
+ self, lines: List[List[Segment]], x: int = 0, y: int = 0
1820
+ ) -> None:
1821
+ """Update lines of the screen at a given offset.
1822
+
1823
+ Args:
1824
+ lines (List[List[Segment]]): Rendered lines (as produced by :meth:`~rich.Console.render_lines`).
1825
+ x (int, optional): x offset (column no). Defaults to 0.
1826
+ y (int, optional): y offset (column no). Defaults to 0.
1827
+
1828
+ Raises:
1829
+ errors.NoAltScreen: If the Console isn't in alt screen mode.
1830
+ """
1831
+ if not self.is_alt_screen:
1832
+ raise errors.NoAltScreen("Alt screen must be enabled to call update_screen")
1833
+ screen_update = ScreenUpdate(lines, x, y)
1834
+ segments = self.render(screen_update)
1835
+ self._buffer.extend(segments)
1836
+ self._check_buffer()
1837
+
1838
+ def print_exception(
1839
+ self,
1840
+ *,
1841
+ width: Optional[int] = 100,
1842
+ extra_lines: int = 3,
1843
+ theme: Optional[str] = None,
1844
+ word_wrap: bool = False,
1845
+ show_locals: bool = False,
1846
+ suppress: Iterable[Union[str, ModuleType]] = (),
1847
+ max_frames: int = 100,
1848
+ ) -> None:
1849
+ """Prints a rich render of the last exception and traceback.
1850
+
1851
+ Args:
1852
+ width (Optional[int], optional): Number of characters used to render code. Defaults to 100.
1853
+ extra_lines (int, optional): Additional lines of code to render. Defaults to 3.
1854
+ theme (str, optional): Override pygments theme used in traceback
1855
+ word_wrap (bool, optional): Enable word wrapping of long lines. Defaults to False.
1856
+ show_locals (bool, optional): Enable display of local variables. Defaults to False.
1857
+ suppress (Iterable[Union[str, ModuleType]]): Optional sequence of modules or paths to exclude from traceback.
1858
+ max_frames (int): Maximum number of frames to show in a traceback, 0 for no maximum. Defaults to 100.
1859
+ """
1860
+ from .traceback import Traceback
1861
+
1862
+ traceback = Traceback(
1863
+ width=width,
1864
+ extra_lines=extra_lines,
1865
+ theme=theme,
1866
+ word_wrap=word_wrap,
1867
+ show_locals=show_locals,
1868
+ suppress=suppress,
1869
+ max_frames=max_frames,
1870
+ )
1871
+ self.print(traceback)
1872
+
1873
+ @staticmethod
1874
+ def _caller_frame_info(
1875
+ offset: int,
1876
+ currentframe: Callable[[], Optional[FrameType]] = inspect.currentframe,
1877
+ ) -> Tuple[str, int, Dict[str, Any]]:
1878
+ """Get caller frame information.
1879
+
1880
+ Args:
1881
+ offset (int): the caller offset within the current frame stack.
1882
+ currentframe (Callable[[], Optional[FrameType]], optional): the callable to use to
1883
+ retrieve the current frame. Defaults to ``inspect.currentframe``.
1884
+
1885
+ Returns:
1886
+ Tuple[str, int, Dict[str, Any]]: A tuple containing the filename, the line number and
1887
+ the dictionary of local variables associated with the caller frame.
1888
+
1889
+ Raises:
1890
+ RuntimeError: If the stack offset is invalid.
1891
+ """
1892
+ # Ignore the frame of this local helper
1893
+ offset += 1
1894
+
1895
+ frame = currentframe()
1896
+ if frame is not None:
1897
+ # Use the faster currentframe where implemented
1898
+ while offset and frame is not None:
1899
+ frame = frame.f_back
1900
+ offset -= 1
1901
+ assert frame is not None
1902
+ return frame.f_code.co_filename, frame.f_lineno, frame.f_locals
1903
+ else:
1904
+ # Fallback to the slower stack
1905
+ frame_info = inspect.stack()[offset]
1906
+ return frame_info.filename, frame_info.lineno, frame_info.frame.f_locals
1907
+
1908
+ def log(
1909
+ self,
1910
+ *objects: Any,
1911
+ sep: str = " ",
1912
+ end: str = "\n",
1913
+ style: Optional[Union[str, Style]] = None,
1914
+ justify: Optional[JustifyMethod] = None,
1915
+ emoji: Optional[bool] = None,
1916
+ markup: Optional[bool] = None,
1917
+ highlight: Optional[bool] = None,
1918
+ log_locals: bool = False,
1919
+ _stack_offset: int = 1,
1920
+ ) -> None:
1921
+ """Log rich content to the terminal.
1922
+
1923
+ Args:
1924
+ objects (positional args): Objects to log to the terminal.
1925
+ sep (str, optional): String to write between print data. Defaults to " ".
1926
+ end (str, optional): String to write at end of print data. Defaults to "\\\\n".
1927
+ style (Union[str, Style], optional): A style to apply to output. Defaults to None.
1928
+ justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``.
1929
+ emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to None.
1930
+ markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to None.
1931
+ highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to None.
1932
+ log_locals (bool, optional): Boolean to enable logging of locals where ``log()``
1933
+ was called. Defaults to False.
1934
+ _stack_offset (int, optional): Offset of caller from end of call stack. Defaults to 1.
1935
+ """
1936
+ if not objects:
1937
+ objects = (NewLine(),)
1938
+
1939
+ render_hooks = self._render_hooks[:]
1940
+
1941
+ with self:
1942
+ renderables = self._collect_renderables(
1943
+ objects,
1944
+ sep,
1945
+ end,
1946
+ justify=justify,
1947
+ emoji=emoji,
1948
+ markup=markup,
1949
+ highlight=highlight,
1950
+ )
1951
+ if style is not None:
1952
+ renderables = [Styled(renderable, style) for renderable in renderables]
1953
+
1954
+ filename, line_no, locals = self._caller_frame_info(_stack_offset)
1955
+ link_path = None if filename.startswith("<") else os.path.abspath(filename)
1956
+ path = filename.rpartition(os.sep)[-1]
1957
+ if log_locals:
1958
+ locals_map = {
1959
+ key: value
1960
+ for key, value in locals.items()
1961
+ if not key.startswith("__")
1962
+ }
1963
+ renderables.append(render_scope(locals_map, title="[i]locals"))
1964
+
1965
+ renderables = [
1966
+ self._log_render(
1967
+ self,
1968
+ renderables,
1969
+ log_time=self.get_datetime(),
1970
+ path=path,
1971
+ line_no=line_no,
1972
+ link_path=link_path,
1973
+ )
1974
+ ]
1975
+ for hook in render_hooks:
1976
+ renderables = hook.process_renderables(renderables)
1977
+ new_segments: List[Segment] = []
1978
+ extend = new_segments.extend
1979
+ render = self.render
1980
+ render_options = self.options
1981
+ for renderable in renderables:
1982
+ extend(render(renderable, render_options))
1983
+ buffer_extend = self._buffer.extend
1984
+ for line in Segment.split_and_crop_lines(
1985
+ new_segments, self.width, pad=False
1986
+ ):
1987
+ buffer_extend(line)
1988
+
1989
+ def _check_buffer(self) -> None:
1990
+ """Check if the buffer may be rendered. Render it if it can (e.g. Console.quiet is False)
1991
+ Rendering is supported on Windows, Unix and Jupyter environments. For
1992
+ legacy Windows consoles, the win32 API is called directly.
1993
+ This method will also record what it renders if recording is enabled via Console.record.
1994
+ """
1995
+ if self.quiet:
1996
+ del self._buffer[:]
1997
+ return
1998
+ with self._lock:
1999
+ if self.record:
2000
+ with self._record_buffer_lock:
2001
+ self._record_buffer.extend(self._buffer[:])
2002
+
2003
+ if self._buffer_index == 0:
2004
+ if self.is_jupyter: # pragma: no cover
2005
+ from .jupyter import display
2006
+
2007
+ display(self._buffer, self._render_buffer(self._buffer[:]))
2008
+ del self._buffer[:]
2009
+ else:
2010
+ if WINDOWS:
2011
+ use_legacy_windows_render = False
2012
+ if self.legacy_windows:
2013
+ fileno = get_fileno(self.file)
2014
+ if fileno is not None:
2015
+ use_legacy_windows_render = (
2016
+ fileno in _STD_STREAMS_OUTPUT
2017
+ )
2018
+
2019
+ if use_legacy_windows_render:
2020
+ from pip._vendor.rich._win32_console import LegacyWindowsTerm
2021
+ from pip._vendor.rich._windows_renderer import legacy_windows_render
2022
+
2023
+ buffer = self._buffer[:]
2024
+ if self.no_color and self._color_system:
2025
+ buffer = list(Segment.remove_color(buffer))
2026
+
2027
+ legacy_windows_render(buffer, LegacyWindowsTerm(self.file))
2028
+ else:
2029
+ # Either a non-std stream on legacy Windows, or modern Windows.
2030
+ text = self._render_buffer(self._buffer[:])
2031
+ # https://bugs.python.org/issue37871
2032
+ # https://github.com/python/cpython/issues/82052
2033
+ # We need to avoid writing more than 32Kb in a single write, due to the above bug
2034
+ write = self.file.write
2035
+ # Worse case scenario, every character is 4 bytes of utf-8
2036
+ MAX_WRITE = 32 * 1024 // 4
2037
+ try:
2038
+ if len(text) <= MAX_WRITE:
2039
+ write(text)
2040
+ else:
2041
+ batch: List[str] = []
2042
+ batch_append = batch.append
2043
+ size = 0
2044
+ for line in text.splitlines(True):
2045
+ if size + len(line) > MAX_WRITE and batch:
2046
+ write("".join(batch))
2047
+ batch.clear()
2048
+ size = 0
2049
+ batch_append(line)
2050
+ size += len(line)
2051
+ if batch:
2052
+ write("".join(batch))
2053
+ batch.clear()
2054
+ except UnicodeEncodeError as error:
2055
+ error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***"
2056
+ raise
2057
+ else:
2058
+ text = self._render_buffer(self._buffer[:])
2059
+ try:
2060
+ self.file.write(text)
2061
+ except UnicodeEncodeError as error:
2062
+ error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***"
2063
+ raise
2064
+
2065
+ self.file.flush()
2066
+ del self._buffer[:]
2067
+
2068
+ def _render_buffer(self, buffer: Iterable[Segment]) -> str:
2069
+ """Render buffered output, and clear buffer."""
2070
+ output: List[str] = []
2071
+ append = output.append
2072
+ color_system = self._color_system
2073
+ legacy_windows = self.legacy_windows
2074
+ not_terminal = not self.is_terminal
2075
+ if self.no_color and color_system:
2076
+ buffer = Segment.remove_color(buffer)
2077
+ for text, style, control in buffer:
2078
+ if style:
2079
+ append(
2080
+ style.render(
2081
+ text,
2082
+ color_system=color_system,
2083
+ legacy_windows=legacy_windows,
2084
+ )
2085
+ )
2086
+ elif not (not_terminal and control):
2087
+ append(text)
2088
+
2089
+ rendered = "".join(output)
2090
+ return rendered
2091
+
2092
+ def input(
2093
+ self,
2094
+ prompt: TextType = "",
2095
+ *,
2096
+ markup: bool = True,
2097
+ emoji: bool = True,
2098
+ password: bool = False,
2099
+ stream: Optional[TextIO] = None,
2100
+ ) -> str:
2101
+ """Displays a prompt and waits for input from the user. The prompt may contain color / style.
2102
+
2103
+ It works in the same way as Python's builtin :func:`input` function and provides elaborate line editing and history features if Python's builtin :mod:`readline` module is previously loaded.
2104
+
2105
+ Args:
2106
+ prompt (Union[str, Text]): Text to render in the prompt.
2107
+ markup (bool, optional): Enable console markup (requires a str prompt). Defaults to True.
2108
+ emoji (bool, optional): Enable emoji (requires a str prompt). Defaults to True.
2109
+ password: (bool, optional): Hide typed text. Defaults to False.
2110
+ stream: (TextIO, optional): Optional file to read input from (rather than stdin). Defaults to None.
2111
+
2112
+ Returns:
2113
+ str: Text read from stdin.
2114
+ """
2115
+ if prompt:
2116
+ self.print(prompt, markup=markup, emoji=emoji, end="")
2117
+ if password:
2118
+ result = getpass("", stream=stream)
2119
+ else:
2120
+ if stream:
2121
+ result = stream.readline()
2122
+ else:
2123
+ result = input()
2124
+ return result
2125
+
2126
+ def export_text(self, *, clear: bool = True, styles: bool = False) -> str:
2127
+ """Generate text from console contents (requires record=True argument in constructor).
2128
+
2129
+ Args:
2130
+ clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``.
2131
+ styles (bool, optional): If ``True``, ansi escape codes will be included. ``False`` for plain text.
2132
+ Defaults to ``False``.
2133
+
2134
+ Returns:
2135
+ str: String containing console contents.
2136
+
2137
+ """
2138
+ assert (
2139
+ self.record
2140
+ ), "To export console contents set record=True in the constructor or instance"
2141
+
2142
+ with self._record_buffer_lock:
2143
+ if styles:
2144
+ text = "".join(
2145
+ (style.render(text) if style else text)
2146
+ for text, style, _ in self._record_buffer
2147
+ )
2148
+ else:
2149
+ text = "".join(
2150
+ segment.text
2151
+ for segment in self._record_buffer
2152
+ if not segment.control
2153
+ )
2154
+ if clear:
2155
+ del self._record_buffer[:]
2156
+ return text
2157
+
2158
+ def save_text(self, path: str, *, clear: bool = True, styles: bool = False) -> None:
2159
+ """Generate text from console and save to a given location (requires record=True argument in constructor).
2160
+
2161
+ Args:
2162
+ path (str): Path to write text files.
2163
+ clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``.
2164
+ styles (bool, optional): If ``True``, ansi style codes will be included. ``False`` for plain text.
2165
+ Defaults to ``False``.
2166
+
2167
+ """
2168
+ text = self.export_text(clear=clear, styles=styles)
2169
+ with open(path, "wt", encoding="utf-8") as write_file:
2170
+ write_file.write(text)
2171
+
2172
+ def export_html(
2173
+ self,
2174
+ *,
2175
+ theme: Optional[TerminalTheme] = None,
2176
+ clear: bool = True,
2177
+ code_format: Optional[str] = None,
2178
+ inline_styles: bool = False,
2179
+ ) -> str:
2180
+ """Generate HTML from console contents (requires record=True argument in constructor).
2181
+
2182
+ Args:
2183
+ theme (TerminalTheme, optional): TerminalTheme object containing console colors.
2184
+ clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``.
2185
+ code_format (str, optional): Format string to render HTML. In addition to '{foreground}',
2186
+ '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``.
2187
+ inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files
2188
+ larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag.
2189
+ Defaults to False.
2190
+
2191
+ Returns:
2192
+ str: String containing console contents as HTML.
2193
+ """
2194
+ assert (
2195
+ self.record
2196
+ ), "To export console contents set record=True in the constructor or instance"
2197
+ fragments: List[str] = []
2198
+ append = fragments.append
2199
+ _theme = theme or DEFAULT_TERMINAL_THEME
2200
+ stylesheet = ""
2201
+
2202
+ render_code_format = CONSOLE_HTML_FORMAT if code_format is None else code_format
2203
+
2204
+ with self._record_buffer_lock:
2205
+ if inline_styles:
2206
+ for text, style, _ in Segment.filter_control(
2207
+ Segment.simplify(self._record_buffer)
2208
+ ):
2209
+ text = escape(text)
2210
+ if style:
2211
+ rule = style.get_html_style(_theme)
2212
+ if style.link:
2213
+ text = f'<a href="{style.link}">{text}</a>'
2214
+ text = f'<span style="{rule}">{text}</span>' if rule else text
2215
+ append(text)
2216
+ else:
2217
+ styles: Dict[str, int] = {}
2218
+ for text, style, _ in Segment.filter_control(
2219
+ Segment.simplify(self._record_buffer)
2220
+ ):
2221
+ text = escape(text)
2222
+ if style:
2223
+ rule = style.get_html_style(_theme)
2224
+ style_number = styles.setdefault(rule, len(styles) + 1)
2225
+ if style.link:
2226
+ text = f'<a class="r{style_number}" href="{style.link}">{text}</a>'
2227
+ else:
2228
+ text = f'<span class="r{style_number}">{text}</span>'
2229
+ append(text)
2230
+ stylesheet_rules: List[str] = []
2231
+ stylesheet_append = stylesheet_rules.append
2232
+ for style_rule, style_number in styles.items():
2233
+ if style_rule:
2234
+ stylesheet_append(f".r{style_number} {{{style_rule}}}")
2235
+ stylesheet = "\n".join(stylesheet_rules)
2236
+
2237
+ rendered_code = render_code_format.format(
2238
+ code="".join(fragments),
2239
+ stylesheet=stylesheet,
2240
+ foreground=_theme.foreground_color.hex,
2241
+ background=_theme.background_color.hex,
2242
+ )
2243
+ if clear:
2244
+ del self._record_buffer[:]
2245
+ return rendered_code
2246
+
2247
+ def save_html(
2248
+ self,
2249
+ path: str,
2250
+ *,
2251
+ theme: Optional[TerminalTheme] = None,
2252
+ clear: bool = True,
2253
+ code_format: str = CONSOLE_HTML_FORMAT,
2254
+ inline_styles: bool = False,
2255
+ ) -> None:
2256
+ """Generate HTML from console contents and write to a file (requires record=True argument in constructor).
2257
+
2258
+ Args:
2259
+ path (str): Path to write html file.
2260
+ theme (TerminalTheme, optional): TerminalTheme object containing console colors.
2261
+ clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``.
2262
+ code_format (str, optional): Format string to render HTML. In addition to '{foreground}',
2263
+ '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``.
2264
+ inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files
2265
+ larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag.
2266
+ Defaults to False.
2267
+
2268
+ """
2269
+ html = self.export_html(
2270
+ theme=theme,
2271
+ clear=clear,
2272
+ code_format=code_format,
2273
+ inline_styles=inline_styles,
2274
+ )
2275
+ with open(path, "wt", encoding="utf-8") as write_file:
2276
+ write_file.write(html)
2277
+
2278
+ def export_svg(
2279
+ self,
2280
+ *,
2281
+ title: str = "Rich",
2282
+ theme: Optional[TerminalTheme] = None,
2283
+ clear: bool = True,
2284
+ code_format: str = CONSOLE_SVG_FORMAT,
2285
+ font_aspect_ratio: float = 0.61,
2286
+ unique_id: Optional[str] = None,
2287
+ ) -> str:
2288
+ """
2289
+ Generate an SVG from the console contents (requires record=True in Console constructor).
2290
+
2291
+ Args:
2292
+ title (str, optional): The title of the tab in the output image
2293
+ theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal
2294
+ clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``
2295
+ code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables
2296
+ into the string in order to form the final SVG output. The default template used and the variables
2297
+ injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable.
2298
+ font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format``
2299
+ string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font).
2300
+ If you aren't specifying a different font inside ``code_format``, you probably don't need this.
2301
+ unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node
2302
+ ids). If not set, this defaults to a computed value based on the recorded content.
2303
+ """
2304
+
2305
+ from pip._vendor.rich.cells import cell_len
2306
+
2307
+ style_cache: Dict[Style, str] = {}
2308
+
2309
+ def get_svg_style(style: Style) -> str:
2310
+ """Convert a Style to CSS rules for SVG."""
2311
+ if style in style_cache:
2312
+ return style_cache[style]
2313
+ css_rules = []
2314
+ color = (
2315
+ _theme.foreground_color
2316
+ if (style.color is None or style.color.is_default)
2317
+ else style.color.get_truecolor(_theme)
2318
+ )
2319
+ bgcolor = (
2320
+ _theme.background_color
2321
+ if (style.bgcolor is None or style.bgcolor.is_default)
2322
+ else style.bgcolor.get_truecolor(_theme)
2323
+ )
2324
+ if style.reverse:
2325
+ color, bgcolor = bgcolor, color
2326
+ if style.dim:
2327
+ color = blend_rgb(color, bgcolor, 0.4)
2328
+ css_rules.append(f"fill: {color.hex}")
2329
+ if style.bold:
2330
+ css_rules.append("font-weight: bold")
2331
+ if style.italic:
2332
+ css_rules.append("font-style: italic;")
2333
+ if style.underline:
2334
+ css_rules.append("text-decoration: underline;")
2335
+ if style.strike:
2336
+ css_rules.append("text-decoration: line-through;")
2337
+
2338
+ css = ";".join(css_rules)
2339
+ style_cache[style] = css
2340
+ return css
2341
+
2342
+ _theme = theme or SVG_EXPORT_THEME
2343
+
2344
+ width = self.width
2345
+ char_height = 20
2346
+ char_width = char_height * font_aspect_ratio
2347
+ line_height = char_height * 1.22
2348
+
2349
+ margin_top = 1
2350
+ margin_right = 1
2351
+ margin_bottom = 1
2352
+ margin_left = 1
2353
+
2354
+ padding_top = 40
2355
+ padding_right = 8
2356
+ padding_bottom = 8
2357
+ padding_left = 8
2358
+
2359
+ padding_width = padding_left + padding_right
2360
+ padding_height = padding_top + padding_bottom
2361
+ margin_width = margin_left + margin_right
2362
+ margin_height = margin_top + margin_bottom
2363
+
2364
+ text_backgrounds: List[str] = []
2365
+ text_group: List[str] = []
2366
+ classes: Dict[str, int] = {}
2367
+ style_no = 1
2368
+
2369
+ def escape_text(text: str) -> str:
2370
+ """HTML escape text and replace spaces with nbsp."""
2371
+ return escape(text).replace(" ", "&#160;")
2372
+
2373
+ def make_tag(
2374
+ name: str, content: Optional[str] = None, **attribs: object
2375
+ ) -> str:
2376
+ """Make a tag from name, content, and attributes."""
2377
+
2378
+ def stringify(value: object) -> str:
2379
+ if isinstance(value, (float)):
2380
+ return format(value, "g")
2381
+ return str(value)
2382
+
2383
+ tag_attribs = " ".join(
2384
+ f'{k.lstrip("_").replace("_", "-")}="{stringify(v)}"'
2385
+ for k, v in attribs.items()
2386
+ )
2387
+ return (
2388
+ f"<{name} {tag_attribs}>{content}</{name}>"
2389
+ if content
2390
+ else f"<{name} {tag_attribs}/>"
2391
+ )
2392
+
2393
+ with self._record_buffer_lock:
2394
+ segments = list(Segment.filter_control(self._record_buffer))
2395
+ if clear:
2396
+ self._record_buffer.clear()
2397
+
2398
+ if unique_id is None:
2399
+ unique_id = "terminal-" + str(
2400
+ zlib.adler32(
2401
+ ("".join(repr(segment) for segment in segments)).encode(
2402
+ "utf-8",
2403
+ "ignore",
2404
+ )
2405
+ + title.encode("utf-8", "ignore")
2406
+ )
2407
+ )
2408
+ y = 0
2409
+ for y, line in enumerate(Segment.split_and_crop_lines(segments, length=width)):
2410
+ x = 0
2411
+ for text, style, _control in line:
2412
+ style = style or Style()
2413
+ rules = get_svg_style(style)
2414
+ if rules not in classes:
2415
+ classes[rules] = style_no
2416
+ style_no += 1
2417
+ class_name = f"r{classes[rules]}"
2418
+
2419
+ if style.reverse:
2420
+ has_background = True
2421
+ background = (
2422
+ _theme.foreground_color.hex
2423
+ if style.color is None
2424
+ else style.color.get_truecolor(_theme).hex
2425
+ )
2426
+ else:
2427
+ bgcolor = style.bgcolor
2428
+ has_background = bgcolor is not None and not bgcolor.is_default
2429
+ background = (
2430
+ _theme.background_color.hex
2431
+ if style.bgcolor is None
2432
+ else style.bgcolor.get_truecolor(_theme).hex
2433
+ )
2434
+
2435
+ text_length = cell_len(text)
2436
+ if has_background:
2437
+ text_backgrounds.append(
2438
+ make_tag(
2439
+ "rect",
2440
+ fill=background,
2441
+ x=x * char_width,
2442
+ y=y * line_height + 1.5,
2443
+ width=char_width * text_length,
2444
+ height=line_height + 0.25,
2445
+ shape_rendering="crispEdges",
2446
+ )
2447
+ )
2448
+
2449
+ if text != " " * len(text):
2450
+ text_group.append(
2451
+ make_tag(
2452
+ "text",
2453
+ escape_text(text),
2454
+ _class=f"{unique_id}-{class_name}",
2455
+ x=x * char_width,
2456
+ y=y * line_height + char_height,
2457
+ textLength=char_width * len(text),
2458
+ clip_path=f"url(#{unique_id}-line-{y})",
2459
+ )
2460
+ )
2461
+ x += cell_len(text)
2462
+
2463
+ line_offsets = [line_no * line_height + 1.5 for line_no in range(y)]
2464
+ lines = "\n".join(
2465
+ f"""<clipPath id="{unique_id}-line-{line_no}">
2466
+ {make_tag("rect", x=0, y=offset, width=char_width * width, height=line_height + 0.25)}
2467
+ </clipPath>"""
2468
+ for line_no, offset in enumerate(line_offsets)
2469
+ )
2470
+
2471
+ styles = "\n".join(
2472
+ f".{unique_id}-r{rule_no} {{ {css} }}" for css, rule_no in classes.items()
2473
+ )
2474
+ backgrounds = "".join(text_backgrounds)
2475
+ matrix = "".join(text_group)
2476
+
2477
+ terminal_width = ceil(width * char_width + padding_width)
2478
+ terminal_height = (y + 1) * line_height + padding_height
2479
+ chrome = make_tag(
2480
+ "rect",
2481
+ fill=_theme.background_color.hex,
2482
+ stroke="rgba(255,255,255,0.35)",
2483
+ stroke_width="1",
2484
+ x=margin_left,
2485
+ y=margin_top,
2486
+ width=terminal_width,
2487
+ height=terminal_height,
2488
+ rx=8,
2489
+ )
2490
+
2491
+ title_color = _theme.foreground_color.hex
2492
+ if title:
2493
+ chrome += make_tag(
2494
+ "text",
2495
+ escape_text(title),
2496
+ _class=f"{unique_id}-title",
2497
+ fill=title_color,
2498
+ text_anchor="middle",
2499
+ x=terminal_width // 2,
2500
+ y=margin_top + char_height + 6,
2501
+ )
2502
+ chrome += f"""
2503
+ <g transform="translate(26,22)">
2504
+ <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
2505
+ <circle cx="22" cy="0" r="7" fill="#febc2e"/>
2506
+ <circle cx="44" cy="0" r="7" fill="#28c840"/>
2507
+ </g>
2508
+ """
2509
+
2510
+ svg = code_format.format(
2511
+ unique_id=unique_id,
2512
+ char_width=char_width,
2513
+ char_height=char_height,
2514
+ line_height=line_height,
2515
+ terminal_width=char_width * width - 1,
2516
+ terminal_height=(y + 1) * line_height - 1,
2517
+ width=terminal_width + margin_width,
2518
+ height=terminal_height + margin_height,
2519
+ terminal_x=margin_left + padding_left,
2520
+ terminal_y=margin_top + padding_top,
2521
+ styles=styles,
2522
+ chrome=chrome,
2523
+ backgrounds=backgrounds,
2524
+ matrix=matrix,
2525
+ lines=lines,
2526
+ )
2527
+ return svg
2528
+
2529
+ def save_svg(
2530
+ self,
2531
+ path: str,
2532
+ *,
2533
+ title: str = "Rich",
2534
+ theme: Optional[TerminalTheme] = None,
2535
+ clear: bool = True,
2536
+ code_format: str = CONSOLE_SVG_FORMAT,
2537
+ font_aspect_ratio: float = 0.61,
2538
+ unique_id: Optional[str] = None,
2539
+ ) -> None:
2540
+ """Generate an SVG file from the console contents (requires record=True in Console constructor).
2541
+
2542
+ Args:
2543
+ path (str): The path to write the SVG to.
2544
+ title (str, optional): The title of the tab in the output image
2545
+ theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal
2546
+ clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``
2547
+ code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables
2548
+ into the string in order to form the final SVG output. The default template used and the variables
2549
+ injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable.
2550
+ font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format``
2551
+ string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font).
2552
+ If you aren't specifying a different font inside ``code_format``, you probably don't need this.
2553
+ unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node
2554
+ ids). If not set, this defaults to a computed value based on the recorded content.
2555
+ """
2556
+ svg = self.export_svg(
2557
+ title=title,
2558
+ theme=theme,
2559
+ clear=clear,
2560
+ code_format=code_format,
2561
+ font_aspect_ratio=font_aspect_ratio,
2562
+ unique_id=unique_id,
2563
+ )
2564
+ with open(path, "wt", encoding="utf-8") as write_file:
2565
+ write_file.write(svg)
2566
+
2567
+
2568
+ def _svg_hash(svg_main_code: str) -> str:
2569
+ """Returns a unique hash for the given SVG main code.
2570
+
2571
+ Args:
2572
+ svg_main_code (str): The content we're going to inject in the SVG envelope.
2573
+
2574
+ Returns:
2575
+ str: a hash of the given content
2576
+ """
2577
+ return str(zlib.adler32(svg_main_code.encode()))
2578
+
2579
+
2580
+ if __name__ == "__main__": # pragma: no cover
2581
+ console = Console(record=True)
2582
+
2583
+ console.log(
2584
+ "JSONRPC [i]request[/i]",
2585
+ 5,
2586
+ 1.3,
2587
+ True,
2588
+ False,
2589
+ None,
2590
+ {
2591
+ "jsonrpc": "2.0",
2592
+ "method": "subtract",
2593
+ "params": {"minuend": 42, "subtrahend": 23},
2594
+ "id": 3,
2595
+ },
2596
+ )
2597
+
2598
+ console.log("Hello, World!", "{'a': 1}", repr(console))
2599
+
2600
+ console.print(
2601
+ {
2602
+ "name": None,
2603
+ "empty": [],
2604
+ "quiz": {
2605
+ "sport": {
2606
+ "answered": True,
2607
+ "q1": {
2608
+ "question": "Which one is correct team name in NBA?",
2609
+ "options": [
2610
+ "New York Bulls",
2611
+ "Los Angeles Kings",
2612
+ "Golden State Warriors",
2613
+ "Huston Rocket",
2614
+ ],
2615
+ "answer": "Huston Rocket",
2616
+ },
2617
+ },
2618
+ "maths": {
2619
+ "answered": False,
2620
+ "q1": {
2621
+ "question": "5 + 7 = ?",
2622
+ "options": [10, 11, 12, 13],
2623
+ "answer": 12,
2624
+ },
2625
+ "q2": {
2626
+ "question": "12 - 8 = ?",
2627
+ "options": [1, 2, 3, 4],
2628
+ "answer": 4,
2629
+ },
2630
+ },
2631
+ },
2632
+ }
2633
+ )