teacaptainx 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1670) hide show
  1. package/README.md +2 -0
  2. package/__pycache__/alert_system.cpython-310.pyc +0 -0
  3. package/__pycache__/crypto_price_fetcher.cpython-310.pyc +0 -0
  4. package/alert_system.py +30 -0
  5. package/config.json +5 -0
  6. package/crypto_price_fetcher.py +12 -0
  7. package/main.py +11 -0
  8. package/package.json +1 -1
  9. package/venv/bin/Activate.ps1 +247 -0
  10. package/venv/bin/activate +69 -0
  11. package/venv/bin/activate.csh +26 -0
  12. package/venv/bin/activate.fish +69 -0
  13. package/venv/bin/normalizer +8 -0
  14. package/venv/bin/pip +8 -0
  15. package/venv/bin/pip3 +8 -0
  16. package/venv/bin/pip3.10 +8 -0
  17. package/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py +222 -0
  18. package/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc +0 -0
  19. package/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc +0 -0
  20. package/venv/lib/python3.10/site-packages/_distutils_hack/override.py +1 -0
  21. package/venv/lib/python3.10/site-packages/certifi/__init__.py +4 -0
  22. package/venv/lib/python3.10/site-packages/certifi/__main__.py +12 -0
  23. package/venv/lib/python3.10/site-packages/certifi/__pycache__/__init__.cpython-310.pyc +0 -0
  24. package/venv/lib/python3.10/site-packages/certifi/__pycache__/__main__.cpython-310.pyc +0 -0
  25. package/venv/lib/python3.10/site-packages/certifi/__pycache__/core.cpython-310.pyc +0 -0
  26. package/venv/lib/python3.10/site-packages/certifi/cacert.pem +4814 -0
  27. package/venv/lib/python3.10/site-packages/certifi/core.py +114 -0
  28. package/venv/lib/python3.10/site-packages/certifi/py.typed +0 -0
  29. package/venv/lib/python3.10/site-packages/certifi-2024.2.2.dist-info/INSTALLER +1 -0
  30. package/venv/lib/python3.10/site-packages/certifi-2024.2.2.dist-info/LICENSE +20 -0
  31. package/venv/lib/python3.10/site-packages/certifi-2024.2.2.dist-info/METADATA +66 -0
  32. package/venv/lib/python3.10/site-packages/certifi-2024.2.2.dist-info/RECORD +14 -0
  33. package/venv/lib/python3.10/site-packages/certifi-2024.2.2.dist-info/WHEEL +5 -0
  34. package/venv/lib/python3.10/site-packages/certifi-2024.2.2.dist-info/top_level.txt +1 -0
  35. package/venv/lib/python3.10/site-packages/charset_normalizer/__init__.py +46 -0
  36. package/venv/lib/python3.10/site-packages/charset_normalizer/__main__.py +4 -0
  37. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/__init__.cpython-310.pyc +0 -0
  38. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/__main__.cpython-310.pyc +0 -0
  39. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/api.cpython-310.pyc +0 -0
  40. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/cd.cpython-310.pyc +0 -0
  41. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/constant.cpython-310.pyc +0 -0
  42. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/legacy.cpython-310.pyc +0 -0
  43. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/md.cpython-310.pyc +0 -0
  44. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/models.cpython-310.pyc +0 -0
  45. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/utils.cpython-310.pyc +0 -0
  46. package/venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/version.cpython-310.pyc +0 -0
  47. package/venv/lib/python3.10/site-packages/charset_normalizer/api.py +626 -0
  48. package/venv/lib/python3.10/site-packages/charset_normalizer/cd.py +395 -0
  49. package/venv/lib/python3.10/site-packages/charset_normalizer/cli/__init__.py +6 -0
  50. package/venv/lib/python3.10/site-packages/charset_normalizer/cli/__main__.py +296 -0
  51. package/venv/lib/python3.10/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-310.pyc +0 -0
  52. package/venv/lib/python3.10/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-310.pyc +0 -0
  53. package/venv/lib/python3.10/site-packages/charset_normalizer/constant.py +1995 -0
  54. package/venv/lib/python3.10/site-packages/charset_normalizer/legacy.py +54 -0
  55. package/venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so +0 -0
  56. package/venv/lib/python3.10/site-packages/charset_normalizer/md.py +615 -0
  57. package/venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so +0 -0
  58. package/venv/lib/python3.10/site-packages/charset_normalizer/models.py +340 -0
  59. package/venv/lib/python3.10/site-packages/charset_normalizer/py.typed +0 -0
  60. package/venv/lib/python3.10/site-packages/charset_normalizer/utils.py +421 -0
  61. package/venv/lib/python3.10/site-packages/charset_normalizer/version.py +6 -0
  62. package/venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER +1 -0
  63. package/venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE +21 -0
  64. package/venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/METADATA +683 -0
  65. package/venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/RECORD +35 -0
  66. package/venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL +6 -0
  67. package/venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt +2 -0
  68. package/venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt +1 -0
  69. package/venv/lib/python3.10/site-packages/distutils-precedence.pth +1 -0
  70. package/venv/lib/python3.10/site-packages/idna/__init__.py +44 -0
  71. package/venv/lib/python3.10/site-packages/idna/__pycache__/__init__.cpython-310.pyc +0 -0
  72. package/venv/lib/python3.10/site-packages/idna/__pycache__/codec.cpython-310.pyc +0 -0
  73. package/venv/lib/python3.10/site-packages/idna/__pycache__/compat.cpython-310.pyc +0 -0
  74. package/venv/lib/python3.10/site-packages/idna/__pycache__/core.cpython-310.pyc +0 -0
  75. package/venv/lib/python3.10/site-packages/idna/__pycache__/idnadata.cpython-310.pyc +0 -0
  76. package/venv/lib/python3.10/site-packages/idna/__pycache__/intranges.cpython-310.pyc +0 -0
  77. package/venv/lib/python3.10/site-packages/idna/__pycache__/package_data.cpython-310.pyc +0 -0
  78. package/venv/lib/python3.10/site-packages/idna/__pycache__/uts46data.cpython-310.pyc +0 -0
  79. package/venv/lib/python3.10/site-packages/idna/codec.py +118 -0
  80. package/venv/lib/python3.10/site-packages/idna/compat.py +13 -0
  81. package/venv/lib/python3.10/site-packages/idna/core.py +395 -0
  82. package/venv/lib/python3.10/site-packages/idna/idnadata.py +4245 -0
  83. package/venv/lib/python3.10/site-packages/idna/intranges.py +54 -0
  84. package/venv/lib/python3.10/site-packages/idna/package_data.py +2 -0
  85. package/venv/lib/python3.10/site-packages/idna/py.typed +0 -0
  86. package/venv/lib/python3.10/site-packages/idna/uts46data.py +8598 -0
  87. package/venv/lib/python3.10/site-packages/idna-3.7.dist-info/INSTALLER +1 -0
  88. package/venv/lib/python3.10/site-packages/idna-3.7.dist-info/LICENSE.md +31 -0
  89. package/venv/lib/python3.10/site-packages/idna-3.7.dist-info/METADATA +243 -0
  90. package/venv/lib/python3.10/site-packages/idna-3.7.dist-info/RECORD +22 -0
  91. package/venv/lib/python3.10/site-packages/idna-3.7.dist-info/WHEEL +4 -0
  92. package/venv/lib/python3.10/site-packages/pip/__init__.py +13 -0
  93. package/venv/lib/python3.10/site-packages/pip/__main__.py +31 -0
  94. package/venv/lib/python3.10/site-packages/pip/__pip-runner__.py +50 -0
  95. package/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc +0 -0
  96. package/venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc +0 -0
  97. package/venv/lib/python3.10/site-packages/pip/__pycache__/__pip-runner__.cpython-310.pyc +0 -0
  98. package/venv/lib/python3.10/site-packages/pip/_internal/__init__.py +19 -0
  99. package/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc +0 -0
  100. package/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc +0 -0
  101. package/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc +0 -0
  102. package/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc +0 -0
  103. package/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc +0 -0
  104. package/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc +0 -0
  105. package/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc +0 -0
  106. package/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc +0 -0
  107. package/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc +0 -0
  108. package/venv/lib/python3.10/site-packages/pip/_internal/build_env.py +311 -0
  109. package/venv/lib/python3.10/site-packages/pip/_internal/cache.py +293 -0
  110. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py +4 -0
  111. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc +0 -0
  112. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc +0 -0
  113. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc +0 -0
  114. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc +0 -0
  115. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc +0 -0
  116. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc +0 -0
  117. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc +0 -0
  118. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc +0 -0
  119. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc +0 -0
  120. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc +0 -0
  121. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc +0 -0
  122. package/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc +0 -0
  123. package/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py +171 -0
  124. package/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py +216 -0
  125. package/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py +1055 -0
  126. package/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py +27 -0
  127. package/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py +70 -0
  128. package/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py +134 -0
  129. package/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py +294 -0
  130. package/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py +68 -0
  131. package/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py +502 -0
  132. package/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py +159 -0
  133. package/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py +6 -0
  134. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py +132 -0
  135. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc +0 -0
  136. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc +0 -0
  137. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc +0 -0
  138. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc +0 -0
  139. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc +0 -0
  140. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc +0 -0
  141. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc +0 -0
  142. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc +0 -0
  143. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc +0 -0
  144. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc +0 -0
  145. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc +0 -0
  146. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-310.pyc +0 -0
  147. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc +0 -0
  148. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc +0 -0
  149. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc +0 -0
  150. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc +0 -0
  151. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc +0 -0
  152. package/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc +0 -0
  153. package/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py +223 -0
  154. package/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py +53 -0
  155. package/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py +126 -0
  156. package/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py +282 -0
  157. package/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py +199 -0
  158. package/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py +149 -0
  159. package/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py +97 -0
  160. package/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py +59 -0
  161. package/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py +41 -0
  162. package/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py +139 -0
  163. package/venv/lib/python3.10/site-packages/pip/_internal/commands/inspect.py +92 -0
  164. package/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py +873 -0
  165. package/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py +365 -0
  166. package/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py +174 -0
  167. package/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py +189 -0
  168. package/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py +113 -0
  169. package/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py +203 -0
  170. package/venv/lib/python3.10/site-packages/pip/_internal/configuration.py +374 -0
  171. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py +21 -0
  172. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc +0 -0
  173. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc +0 -0
  174. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc +0 -0
  175. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc +0 -0
  176. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc +0 -0
  177. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py +39 -0
  178. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py +23 -0
  179. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py +150 -0
  180. package/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py +34 -0
  181. package/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py +747 -0
  182. package/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py +2 -0
  183. package/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc +0 -0
  184. package/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc +0 -0
  185. package/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc +0 -0
  186. package/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc +0 -0
  187. package/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py +505 -0
  188. package/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py +1029 -0
  189. package/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py +224 -0
  190. package/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py +467 -0
  191. package/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc +0 -0
  192. package/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc +0 -0
  193. package/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc +0 -0
  194. package/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc +0 -0
  195. package/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py +173 -0
  196. package/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py +213 -0
  197. package/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py +81 -0
  198. package/venv/lib/python3.10/site-packages/pip/_internal/main.py +12 -0
  199. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py +127 -0
  200. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc +0 -0
  201. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-310.pyc +0 -0
  202. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc +0 -0
  203. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc +0 -0
  204. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/_json.py +84 -0
  205. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py +688 -0
  206. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__init__.py +4 -0
  207. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-310.pyc +0 -0
  208. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-310.pyc +0 -0
  209. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-310.pyc +0 -0
  210. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-310.pyc +0 -0
  211. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_compat.py +55 -0
  212. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_dists.py +224 -0
  213. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_envs.py +188 -0
  214. package/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py +270 -0
  215. package/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py +2 -0
  216. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc +0 -0
  217. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc +0 -0
  218. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc +0 -0
  219. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc +0 -0
  220. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc +0 -0
  221. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-310.pyc +0 -0
  222. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc +0 -0
  223. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc +0 -0
  224. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc +0 -0
  225. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc +0 -0
  226. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc +0 -0
  227. package/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc +0 -0
  228. package/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py +34 -0
  229. package/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py +228 -0
  230. package/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py +80 -0
  231. package/venv/lib/python3.10/site-packages/pip/_internal/models/index.py +28 -0
  232. package/venv/lib/python3.10/site-packages/pip/_internal/models/installation_report.py +53 -0
  233. package/venv/lib/python3.10/site-packages/pip/_internal/models/link.py +524 -0
  234. package/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py +31 -0
  235. package/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py +133 -0
  236. package/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py +51 -0
  237. package/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py +110 -0
  238. package/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py +92 -0
  239. package/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py +2 -0
  240. package/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc +0 -0
  241. package/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc +0 -0
  242. package/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc +0 -0
  243. package/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc +0 -0
  244. package/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc +0 -0
  245. package/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc +0 -0
  246. package/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc +0 -0
  247. package/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc +0 -0
  248. package/venv/lib/python3.10/site-packages/pip/_internal/network/auth.py +446 -0
  249. package/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py +69 -0
  250. package/venv/lib/python3.10/site-packages/pip/_internal/network/download.py +186 -0
  251. package/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py +210 -0
  252. package/venv/lib/python3.10/site-packages/pip/_internal/network/session.py +518 -0
  253. package/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py +96 -0
  254. package/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py +60 -0
  255. package/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py +0 -0
  256. package/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc +0 -0
  257. package/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc +0 -0
  258. package/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc +0 -0
  259. package/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc +0 -0
  260. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  261. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc +0 -0
  262. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-310.pyc +0 -0
  263. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc +0 -0
  264. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc +0 -0
  265. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc +0 -0
  266. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc +0 -0
  267. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc +0 -0
  268. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc +0 -0
  269. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/build_tracker.py +124 -0
  270. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py +39 -0
  271. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py +41 -0
  272. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py +74 -0
  273. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py +37 -0
  274. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py +46 -0
  275. package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py +102 -0
  276. package/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py +149 -0
  277. package/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py +254 -0
  278. package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py +2 -0
  279. package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc +0 -0
  280. package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc +0 -0
  281. package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc +0 -0
  282. package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc +0 -0
  283. package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py +47 -0
  284. package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py +120 -0
  285. package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py +738 -0
  286. package/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py +667 -0
  287. package/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py +174 -0
  288. package/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py +94 -0
  289. package/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc +0 -0
  290. package/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc +0 -0
  291. package/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc +0 -0
  292. package/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc +0 -0
  293. package/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc +0 -0
  294. package/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc +0 -0
  295. package/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py +501 -0
  296. package/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py +544 -0
  297. package/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py +946 -0
  298. package/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py +82 -0
  299. package/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py +640 -0
  300. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py +0 -0
  301. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc +0 -0
  302. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc +0 -0
  303. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py +20 -0
  304. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  305. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc +0 -0
  306. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc +0 -0
  307. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py +600 -0
  308. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  309. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc +0 -0
  310. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc +0 -0
  311. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc +0 -0
  312. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc +0 -0
  313. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc +0 -0
  314. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc +0 -0
  315. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc +0 -0
  316. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc +0 -0
  317. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc +0 -0
  318. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py +141 -0
  319. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py +556 -0
  320. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py +731 -0
  321. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +155 -0
  322. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py +248 -0
  323. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py +68 -0
  324. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py +166 -0
  325. package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py +296 -0
  326. package/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py +242 -0
  327. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py +0 -0
  328. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc +0 -0
  329. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc +0 -0
  330. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc +0 -0
  331. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc +0 -0
  332. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc +0 -0
  333. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc +0 -0
  334. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc +0 -0
  335. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc +0 -0
  336. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc +0 -0
  337. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc +0 -0
  338. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc +0 -0
  339. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc +0 -0
  340. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc +0 -0
  341. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc +0 -0
  342. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc +0 -0
  343. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc +0 -0
  344. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc +0 -0
  345. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc +0 -0
  346. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc +0 -0
  347. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc +0 -0
  348. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc +0 -0
  349. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc +0 -0
  350. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc +0 -0
  351. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc +0 -0
  352. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc +0 -0
  353. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc +0 -0
  354. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc +0 -0
  355. package/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc +0 -0
  356. package/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py +38 -0
  357. package/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py +52 -0
  358. package/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py +63 -0
  359. package/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py +165 -0
  360. package/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py +11 -0
  361. package/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py +188 -0
  362. package/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
  363. package/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py +43 -0
  364. package/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py +72 -0
  365. package/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py +36 -0
  366. package/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py +84 -0
  367. package/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py +153 -0
  368. package/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py +27 -0
  369. package/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py +88 -0
  370. package/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py +144 -0
  371. package/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py +35 -0
  372. package/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py +348 -0
  373. package/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py +739 -0
  374. package/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py +39 -0
  375. package/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py +57 -0
  376. package/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py +195 -0
  377. package/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py +260 -0
  378. package/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py +246 -0
  379. package/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py +257 -0
  380. package/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py +62 -0
  381. package/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py +104 -0
  382. package/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py +136 -0
  383. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py +15 -0
  384. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc +0 -0
  385. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc +0 -0
  386. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc +0 -0
  387. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc +0 -0
  388. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc +0 -0
  389. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc +0 -0
  390. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py +112 -0
  391. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py +526 -0
  392. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py +163 -0
  393. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py +324 -0
  394. package/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py +705 -0
  395. package/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py +382 -0
  396. package/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py +120 -0
  397. package/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc +0 -0
  398. package/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc +0 -0
  399. package/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc +0 -0
  400. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py +18 -0
  401. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc +0 -0
  402. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc +0 -0
  403. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc +0 -0
  404. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc +0 -0
  405. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc +0 -0
  406. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc +0 -0
  407. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc +0 -0
  408. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc +0 -0
  409. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc +0 -0
  410. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc +0 -0
  411. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py +61 -0
  412. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py +137 -0
  413. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py +65 -0
  414. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +9 -0
  415. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc +0 -0
  416. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc +0 -0
  417. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc +0 -0
  418. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +188 -0
  419. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +39 -0
  420. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py +32 -0
  421. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py +439 -0
  422. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py +111 -0
  423. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py +139 -0
  424. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py +190 -0
  425. package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py +33 -0
  426. package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py +4 -0
  427. package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py +12 -0
  428. package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc +0 -0
  429. package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc +0 -0
  430. package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc +0 -0
  431. package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem +4527 -0
  432. package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/core.py +108 -0
  433. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py +115 -0
  434. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc +0 -0
  435. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc +0 -0
  436. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc +0 -0
  437. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc +0 -0
  438. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc +0 -0
  439. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc +0 -0
  440. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc +0 -0
  441. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-310.pyc +0 -0
  442. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc +0 -0
  443. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc +0 -0
  444. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc +0 -0
  445. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc +0 -0
  446. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc +0 -0
  447. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc +0 -0
  448. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc +0 -0
  449. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc +0 -0
  450. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc +0 -0
  451. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc +0 -0
  452. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc +0 -0
  453. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc +0 -0
  454. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc +0 -0
  455. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-310.pyc +0 -0
  456. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-310.pyc +0 -0
  457. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc +0 -0
  458. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc +0 -0
  459. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc +0 -0
  460. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc +0 -0
  461. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc +0 -0
  462. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc +0 -0
  463. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc +0 -0
  464. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc +0 -0
  465. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc +0 -0
  466. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-310.pyc +0 -0
  467. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc +0 -0
  468. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc +0 -0
  469. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc +0 -0
  470. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-310.pyc +0 -0
  471. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc +0 -0
  472. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc +0 -0
  473. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc +0 -0
  474. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc +0 -0
  475. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-310.pyc +0 -0
  476. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc +0 -0
  477. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc +0 -0
  478. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py +386 -0
  479. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py +47 -0
  480. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py +261 -0
  481. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py +106 -0
  482. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py +147 -0
  483. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py +0 -0
  484. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc +0 -0
  485. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc +0 -0
  486. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py +112 -0
  487. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py +90 -0
  488. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachinedict.py +19 -0
  489. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py +49 -0
  490. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py +85 -0
  491. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py +102 -0
  492. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py +261 -0
  493. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py +102 -0
  494. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py +196 -0
  495. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py +47 -0
  496. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py +388 -0
  497. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py +47 -0
  498. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py +284 -0
  499. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py +47 -0
  500. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py +316 -0
  501. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py +325 -0
  502. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/johabfreq.py +2382 -0
  503. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/johabprober.py +47 -0
  504. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py +238 -0
  505. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py +4649 -0
  506. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py +4397 -0
  507. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py +4380 -0
  508. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py +4649 -0
  509. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py +5725 -0
  510. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py +4380 -0
  511. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py +4380 -0
  512. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py +147 -0
  513. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/macromanprober.py +162 -0
  514. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py +95 -0
  515. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py +57 -0
  516. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py +661 -0
  517. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py +0 -0
  518. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc +0 -0
  519. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-310.pyc +0 -0
  520. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py +352 -0
  521. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/resultdict.py +16 -0
  522. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py +162 -0
  523. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py +88 -0
  524. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py +105 -0
  525. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py +362 -0
  526. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf1632prober.py +225 -0
  527. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py +82 -0
  528. package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py +9 -0
  529. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py +7 -0
  530. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc +0 -0
  531. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc +0 -0
  532. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc +0 -0
  533. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc +0 -0
  534. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc +0 -0
  535. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc +0 -0
  536. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py +102 -0
  537. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py +277 -0
  538. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py +121 -0
  539. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/__init__.py +1 -0
  540. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-310.pyc +0 -0
  541. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-310.pyc +0 -0
  542. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-310.pyc +0 -0
  543. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-310.pyc +0 -0
  544. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-310.pyc +0 -0
  545. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-310.pyc +0 -0
  546. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-310.pyc +0 -0
  547. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/ansi_test.py +76 -0
  548. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py +294 -0
  549. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/initialise_test.py +189 -0
  550. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/isatty_test.py +57 -0
  551. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/utils.py +49 -0
  552. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/tests/winterm_test.py +131 -0
  553. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py +180 -0
  554. package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py +195 -0
  555. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py +23 -0
  556. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc +0 -0
  557. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc +0 -0
  558. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-310.pyc +0 -0
  559. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc +0 -0
  560. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc +0 -0
  561. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc +0 -0
  562. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc +0 -0
  563. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc +0 -0
  564. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc +0 -0
  565. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc +0 -0
  566. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc +0 -0
  567. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc +0 -0
  568. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc +0 -0
  569. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py +1116 -0
  570. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py +1350 -0
  571. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py +508 -0
  572. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py +1300 -0
  573. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py +393 -0
  574. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/markers.py +152 -0
  575. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py +1076 -0
  576. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py +358 -0
  577. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py +437 -0
  578. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/t32.exe +0 -0
  579. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
  580. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/t64.exe +0 -0
  581. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py +1932 -0
  582. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py +739 -0
  583. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/w32.exe +0 -0
  584. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
  585. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/w64.exe +0 -0
  586. package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py +1082 -0
  587. package/venv/lib/python3.10/site-packages/pip/_vendor/distro/__init__.py +54 -0
  588. package/venv/lib/python3.10/site-packages/pip/_vendor/distro/__main__.py +4 -0
  589. package/venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-310.pyc +0 -0
  590. package/venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-310.pyc +0 -0
  591. package/venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-310.pyc +0 -0
  592. package/venv/lib/python3.10/site-packages/pip/_vendor/distro/distro.py +1399 -0
  593. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py +44 -0
  594. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc +0 -0
  595. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-310.pyc +0 -0
  596. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-310.pyc +0 -0
  597. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc +0 -0
  598. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc +0 -0
  599. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc +0 -0
  600. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc +0 -0
  601. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc +0 -0
  602. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py +112 -0
  603. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py +13 -0
  604. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py +400 -0
  605. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py +2151 -0
  606. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py +54 -0
  607. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py +2 -0
  608. package/venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py +8600 -0
  609. package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py +57 -0
  610. package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc +0 -0
  611. package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc +0 -0
  612. package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc +0 -0
  613. package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc +0 -0
  614. package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py +48 -0
  615. package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py +193 -0
  616. package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py +1010 -0
  617. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py +26 -0
  618. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py +25 -0
  619. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc +0 -0
  620. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc +0 -0
  621. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc +0 -0
  622. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc +0 -0
  623. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc +0 -0
  624. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc +0 -0
  625. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc +0 -0
  626. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc +0 -0
  627. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc +0 -0
  628. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc +0 -0
  629. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc +0 -0
  630. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py +301 -0
  631. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py +136 -0
  632. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py +61 -0
  633. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py +304 -0
  634. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py +146 -0
  635. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py +802 -0
  636. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py +487 -0
  637. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py +136 -0
  638. package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py +504 -0
  639. package/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py +3296 -0
  640. package/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc +0 -0
  641. package/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc +0 -0
  642. package/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py +23 -0
  643. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py +342 -0
  644. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py +46 -0
  645. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc +0 -0
  646. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc +0 -0
  647. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-310.pyc +0 -0
  648. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc +0 -0
  649. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc +0 -0
  650. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc +0 -0
  651. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc +0 -0
  652. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc +0 -0
  653. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py +120 -0
  654. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py +156 -0
  655. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py +64 -0
  656. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py +181 -0
  657. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py +4 -0
  658. package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py +184 -0
  659. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py +82 -0
  660. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py +17 -0
  661. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc +0 -0
  662. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc +0 -0
  663. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc +0 -0
  664. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-310.pyc +0 -0
  665. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc +0 -0
  666. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc +0 -0
  667. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc +0 -0
  668. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc +0 -0
  669. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc +0 -0
  670. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc +0 -0
  671. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-310.pyc +0 -0
  672. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-310.pyc +0 -0
  673. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc +0 -0
  674. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc +0 -0
  675. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc +0 -0
  676. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc +0 -0
  677. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/cmdline.py +668 -0
  678. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py +70 -0
  679. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py +71 -0
  680. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
  681. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc +0 -0
  682. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatter.py +94 -0
  683. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py +143 -0
  684. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc +0 -0
  685. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-310.pyc +0 -0
  686. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc +0 -0
  687. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc +0 -0
  688. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc +0 -0
  689. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-310.pyc +0 -0
  690. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-310.pyc +0 -0
  691. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc +0 -0
  692. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-310.pyc +0 -0
  693. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc +0 -0
  694. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-310.pyc +0 -0
  695. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc +0 -0
  696. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-310.pyc +0 -0
  697. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-310.pyc +0 -0
  698. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/_mapping.py +23 -0
  699. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py +108 -0
  700. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py +170 -0
  701. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py +989 -0
  702. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/img.py +645 -0
  703. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/irc.py +179 -0
  704. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/latex.py +521 -0
  705. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/other.py +161 -0
  706. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +83 -0
  707. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/rtf.py +146 -0
  708. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/svg.py +188 -0
  709. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal.py +127 -0
  710. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal256.py +338 -0
  711. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexer.py +882 -0
  712. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__init__.py +335 -0
  713. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc +0 -0
  714. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc +0 -0
  715. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-310.pyc +0 -0
  716. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/_mapping.py +541 -0
  717. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/python.py +1204 -0
  718. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/modeline.py +43 -0
  719. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/plugin.py +88 -0
  720. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
  721. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/scanner.py +104 -0
  722. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/sphinxext.py +155 -0
  723. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/style.py +197 -0
  724. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__init__.py +97 -0
  725. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc +0 -0
  726. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/token.py +213 -0
  727. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/unistring.py +153 -0
  728. package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/util.py +308 -0
  729. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__init__.py +331 -0
  730. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc +0 -0
  731. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc +0 -0
  732. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc +0 -0
  733. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc +0 -0
  734. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc +0 -0
  735. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc +0 -0
  736. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc +0 -0
  737. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc +0 -0
  738. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc +0 -0
  739. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc +0 -0
  740. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/actions.py +207 -0
  741. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/common.py +424 -0
  742. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/core.py +5814 -0
  743. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__init__.py +642 -0
  744. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc +0 -0
  745. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/exceptions.py +267 -0
  746. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/helpers.py +1088 -0
  747. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/results.py +760 -0
  748. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/testing.py +331 -0
  749. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/unicode.py +352 -0
  750. package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/util.py +235 -0
  751. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/__init__.py +23 -0
  752. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-310.pyc +0 -0
  753. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-310.pyc +0 -0
  754. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-310.pyc +0 -0
  755. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_compat.py +8 -0
  756. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_impl.py +330 -0
  757. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +18 -0
  758. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-310.pyc +0 -0
  759. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-310.pyc +0 -0
  760. package/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +353 -0
  761. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py +182 -0
  762. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc +0 -0
  763. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc +0 -0
  764. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc +0 -0
  765. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc +0 -0
  766. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc +0 -0
  767. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc +0 -0
  768. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc +0 -0
  769. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc +0 -0
  770. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc +0 -0
  771. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc +0 -0
  772. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/help.cpython-310.pyc +0 -0
  773. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc +0 -0
  774. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc +0 -0
  775. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc +0 -0
  776. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc +0 -0
  777. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc +0 -0
  778. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc +0 -0
  779. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc +0 -0
  780. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py +14 -0
  781. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py +48 -0
  782. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py +584 -0
  783. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/api.py +157 -0
  784. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/auth.py +315 -0
  785. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/certs.py +24 -0
  786. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/compat.py +67 -0
  787. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py +561 -0
  788. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py +141 -0
  789. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/help.py +131 -0
  790. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py +33 -0
  791. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/models.py +1034 -0
  792. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/packages.py +16 -0
  793. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py +831 -0
  794. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py +128 -0
  795. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/structures.py +99 -0
  796. package/venv/lib/python3.10/site-packages/pip/_vendor/requests/utils.py +1086 -0
  797. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py +26 -0
  798. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc +0 -0
  799. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc +0 -0
  800. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc +0 -0
  801. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc +0 -0
  802. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc +0 -0
  803. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
  804. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc +0 -0
  805. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc +0 -0
  806. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +6 -0
  807. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py +133 -0
  808. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py +43 -0
  809. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py +482 -0
  810. package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py +165 -0
  811. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__init__.py +177 -0
  812. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__main__.py +274 -0
  813. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc +0 -0
  814. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-310.pyc +0 -0
  815. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc +0 -0
  816. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc +0 -0
  817. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc +0 -0
  818. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-310.pyc +0 -0
  819. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc +0 -0
  820. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-310.pyc +0 -0
  821. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc +0 -0
  822. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc +0 -0
  823. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-310.pyc +0 -0
  824. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc +0 -0
  825. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc +0 -0
  826. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc +0 -0
  827. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc +0 -0
  828. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-310.pyc +0 -0
  829. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-310.pyc +0 -0
  830. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-310.pyc +0 -0
  831. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-310.pyc +0 -0
  832. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-310.pyc +0 -0
  833. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc +0 -0
  834. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc +0 -0
  835. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc +0 -0
  836. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc +0 -0
  837. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-310.pyc +0 -0
  838. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc +0 -0
  839. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc +0 -0
  840. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc +0 -0
  841. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc +0 -0
  842. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc +0 -0
  843. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc +0 -0
  844. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc +0 -0
  845. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc +0 -0
  846. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc +0 -0
  847. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc +0 -0
  848. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-310.pyc +0 -0
  849. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc +0 -0
  850. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc +0 -0
  851. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc +0 -0
  852. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc +0 -0
  853. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc +0 -0
  854. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/json.cpython-310.pyc +0 -0
  855. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc +0 -0
  856. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-310.pyc +0 -0
  857. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc +0 -0
  858. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc +0 -0
  859. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc +0 -0
  860. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc +0 -0
  861. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc +0 -0
  862. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc +0 -0
  863. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc +0 -0
  864. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc +0 -0
  865. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc +0 -0
  866. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc +0 -0
  867. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc +0 -0
  868. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc +0 -0
  869. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-310.pyc +0 -0
  870. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc +0 -0
  871. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc +0 -0
  872. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc +0 -0
  873. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-310.pyc +0 -0
  874. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc +0 -0
  875. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc +0 -0
  876. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc +0 -0
  877. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc +0 -0
  878. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/status.cpython-310.pyc +0 -0
  879. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc +0 -0
  880. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc +0 -0
  881. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc +0 -0
  882. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc +0 -0
  883. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc +0 -0
  884. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc +0 -0
  885. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc +0 -0
  886. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc +0 -0
  887. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc +0 -0
  888. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-310.pyc +0 -0
  889. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_cell_widths.py +451 -0
  890. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
  891. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
  892. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_export_format.py +78 -0
  893. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py +10 -0
  894. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py +270 -0
  895. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py +94 -0
  896. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py +43 -0
  897. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_null_file.py +83 -0
  898. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py +309 -0
  899. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py +17 -0
  900. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py +160 -0
  901. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py +482 -0
  902. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_stack.py +16 -0
  903. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_timer.py +19 -0
  904. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_win32_console.py +662 -0
  905. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py +72 -0
  906. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
  907. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py +56 -0
  908. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/abc.py +33 -0
  909. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py +311 -0
  910. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py +237 -0
  911. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py +94 -0
  912. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py +517 -0
  913. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py +154 -0
  914. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py +618 -0
  915. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
  916. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/columns.py +187 -0
  917. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py +2612 -0
  918. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py +37 -0
  919. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py +167 -0
  920. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/control.py +225 -0
  921. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py +188 -0
  922. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/diagnose.py +37 -0
  923. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py +96 -0
  924. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/errors.py +34 -0
  925. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py +54 -0
  926. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py +89 -0
  927. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py +232 -0
  928. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/json.py +140 -0
  929. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/jupyter.py +101 -0
  930. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py +443 -0
  931. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py +373 -0
  932. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py +113 -0
  933. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py +289 -0
  934. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py +246 -0
  935. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py +151 -0
  936. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py +141 -0
  937. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py +34 -0
  938. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py +100 -0
  939. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py +308 -0
  940. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py +1029 -0
  941. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py +1707 -0
  942. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py +224 -0
  943. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py +376 -0
  944. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py +42 -0
  945. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py +10 -0
  946. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py +149 -0
  947. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py +134 -0
  948. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py +86 -0
  949. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py +54 -0
  950. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py +739 -0
  951. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py +136 -0
  952. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py +132 -0
  953. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py +773 -0
  954. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py +42 -0
  955. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py +945 -0
  956. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py +1002 -0
  957. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
  958. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py +1311 -0
  959. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py +112 -0
  960. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py +5 -0
  961. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py +677 -0
  962. package/venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py +251 -0
  963. package/venv/lib/python3.10/site-packages/pip/_vendor/six.py +998 -0
  964. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py +519 -0
  965. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc +0 -0
  966. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc +0 -0
  967. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc +0 -0
  968. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc +0 -0
  969. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc +0 -0
  970. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc +0 -0
  971. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc +0 -0
  972. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc +0 -0
  973. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc +0 -0
  974. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-310.pyc +0 -0
  975. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc +0 -0
  976. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py +92 -0
  977. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py +68 -0
  978. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py +46 -0
  979. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py +41 -0
  980. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py +58 -0
  981. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py +43 -0
  982. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py +240 -0
  983. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py +96 -0
  984. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/tornadoweb.py +59 -0
  985. package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py +232 -0
  986. package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py +11 -0
  987. package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc +0 -0
  988. package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc +0 -0
  989. package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc +0 -0
  990. package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-310.pyc +0 -0
  991. package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py +691 -0
  992. package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py +107 -0
  993. package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_types.py +10 -0
  994. package/venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py +2209 -0
  995. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
  996. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc +0 -0
  997. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc +0 -0
  998. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc +0 -0
  999. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc +0 -0
  1000. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc +0 -0
  1001. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc +0 -0
  1002. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc +0 -0
  1003. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc +0 -0
  1004. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc +0 -0
  1005. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc +0 -0
  1006. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc +0 -0
  1007. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py +337 -0
  1008. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py +2 -0
  1009. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py +567 -0
  1010. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py +1110 -0
  1011. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  1012. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc +0 -0
  1013. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc +0 -0
  1014. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc +0 -0
  1015. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc +0 -0
  1016. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc +0 -0
  1017. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc +0 -0
  1018. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc +0 -0
  1019. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +36 -0
  1020. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  1021. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc +0 -0
  1022. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc +0 -0
  1023. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc +0 -0
  1024. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +519 -0
  1025. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
  1026. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
  1027. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
  1028. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
  1029. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +921 -0
  1030. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
  1031. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
  1032. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py +274 -0
  1033. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
  1034. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  1035. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc +0 -0
  1036. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc +0 -0
  1037. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  1038. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc +0 -0
  1039. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc +0 -0
  1040. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +51 -0
  1041. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
  1042. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py +537 -0
  1043. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py +170 -0
  1044. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py +879 -0
  1045. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
  1046. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc +0 -0
  1047. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc +0 -0
  1048. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc +0 -0
  1049. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc +0 -0
  1050. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc +0 -0
  1051. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc +0 -0
  1052. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc +0 -0
  1053. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc +0 -0
  1054. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc +0 -0
  1055. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc +0 -0
  1056. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc +0 -0
  1057. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc +0 -0
  1058. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc +0 -0
  1059. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py +149 -0
  1060. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
  1061. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
  1062. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
  1063. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
  1064. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py +620 -0
  1065. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py +495 -0
  1066. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
  1067. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
  1068. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py +268 -0
  1069. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
  1070. package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
  1071. package/venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt +23 -0
  1072. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__init__.py +342 -0
  1073. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-310.pyc +0 -0
  1074. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-310.pyc +0 -0
  1075. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-310.pyc +0 -0
  1076. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-310.pyc +0 -0
  1077. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.pyc +0 -0
  1078. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/labels.py +231 -0
  1079. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/mklabels.py +59 -0
  1080. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/tests.py +153 -0
  1081. package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/x_user_defined.py +325 -0
  1082. package/venv/lib/python3.10/site-packages/pip/py.typed +4 -0
  1083. package/venv/lib/python3.10/site-packages/pip-23.0.1.dist-info/INSTALLER +1 -0
  1084. package/venv/lib/python3.10/site-packages/pip-23.0.1.dist-info/LICENSE.txt +20 -0
  1085. package/venv/lib/python3.10/site-packages/pip-23.0.1.dist-info/METADATA +88 -0
  1086. package/venv/lib/python3.10/site-packages/pip-23.0.1.dist-info/RECORD +1002 -0
  1087. package/venv/lib/python3.10/site-packages/pip-23.0.1.dist-info/REQUESTED +0 -0
  1088. package/venv/lib/python3.10/site-packages/pip-23.0.1.dist-info/WHEEL +5 -0
  1089. package/venv/lib/python3.10/site-packages/pip-23.0.1.dist-info/entry_points.txt +4 -0
  1090. package/venv/lib/python3.10/site-packages/pip-23.0.1.dist-info/top_level.txt +1 -0
  1091. package/venv/lib/python3.10/site-packages/pkg_resources/__init__.py +3296 -0
  1092. package/venv/lib/python3.10/site-packages/pkg_resources/__pycache__/__init__.cpython-310.pyc +0 -0
  1093. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py +0 -0
  1094. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-310.pyc +0 -0
  1095. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-310.pyc +0 -0
  1096. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/zipp.cpython-310.pyc +0 -0
  1097. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py +608 -0
  1098. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py +36 -0
  1099. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/__init__.cpython-310.pyc +0 -0
  1100. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_adapters.cpython-310.pyc +0 -0
  1101. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_common.cpython-310.pyc +0 -0
  1102. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_compat.cpython-310.pyc +0 -0
  1103. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_itertools.cpython-310.pyc +0 -0
  1104. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_legacy.cpython-310.pyc +0 -0
  1105. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/abc.cpython-310.pyc +0 -0
  1106. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/readers.cpython-310.pyc +0 -0
  1107. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/simple.cpython-310.pyc +0 -0
  1108. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py +170 -0
  1109. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/_common.py +104 -0
  1110. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py +98 -0
  1111. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py +35 -0
  1112. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py +121 -0
  1113. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/abc.py +137 -0
  1114. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/readers.py +122 -0
  1115. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/importlib_resources/simple.py +116 -0
  1116. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/jaraco/__init__.py +0 -0
  1117. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/jaraco/__pycache__/__init__.cpython-310.pyc +0 -0
  1118. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/jaraco/__pycache__/context.cpython-310.pyc +0 -0
  1119. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/jaraco/__pycache__/functools.cpython-310.pyc +0 -0
  1120. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/jaraco/context.py +213 -0
  1121. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/jaraco/functools.py +525 -0
  1122. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py +599 -0
  1123. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/jaraco/text/__pycache__/__init__.cpython-310.pyc +0 -0
  1124. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/more_itertools/__init__.py +4 -0
  1125. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/__init__.cpython-310.pyc +0 -0
  1126. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/more.cpython-310.pyc +0 -0
  1127. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/recipes.cpython-310.pyc +0 -0
  1128. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/more_itertools/more.py +4316 -0
  1129. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/more_itertools/recipes.py +698 -0
  1130. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py +26 -0
  1131. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py +25 -0
  1132. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-310.pyc +0 -0
  1133. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-310.pyc +0 -0
  1134. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc +0 -0
  1135. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc +0 -0
  1136. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-310.pyc +0 -0
  1137. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-310.pyc +0 -0
  1138. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-310.pyc +0 -0
  1139. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc +0 -0
  1140. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-310.pyc +0 -0
  1141. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-310.pyc +0 -0
  1142. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-310.pyc +0 -0
  1143. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py +301 -0
  1144. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py +136 -0
  1145. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py +61 -0
  1146. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py +304 -0
  1147. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py +146 -0
  1148. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py +802 -0
  1149. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py +487 -0
  1150. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py +136 -0
  1151. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py +504 -0
  1152. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__init__.py +331 -0
  1153. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc +0 -0
  1154. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc +0 -0
  1155. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/common.cpython-310.pyc +0 -0
  1156. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/core.cpython-310.pyc +0 -0
  1157. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc +0 -0
  1158. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc +0 -0
  1159. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/results.cpython-310.pyc +0 -0
  1160. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc +0 -0
  1161. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc +0 -0
  1162. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/util.cpython-310.pyc +0 -0
  1163. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/actions.py +207 -0
  1164. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/common.py +424 -0
  1165. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/core.py +5814 -0
  1166. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/diagram/__init__.py +642 -0
  1167. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc +0 -0
  1168. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/exceptions.py +267 -0
  1169. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/helpers.py +1088 -0
  1170. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/results.py +760 -0
  1171. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/testing.py +331 -0
  1172. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/unicode.py +352 -0
  1173. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing/util.py +235 -0
  1174. package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/zipp.py +329 -0
  1175. package/venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py +76 -0
  1176. package/venv/lib/python3.10/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-310.pyc +0 -0
  1177. package/venv/lib/python3.10/site-packages/requests/__init__.py +184 -0
  1178. package/venv/lib/python3.10/site-packages/requests/__pycache__/__init__.cpython-310.pyc +0 -0
  1179. package/venv/lib/python3.10/site-packages/requests/__pycache__/__version__.cpython-310.pyc +0 -0
  1180. package/venv/lib/python3.10/site-packages/requests/__pycache__/_internal_utils.cpython-310.pyc +0 -0
  1181. package/venv/lib/python3.10/site-packages/requests/__pycache__/adapters.cpython-310.pyc +0 -0
  1182. package/venv/lib/python3.10/site-packages/requests/__pycache__/api.cpython-310.pyc +0 -0
  1183. package/venv/lib/python3.10/site-packages/requests/__pycache__/auth.cpython-310.pyc +0 -0
  1184. package/venv/lib/python3.10/site-packages/requests/__pycache__/certs.cpython-310.pyc +0 -0
  1185. package/venv/lib/python3.10/site-packages/requests/__pycache__/compat.cpython-310.pyc +0 -0
  1186. package/venv/lib/python3.10/site-packages/requests/__pycache__/cookies.cpython-310.pyc +0 -0
  1187. package/venv/lib/python3.10/site-packages/requests/__pycache__/exceptions.cpython-310.pyc +0 -0
  1188. package/venv/lib/python3.10/site-packages/requests/__pycache__/help.cpython-310.pyc +0 -0
  1189. package/venv/lib/python3.10/site-packages/requests/__pycache__/hooks.cpython-310.pyc +0 -0
  1190. package/venv/lib/python3.10/site-packages/requests/__pycache__/models.cpython-310.pyc +0 -0
  1191. package/venv/lib/python3.10/site-packages/requests/__pycache__/packages.cpython-310.pyc +0 -0
  1192. package/venv/lib/python3.10/site-packages/requests/__pycache__/sessions.cpython-310.pyc +0 -0
  1193. package/venv/lib/python3.10/site-packages/requests/__pycache__/status_codes.cpython-310.pyc +0 -0
  1194. package/venv/lib/python3.10/site-packages/requests/__pycache__/structures.cpython-310.pyc +0 -0
  1195. package/venv/lib/python3.10/site-packages/requests/__pycache__/utils.cpython-310.pyc +0 -0
  1196. package/venv/lib/python3.10/site-packages/requests/__version__.py +14 -0
  1197. package/venv/lib/python3.10/site-packages/requests/_internal_utils.py +50 -0
  1198. package/venv/lib/python3.10/site-packages/requests/adapters.py +641 -0
  1199. package/venv/lib/python3.10/site-packages/requests/api.py +157 -0
  1200. package/venv/lib/python3.10/site-packages/requests/auth.py +314 -0
  1201. package/venv/lib/python3.10/site-packages/requests/certs.py +17 -0
  1202. package/venv/lib/python3.10/site-packages/requests/compat.py +94 -0
  1203. package/venv/lib/python3.10/site-packages/requests/cookies.py +561 -0
  1204. package/venv/lib/python3.10/site-packages/requests/exceptions.py +151 -0
  1205. package/venv/lib/python3.10/site-packages/requests/help.py +134 -0
  1206. package/venv/lib/python3.10/site-packages/requests/hooks.py +33 -0
  1207. package/venv/lib/python3.10/site-packages/requests/models.py +1037 -0
  1208. package/venv/lib/python3.10/site-packages/requests/packages.py +23 -0
  1209. package/venv/lib/python3.10/site-packages/requests/sessions.py +831 -0
  1210. package/venv/lib/python3.10/site-packages/requests/status_codes.py +128 -0
  1211. package/venv/lib/python3.10/site-packages/requests/structures.py +99 -0
  1212. package/venv/lib/python3.10/site-packages/requests/utils.py +1096 -0
  1213. package/venv/lib/python3.10/site-packages/requests-2.32.2.dist-info/INSTALLER +1 -0
  1214. package/venv/lib/python3.10/site-packages/requests-2.32.2.dist-info/LICENSE +175 -0
  1215. package/venv/lib/python3.10/site-packages/requests-2.32.2.dist-info/METADATA +119 -0
  1216. package/venv/lib/python3.10/site-packages/requests-2.32.2.dist-info/RECORD +43 -0
  1217. package/venv/lib/python3.10/site-packages/requests-2.32.2.dist-info/REQUESTED +0 -0
  1218. package/venv/lib/python3.10/site-packages/requests-2.32.2.dist-info/WHEEL +5 -0
  1219. package/venv/lib/python3.10/site-packages/requests-2.32.2.dist-info/top_level.txt +1 -0
  1220. package/venv/lib/python3.10/site-packages/setuptools/__init__.py +247 -0
  1221. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc +0 -0
  1222. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-310.pyc +0 -0
  1223. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/_entry_points.cpython-310.pyc +0 -0
  1224. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc +0 -0
  1225. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/_importlib.cpython-310.pyc +0 -0
  1226. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/_itertools.cpython-310.pyc +0 -0
  1227. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/_path.cpython-310.pyc +0 -0
  1228. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/_reqs.cpython-310.pyc +0 -0
  1229. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/archive_util.cpython-310.pyc +0 -0
  1230. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/build_meta.cpython-310.pyc +0 -0
  1231. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc +0 -0
  1232. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/depends.cpython-310.pyc +0 -0
  1233. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/discovery.cpython-310.pyc +0 -0
  1234. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/dist.cpython-310.pyc +0 -0
  1235. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/errors.cpython-310.pyc +0 -0
  1236. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/extension.cpython-310.pyc +0 -0
  1237. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/glob.cpython-310.pyc +0 -0
  1238. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/installer.cpython-310.pyc +0 -0
  1239. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/launch.cpython-310.pyc +0 -0
  1240. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/logging.cpython-310.pyc +0 -0
  1241. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/monkey.cpython-310.pyc +0 -0
  1242. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/msvc.cpython-310.pyc +0 -0
  1243. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/namespaces.cpython-310.pyc +0 -0
  1244. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/package_index.cpython-310.pyc +0 -0
  1245. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/py34compat.cpython-310.pyc +0 -0
  1246. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/sandbox.cpython-310.pyc +0 -0
  1247. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/unicode_utils.cpython-310.pyc +0 -0
  1248. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/version.cpython-310.pyc +0 -0
  1249. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/wheel.cpython-310.pyc +0 -0
  1250. package/venv/lib/python3.10/site-packages/setuptools/__pycache__/windows_support.cpython-310.pyc +0 -0
  1251. package/venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py +7 -0
  1252. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py +24 -0
  1253. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-310.pyc +0 -0
  1254. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-310.pyc +0 -0
  1255. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-310.pyc +0 -0
  1256. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-310.pyc +0 -0
  1257. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc +0 -0
  1258. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc +0 -0
  1259. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-310.pyc +0 -0
  1260. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-310.pyc +0 -0
  1261. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-310.pyc +0 -0
  1262. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/config.cpython-310.pyc +0 -0
  1263. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/core.cpython-310.pyc +0 -0
  1264. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc +0 -0
  1265. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/debug.cpython-310.pyc +0 -0
  1266. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc +0 -0
  1267. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc +0 -0
  1268. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dist.cpython-310.pyc +0 -0
  1269. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/errors.cpython-310.pyc +0 -0
  1270. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/extension.cpython-310.pyc +0 -0
  1271. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc +0 -0
  1272. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-310.pyc +0 -0
  1273. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-310.pyc +0 -0
  1274. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/log.cpython-310.pyc +0 -0
  1275. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-310.pyc +0 -0
  1276. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-310.pyc +0 -0
  1277. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-310.pyc +0 -0
  1278. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py39compat.cpython-310.pyc +0 -0
  1279. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-310.pyc +0 -0
  1280. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-310.pyc +0 -0
  1281. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-310.pyc +0 -0
  1282. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc +0 -0
  1283. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/util.cpython-310.pyc +0 -0
  1284. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/version.cpython-310.pyc +0 -0
  1285. package/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-310.pyc +0 -0
  1286. package/venv/lib/python3.10/site-packages/setuptools/_distutils/_collections.py +56 -0
  1287. package/venv/lib/python3.10/site-packages/setuptools/_distutils/_functools.py +20 -0
  1288. package/venv/lib/python3.10/site-packages/setuptools/_distutils/_macos_compat.py +12 -0
  1289. package/venv/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py +572 -0
  1290. package/venv/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py +280 -0
  1291. package/venv/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py +408 -0
  1292. package/venv/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py +1220 -0
  1293. package/venv/lib/python3.10/site-packages/setuptools/_distutils/cmd.py +436 -0
  1294. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py +25 -0
  1295. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-310.pyc +0 -0
  1296. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-310.pyc +0 -0
  1297. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-310.pyc +0 -0
  1298. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-310.pyc +0 -0
  1299. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-310.pyc +0 -0
  1300. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-310.pyc +0 -0
  1301. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-310.pyc +0 -0
  1302. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-310.pyc +0 -0
  1303. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-310.pyc +0 -0
  1304. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-310.pyc +0 -0
  1305. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-310.pyc +0 -0
  1306. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-310.pyc +0 -0
  1307. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-310.pyc +0 -0
  1308. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-310.pyc +0 -0
  1309. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-310.pyc +0 -0
  1310. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-310.pyc +0 -0
  1311. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-310.pyc +0 -0
  1312. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-310.pyc +0 -0
  1313. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-310.pyc +0 -0
  1314. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-310.pyc +0 -0
  1315. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-310.pyc +0 -0
  1316. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-310.pyc +0 -0
  1317. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-310.pyc +0 -0
  1318. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/_framework_compat.py +55 -0
  1319. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py +157 -0
  1320. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py +144 -0
  1321. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py +615 -0
  1322. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build.py +153 -0
  1323. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py +208 -0
  1324. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py +787 -0
  1325. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py +407 -0
  1326. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py +173 -0
  1327. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/check.py +151 -0
  1328. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py +76 -0
  1329. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/config.py +377 -0
  1330. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install.py +814 -0
  1331. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py +84 -0
  1332. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py +91 -0
  1333. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py +45 -0
  1334. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py +238 -0
  1335. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py +61 -0
  1336. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py +31 -0
  1337. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/register.py +319 -0
  1338. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py +531 -0
  1339. package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py +205 -0
  1340. package/venv/lib/python3.10/site-packages/setuptools/_distutils/config.py +139 -0
  1341. package/venv/lib/python3.10/site-packages/setuptools/_distutils/core.py +291 -0
  1342. package/venv/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py +364 -0
  1343. package/venv/lib/python3.10/site-packages/setuptools/_distutils/debug.py +5 -0
  1344. package/venv/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py +96 -0
  1345. package/venv/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py +243 -0
  1346. package/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py +1286 -0
  1347. package/venv/lib/python3.10/site-packages/setuptools/_distutils/errors.py +127 -0
  1348. package/venv/lib/python3.10/site-packages/setuptools/_distutils/extension.py +248 -0
  1349. package/venv/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py +470 -0
  1350. package/venv/lib/python3.10/site-packages/setuptools/_distutils/file_util.py +249 -0
  1351. package/venv/lib/python3.10/site-packages/setuptools/_distutils/filelist.py +371 -0
  1352. package/venv/lib/python3.10/site-packages/setuptools/_distutils/log.py +80 -0
  1353. package/venv/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py +832 -0
  1354. package/venv/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py +695 -0
  1355. package/venv/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py +8 -0
  1356. package/venv/lib/python3.10/site-packages/setuptools/_distutils/py39compat.py +22 -0
  1357. package/venv/lib/python3.10/site-packages/setuptools/_distutils/spawn.py +109 -0
  1358. package/venv/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py +558 -0
  1359. package/venv/lib/python3.10/site-packages/setuptools/_distutils/text_file.py +287 -0
  1360. package/venv/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py +401 -0
  1361. package/venv/lib/python3.10/site-packages/setuptools/_distutils/util.py +513 -0
  1362. package/venv/lib/python3.10/site-packages/setuptools/_distutils/version.py +358 -0
  1363. package/venv/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py +175 -0
  1364. package/venv/lib/python3.10/site-packages/setuptools/_entry_points.py +86 -0
  1365. package/venv/lib/python3.10/site-packages/setuptools/_imp.py +82 -0
  1366. package/venv/lib/python3.10/site-packages/setuptools/_importlib.py +47 -0
  1367. package/venv/lib/python3.10/site-packages/setuptools/_itertools.py +23 -0
  1368. package/venv/lib/python3.10/site-packages/setuptools/_path.py +29 -0
  1369. package/venv/lib/python3.10/site-packages/setuptools/_reqs.py +19 -0
  1370. package/venv/lib/python3.10/site-packages/setuptools/_vendor/__init__.py +0 -0
  1371. package/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-310.pyc +0 -0
  1372. package/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-310.pyc +0 -0
  1373. package/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-310.pyc +0 -0
  1374. package/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/zipp.cpython-310.pyc +0 -0
  1375. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +1047 -0
  1376. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-310.pyc +0 -0
  1377. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-310.pyc +0 -0
  1378. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-310.pyc +0 -0
  1379. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-310.pyc +0 -0
  1380. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-310.pyc +0 -0
  1381. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-310.pyc +0 -0
  1382. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-310.pyc +0 -0
  1383. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-310.pyc +0 -0
  1384. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py +68 -0
  1385. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +30 -0
  1386. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +71 -0
  1387. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +104 -0
  1388. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +73 -0
  1389. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +48 -0
  1390. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_metadata/_text.py +99 -0
  1391. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__init__.py +36 -0
  1392. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-310.pyc +0 -0
  1393. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-310.pyc +0 -0
  1394. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-310.pyc +0 -0
  1395. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_compat.cpython-310.pyc +0 -0
  1396. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-310.pyc +0 -0
  1397. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_legacy.cpython-310.pyc +0 -0
  1398. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-310.pyc +0 -0
  1399. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-310.pyc +0 -0
  1400. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-310.pyc +0 -0
  1401. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/_adapters.py +170 -0
  1402. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/_common.py +104 -0
  1403. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/_compat.py +98 -0
  1404. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/_itertools.py +35 -0
  1405. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/_legacy.py +121 -0
  1406. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/abc.py +137 -0
  1407. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/readers.py +122 -0
  1408. package/venv/lib/python3.10/site-packages/setuptools/_vendor/importlib_resources/simple.py +116 -0
  1409. package/venv/lib/python3.10/site-packages/setuptools/_vendor/jaraco/__init__.py +0 -0
  1410. package/venv/lib/python3.10/site-packages/setuptools/_vendor/jaraco/__pycache__/__init__.cpython-310.pyc +0 -0
  1411. package/venv/lib/python3.10/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-310.pyc +0 -0
  1412. package/venv/lib/python3.10/site-packages/setuptools/_vendor/jaraco/__pycache__/functools.cpython-310.pyc +0 -0
  1413. package/venv/lib/python3.10/site-packages/setuptools/_vendor/jaraco/context.py +213 -0
  1414. package/venv/lib/python3.10/site-packages/setuptools/_vendor/jaraco/functools.py +525 -0
  1415. package/venv/lib/python3.10/site-packages/setuptools/_vendor/jaraco/text/__init__.py +599 -0
  1416. package/venv/lib/python3.10/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-310.pyc +0 -0
  1417. package/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py +4 -0
  1418. package/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-310.pyc +0 -0
  1419. package/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc +0 -0
  1420. package/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-310.pyc +0 -0
  1421. package/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py +3824 -0
  1422. package/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py +620 -0
  1423. package/venv/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py +488 -0
  1424. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py +26 -0
  1425. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py +25 -0
  1426. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-310.pyc +0 -0
  1427. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-310.pyc +0 -0
  1428. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc +0 -0
  1429. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc +0 -0
  1430. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc +0 -0
  1431. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-310.pyc +0 -0
  1432. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-310.pyc +0 -0
  1433. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc +0 -0
  1434. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-310.pyc +0 -0
  1435. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-310.pyc +0 -0
  1436. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-310.pyc +0 -0
  1437. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py +301 -0
  1438. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py +136 -0
  1439. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py +61 -0
  1440. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py +304 -0
  1441. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py +146 -0
  1442. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py +802 -0
  1443. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py +487 -0
  1444. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py +136 -0
  1445. package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py +504 -0
  1446. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__init__.py +331 -0
  1447. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc +0 -0
  1448. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc +0 -0
  1449. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/common.cpython-310.pyc +0 -0
  1450. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/core.cpython-310.pyc +0 -0
  1451. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc +0 -0
  1452. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc +0 -0
  1453. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/results.cpython-310.pyc +0 -0
  1454. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc +0 -0
  1455. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc +0 -0
  1456. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/__pycache__/util.cpython-310.pyc +0 -0
  1457. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/actions.py +207 -0
  1458. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/common.py +424 -0
  1459. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/core.py +5814 -0
  1460. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/diagram/__init__.py +642 -0
  1461. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc +0 -0
  1462. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/exceptions.py +267 -0
  1463. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/helpers.py +1088 -0
  1464. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/results.py +760 -0
  1465. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/testing.py +331 -0
  1466. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/unicode.py +352 -0
  1467. package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing/util.py +235 -0
  1468. package/venv/lib/python3.10/site-packages/setuptools/_vendor/tomli/__init__.py +11 -0
  1469. package/venv/lib/python3.10/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-310.pyc +0 -0
  1470. package/venv/lib/python3.10/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-310.pyc +0 -0
  1471. package/venv/lib/python3.10/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-310.pyc +0 -0
  1472. package/venv/lib/python3.10/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-310.pyc +0 -0
  1473. package/venv/lib/python3.10/site-packages/setuptools/_vendor/tomli/_parser.py +691 -0
  1474. package/venv/lib/python3.10/site-packages/setuptools/_vendor/tomli/_re.py +107 -0
  1475. package/venv/lib/python3.10/site-packages/setuptools/_vendor/tomli/_types.py +10 -0
  1476. package/venv/lib/python3.10/site-packages/setuptools/_vendor/typing_extensions.py +2296 -0
  1477. package/venv/lib/python3.10/site-packages/setuptools/_vendor/zipp.py +329 -0
  1478. package/venv/lib/python3.10/site-packages/setuptools/archive_util.py +213 -0
  1479. package/venv/lib/python3.10/site-packages/setuptools/build_meta.py +511 -0
  1480. package/venv/lib/python3.10/site-packages/setuptools/cli-32.exe +0 -0
  1481. package/venv/lib/python3.10/site-packages/setuptools/cli-64.exe +0 -0
  1482. package/venv/lib/python3.10/site-packages/setuptools/cli-arm64.exe +0 -0
  1483. package/venv/lib/python3.10/site-packages/setuptools/cli.exe +0 -0
  1484. package/venv/lib/python3.10/site-packages/setuptools/command/__init__.py +12 -0
  1485. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc +0 -0
  1486. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc +0 -0
  1487. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc +0 -0
  1488. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc +0 -0
  1489. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build.cpython-310.pyc +0 -0
  1490. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc +0 -0
  1491. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc +0 -0
  1492. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc +0 -0
  1493. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc +0 -0
  1494. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc +0 -0
  1495. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc +0 -0
  1496. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-310.pyc +0 -0
  1497. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc +0 -0
  1498. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc +0 -0
  1499. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc +0 -0
  1500. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc +0 -0
  1501. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc +0 -0
  1502. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc +0 -0
  1503. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc +0 -0
  1504. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc +0 -0
  1505. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc +0 -0
  1506. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc +0 -0
  1507. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc +0 -0
  1508. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc +0 -0
  1509. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc +0 -0
  1510. package/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc +0 -0
  1511. package/venv/lib/python3.10/site-packages/setuptools/command/alias.py +78 -0
  1512. package/venv/lib/python3.10/site-packages/setuptools/command/bdist_egg.py +457 -0
  1513. package/venv/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py +40 -0
  1514. package/venv/lib/python3.10/site-packages/setuptools/command/build.py +146 -0
  1515. package/venv/lib/python3.10/site-packages/setuptools/command/build_clib.py +101 -0
  1516. package/venv/lib/python3.10/site-packages/setuptools/command/build_ext.py +383 -0
  1517. package/venv/lib/python3.10/site-packages/setuptools/command/build_py.py +368 -0
  1518. package/venv/lib/python3.10/site-packages/setuptools/command/develop.py +193 -0
  1519. package/venv/lib/python3.10/site-packages/setuptools/command/dist_info.py +142 -0
  1520. package/venv/lib/python3.10/site-packages/setuptools/command/easy_install.py +2312 -0
  1521. package/venv/lib/python3.10/site-packages/setuptools/command/editable_wheel.py +844 -0
  1522. package/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py +763 -0
  1523. package/venv/lib/python3.10/site-packages/setuptools/command/install.py +139 -0
  1524. package/venv/lib/python3.10/site-packages/setuptools/command/install_egg_info.py +63 -0
  1525. package/venv/lib/python3.10/site-packages/setuptools/command/install_lib.py +122 -0
  1526. package/venv/lib/python3.10/site-packages/setuptools/command/install_scripts.py +70 -0
  1527. package/venv/lib/python3.10/site-packages/setuptools/command/launcher manifest.xml +15 -0
  1528. package/venv/lib/python3.10/site-packages/setuptools/command/py36compat.py +134 -0
  1529. package/venv/lib/python3.10/site-packages/setuptools/command/register.py +18 -0
  1530. package/venv/lib/python3.10/site-packages/setuptools/command/rotate.py +64 -0
  1531. package/venv/lib/python3.10/site-packages/setuptools/command/saveopts.py +22 -0
  1532. package/venv/lib/python3.10/site-packages/setuptools/command/sdist.py +210 -0
  1533. package/venv/lib/python3.10/site-packages/setuptools/command/setopt.py +149 -0
  1534. package/venv/lib/python3.10/site-packages/setuptools/command/test.py +251 -0
  1535. package/venv/lib/python3.10/site-packages/setuptools/command/upload.py +17 -0
  1536. package/venv/lib/python3.10/site-packages/setuptools/command/upload_docs.py +213 -0
  1537. package/venv/lib/python3.10/site-packages/setuptools/config/__init__.py +35 -0
  1538. package/venv/lib/python3.10/site-packages/setuptools/config/__pycache__/__init__.cpython-310.pyc +0 -0
  1539. package/venv/lib/python3.10/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-310.pyc +0 -0
  1540. package/venv/lib/python3.10/site-packages/setuptools/config/__pycache__/expand.cpython-310.pyc +0 -0
  1541. package/venv/lib/python3.10/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-310.pyc +0 -0
  1542. package/venv/lib/python3.10/site-packages/setuptools/config/__pycache__/setupcfg.cpython-310.pyc +0 -0
  1543. package/venv/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py +377 -0
  1544. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/__init__.py +34 -0
  1545. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-310.pyc +0 -0
  1546. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-310.pyc +0 -0
  1547. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-310.pyc +0 -0
  1548. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-310.pyc +0 -0
  1549. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-310.pyc +0 -0
  1550. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-310.pyc +0 -0
  1551. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/error_reporting.py +318 -0
  1552. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +36 -0
  1553. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +51 -0
  1554. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +1035 -0
  1555. package/venv/lib/python3.10/site-packages/setuptools/config/_validate_pyproject/formats.py +259 -0
  1556. package/venv/lib/python3.10/site-packages/setuptools/config/expand.py +462 -0
  1557. package/venv/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py +493 -0
  1558. package/venv/lib/python3.10/site-packages/setuptools/config/setupcfg.py +762 -0
  1559. package/venv/lib/python3.10/site-packages/setuptools/dep_util.py +25 -0
  1560. package/venv/lib/python3.10/site-packages/setuptools/depends.py +176 -0
  1561. package/venv/lib/python3.10/site-packages/setuptools/discovery.py +600 -0
  1562. package/venv/lib/python3.10/site-packages/setuptools/dist.py +1222 -0
  1563. package/venv/lib/python3.10/site-packages/setuptools/errors.py +58 -0
  1564. package/venv/lib/python3.10/site-packages/setuptools/extension.py +148 -0
  1565. package/venv/lib/python3.10/site-packages/setuptools/extern/__init__.py +76 -0
  1566. package/venv/lib/python3.10/site-packages/setuptools/extern/__pycache__/__init__.cpython-310.pyc +0 -0
  1567. package/venv/lib/python3.10/site-packages/setuptools/glob.py +167 -0
  1568. package/venv/lib/python3.10/site-packages/setuptools/gui-32.exe +0 -0
  1569. package/venv/lib/python3.10/site-packages/setuptools/gui-64.exe +0 -0
  1570. package/venv/lib/python3.10/site-packages/setuptools/gui-arm64.exe +0 -0
  1571. package/venv/lib/python3.10/site-packages/setuptools/gui.exe +0 -0
  1572. package/venv/lib/python3.10/site-packages/setuptools/installer.py +104 -0
  1573. package/venv/lib/python3.10/site-packages/setuptools/launch.py +36 -0
  1574. package/venv/lib/python3.10/site-packages/setuptools/logging.py +36 -0
  1575. package/venv/lib/python3.10/site-packages/setuptools/monkey.py +165 -0
  1576. package/venv/lib/python3.10/site-packages/setuptools/msvc.py +1703 -0
  1577. package/venv/lib/python3.10/site-packages/setuptools/namespaces.py +107 -0
  1578. package/venv/lib/python3.10/site-packages/setuptools/package_index.py +1126 -0
  1579. package/venv/lib/python3.10/site-packages/setuptools/py34compat.py +13 -0
  1580. package/venv/lib/python3.10/site-packages/setuptools/sandbox.py +530 -0
  1581. package/venv/lib/python3.10/site-packages/setuptools/script (dev).tmpl +6 -0
  1582. package/venv/lib/python3.10/site-packages/setuptools/script.tmpl +3 -0
  1583. package/venv/lib/python3.10/site-packages/setuptools/unicode_utils.py +42 -0
  1584. package/venv/lib/python3.10/site-packages/setuptools/version.py +6 -0
  1585. package/venv/lib/python3.10/site-packages/setuptools/wheel.py +222 -0
  1586. package/venv/lib/python3.10/site-packages/setuptools/windows_support.py +29 -0
  1587. package/venv/lib/python3.10/site-packages/setuptools-65.5.0.dist-info/INSTALLER +1 -0
  1588. package/venv/lib/python3.10/site-packages/setuptools-65.5.0.dist-info/LICENSE +19 -0
  1589. package/venv/lib/python3.10/site-packages/setuptools-65.5.0.dist-info/METADATA +144 -0
  1590. package/venv/lib/python3.10/site-packages/setuptools-65.5.0.dist-info/RECORD +466 -0
  1591. package/venv/lib/python3.10/site-packages/setuptools-65.5.0.dist-info/REQUESTED +0 -0
  1592. package/venv/lib/python3.10/site-packages/setuptools-65.5.0.dist-info/WHEEL +5 -0
  1593. package/venv/lib/python3.10/site-packages/setuptools-65.5.0.dist-info/entry_points.txt +57 -0
  1594. package/venv/lib/python3.10/site-packages/setuptools-65.5.0.dist-info/top_level.txt +3 -0
  1595. package/venv/lib/python3.10/site-packages/urllib3/__init__.py +211 -0
  1596. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/__init__.cpython-310.pyc +0 -0
  1597. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/_base_connection.cpython-310.pyc +0 -0
  1598. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/_collections.cpython-310.pyc +0 -0
  1599. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/_request_methods.cpython-310.pyc +0 -0
  1600. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/_version.cpython-310.pyc +0 -0
  1601. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/connection.cpython-310.pyc +0 -0
  1602. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/connectionpool.cpython-310.pyc +0 -0
  1603. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/exceptions.cpython-310.pyc +0 -0
  1604. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/fields.cpython-310.pyc +0 -0
  1605. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/filepost.cpython-310.pyc +0 -0
  1606. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/http2.cpython-310.pyc +0 -0
  1607. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/poolmanager.cpython-310.pyc +0 -0
  1608. package/venv/lib/python3.10/site-packages/urllib3/__pycache__/response.cpython-310.pyc +0 -0
  1609. package/venv/lib/python3.10/site-packages/urllib3/_base_connection.py +172 -0
  1610. package/venv/lib/python3.10/site-packages/urllib3/_collections.py +483 -0
  1611. package/venv/lib/python3.10/site-packages/urllib3/_request_methods.py +279 -0
  1612. package/venv/lib/python3.10/site-packages/urllib3/_version.py +4 -0
  1613. package/venv/lib/python3.10/site-packages/urllib3/connection.py +930 -0
  1614. package/venv/lib/python3.10/site-packages/urllib3/connectionpool.py +1186 -0
  1615. package/venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py +0 -0
  1616. package/venv/lib/python3.10/site-packages/urllib3/contrib/__pycache__/__init__.cpython-310.pyc +0 -0
  1617. package/venv/lib/python3.10/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc +0 -0
  1618. package/venv/lib/python3.10/site-packages/urllib3/contrib/__pycache__/socks.cpython-310.pyc +0 -0
  1619. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/__init__.py +16 -0
  1620. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-310.pyc +0 -0
  1621. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-310.pyc +0 -0
  1622. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-310.pyc +0 -0
  1623. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-310.pyc +0 -0
  1624. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/__pycache__/response.cpython-310.pyc +0 -0
  1625. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/connection.py +254 -0
  1626. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js +110 -0
  1627. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/fetch.py +418 -0
  1628. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/request.py +22 -0
  1629. package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/response.py +276 -0
  1630. package/venv/lib/python3.10/site-packages/urllib3/contrib/pyopenssl.py +548 -0
  1631. package/venv/lib/python3.10/site-packages/urllib3/contrib/socks.py +230 -0
  1632. package/venv/lib/python3.10/site-packages/urllib3/exceptions.py +321 -0
  1633. package/venv/lib/python3.10/site-packages/urllib3/fields.py +341 -0
  1634. package/venv/lib/python3.10/site-packages/urllib3/filepost.py +89 -0
  1635. package/venv/lib/python3.10/site-packages/urllib3/http2.py +229 -0
  1636. package/venv/lib/python3.10/site-packages/urllib3/poolmanager.py +638 -0
  1637. package/venv/lib/python3.10/site-packages/urllib3/py.typed +2 -0
  1638. package/venv/lib/python3.10/site-packages/urllib3/response.py +1243 -0
  1639. package/venv/lib/python3.10/site-packages/urllib3/util/__init__.py +42 -0
  1640. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/__init__.cpython-310.pyc +0 -0
  1641. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/connection.cpython-310.pyc +0 -0
  1642. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/proxy.cpython-310.pyc +0 -0
  1643. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/request.cpython-310.pyc +0 -0
  1644. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/response.cpython-310.pyc +0 -0
  1645. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/retry.cpython-310.pyc +0 -0
  1646. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/ssl_.cpython-310.pyc +0 -0
  1647. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc +0 -0
  1648. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/ssltransport.cpython-310.pyc +0 -0
  1649. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/timeout.cpython-310.pyc +0 -0
  1650. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/url.cpython-310.pyc +0 -0
  1651. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/util.cpython-310.pyc +0 -0
  1652. package/venv/lib/python3.10/site-packages/urllib3/util/__pycache__/wait.cpython-310.pyc +0 -0
  1653. package/venv/lib/python3.10/site-packages/urllib3/util/connection.py +137 -0
  1654. package/venv/lib/python3.10/site-packages/urllib3/util/proxy.py +43 -0
  1655. package/venv/lib/python3.10/site-packages/urllib3/util/request.py +256 -0
  1656. package/venv/lib/python3.10/site-packages/urllib3/util/response.py +101 -0
  1657. package/venv/lib/python3.10/site-packages/urllib3/util/retry.py +529 -0
  1658. package/venv/lib/python3.10/site-packages/urllib3/util/ssl_.py +509 -0
  1659. package/venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py +159 -0
  1660. package/venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py +280 -0
  1661. package/venv/lib/python3.10/site-packages/urllib3/util/timeout.py +275 -0
  1662. package/venv/lib/python3.10/site-packages/urllib3/util/url.py +471 -0
  1663. package/venv/lib/python3.10/site-packages/urllib3/util/util.py +42 -0
  1664. package/venv/lib/python3.10/site-packages/urllib3/util/wait.py +124 -0
  1665. package/venv/lib/python3.10/site-packages/urllib3-2.2.1.dist-info/INSTALLER +1 -0
  1666. package/venv/lib/python3.10/site-packages/urllib3-2.2.1.dist-info/METADATA +154 -0
  1667. package/venv/lib/python3.10/site-packages/urllib3-2.2.1.dist-info/RECORD +75 -0
  1668. package/venv/lib/python3.10/site-packages/urllib3-2.2.1.dist-info/WHEEL +4 -0
  1669. package/venv/lib/python3.10/site-packages/urllib3-2.2.1.dist-info/licenses/LICENSE.txt +21 -0
  1670. package/venv/pyvenv.cfg +3 -0
@@ -0,0 +1,1399 @@
1
+ #!/usr/bin/env python
2
+ # Copyright 2015,2016,2017 Nir Cohen
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+ """
17
+ The ``distro`` package (``distro`` stands for Linux Distribution) provides
18
+ information about the Linux distribution it runs on, such as a reliable
19
+ machine-readable distro ID, or version information.
20
+
21
+ It is the recommended replacement for Python's original
22
+ :py:func:`platform.linux_distribution` function, but it provides much more
23
+ functionality. An alternative implementation became necessary because Python
24
+ 3.5 deprecated this function, and Python 3.8 removed it altogether. Its
25
+ predecessor function :py:func:`platform.dist` was already deprecated since
26
+ Python 2.6 and removed in Python 3.8. Still, there are many cases in which
27
+ access to OS distribution information is needed. See `Python issue 1322
28
+ <https://bugs.python.org/issue1322>`_ for more information.
29
+ """
30
+
31
+ import argparse
32
+ import json
33
+ import logging
34
+ import os
35
+ import re
36
+ import shlex
37
+ import subprocess
38
+ import sys
39
+ import warnings
40
+ from typing import (
41
+ Any,
42
+ Callable,
43
+ Dict,
44
+ Iterable,
45
+ Optional,
46
+ Sequence,
47
+ TextIO,
48
+ Tuple,
49
+ Type,
50
+ )
51
+
52
+ try:
53
+ from typing import TypedDict
54
+ except ImportError:
55
+ # Python 3.7
56
+ TypedDict = dict
57
+
58
+ __version__ = "1.8.0"
59
+
60
+
61
+ class VersionDict(TypedDict):
62
+ major: str
63
+ minor: str
64
+ build_number: str
65
+
66
+
67
+ class InfoDict(TypedDict):
68
+ id: str
69
+ version: str
70
+ version_parts: VersionDict
71
+ like: str
72
+ codename: str
73
+
74
+
75
+ _UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc")
76
+ _UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib")
77
+ _OS_RELEASE_BASENAME = "os-release"
78
+
79
+ #: Translation table for normalizing the "ID" attribute defined in os-release
80
+ #: files, for use by the :func:`distro.id` method.
81
+ #:
82
+ #: * Key: Value as defined in the os-release file, translated to lower case,
83
+ #: with blanks translated to underscores.
84
+ #:
85
+ #: * Value: Normalized value.
86
+ NORMALIZED_OS_ID = {
87
+ "ol": "oracle", # Oracle Linux
88
+ "opensuse-leap": "opensuse", # Newer versions of OpenSuSE report as opensuse-leap
89
+ }
90
+
91
+ #: Translation table for normalizing the "Distributor ID" attribute returned by
92
+ #: the lsb_release command, for use by the :func:`distro.id` method.
93
+ #:
94
+ #: * Key: Value as returned by the lsb_release command, translated to lower
95
+ #: case, with blanks translated to underscores.
96
+ #:
97
+ #: * Value: Normalized value.
98
+ NORMALIZED_LSB_ID = {
99
+ "enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4
100
+ "enterpriseenterpriseserver": "oracle", # Oracle Linux 5
101
+ "redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation
102
+ "redhatenterpriseserver": "rhel", # RHEL 6, 7 Server
103
+ "redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode
104
+ }
105
+
106
+ #: Translation table for normalizing the distro ID derived from the file name
107
+ #: of distro release files, for use by the :func:`distro.id` method.
108
+ #:
109
+ #: * Key: Value as derived from the file name of a distro release file,
110
+ #: translated to lower case, with blanks translated to underscores.
111
+ #:
112
+ #: * Value: Normalized value.
113
+ NORMALIZED_DISTRO_ID = {
114
+ "redhat": "rhel", # RHEL 6.x, 7.x
115
+ }
116
+
117
+ # Pattern for content of distro release file (reversed)
118
+ _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile(
119
+ r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)"
120
+ )
121
+
122
+ # Pattern for base file name of distro release file
123
+ _DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$")
124
+
125
+ # Base file names to be looked up for if _UNIXCONFDIR is not readable.
126
+ _DISTRO_RELEASE_BASENAMES = [
127
+ "SuSE-release",
128
+ "arch-release",
129
+ "base-release",
130
+ "centos-release",
131
+ "fedora-release",
132
+ "gentoo-release",
133
+ "mageia-release",
134
+ "mandrake-release",
135
+ "mandriva-release",
136
+ "mandrivalinux-release",
137
+ "manjaro-release",
138
+ "oracle-release",
139
+ "redhat-release",
140
+ "rocky-release",
141
+ "sl-release",
142
+ "slackware-version",
143
+ ]
144
+
145
+ # Base file names to be ignored when searching for distro release file
146
+ _DISTRO_RELEASE_IGNORE_BASENAMES = (
147
+ "debian_version",
148
+ "lsb-release",
149
+ "oem-release",
150
+ _OS_RELEASE_BASENAME,
151
+ "system-release",
152
+ "plesk-release",
153
+ "iredmail-release",
154
+ )
155
+
156
+
157
+ def linux_distribution(full_distribution_name: bool = True) -> Tuple[str, str, str]:
158
+ """
159
+ .. deprecated:: 1.6.0
160
+
161
+ :func:`distro.linux_distribution()` is deprecated. It should only be
162
+ used as a compatibility shim with Python's
163
+ :py:func:`platform.linux_distribution()`. Please use :func:`distro.id`,
164
+ :func:`distro.version` and :func:`distro.name` instead.
165
+
166
+ Return information about the current OS distribution as a tuple
167
+ ``(id_name, version, codename)`` with items as follows:
168
+
169
+ * ``id_name``: If *full_distribution_name* is false, the result of
170
+ :func:`distro.id`. Otherwise, the result of :func:`distro.name`.
171
+
172
+ * ``version``: The result of :func:`distro.version`.
173
+
174
+ * ``codename``: The extra item (usually in parentheses) after the
175
+ os-release version number, or the result of :func:`distro.codename`.
176
+
177
+ The interface of this function is compatible with the original
178
+ :py:func:`platform.linux_distribution` function, supporting a subset of
179
+ its parameters.
180
+
181
+ The data it returns may not exactly be the same, because it uses more data
182
+ sources than the original function, and that may lead to different data if
183
+ the OS distribution is not consistent across multiple data sources it
184
+ provides (there are indeed such distributions ...).
185
+
186
+ Another reason for differences is the fact that the :func:`distro.id`
187
+ method normalizes the distro ID string to a reliable machine-readable value
188
+ for a number of popular OS distributions.
189
+ """
190
+ warnings.warn(
191
+ "distro.linux_distribution() is deprecated. It should only be used as a "
192
+ "compatibility shim with Python's platform.linux_distribution(). Please use "
193
+ "distro.id(), distro.version() and distro.name() instead.",
194
+ DeprecationWarning,
195
+ stacklevel=2,
196
+ )
197
+ return _distro.linux_distribution(full_distribution_name)
198
+
199
+
200
+ def id() -> str:
201
+ """
202
+ Return the distro ID of the current distribution, as a
203
+ machine-readable string.
204
+
205
+ For a number of OS distributions, the returned distro ID value is
206
+ *reliable*, in the sense that it is documented and that it does not change
207
+ across releases of the distribution.
208
+
209
+ This package maintains the following reliable distro ID values:
210
+
211
+ ============== =========================================
212
+ Distro ID Distribution
213
+ ============== =========================================
214
+ "ubuntu" Ubuntu
215
+ "debian" Debian
216
+ "rhel" RedHat Enterprise Linux
217
+ "centos" CentOS
218
+ "fedora" Fedora
219
+ "sles" SUSE Linux Enterprise Server
220
+ "opensuse" openSUSE
221
+ "amzn" Amazon Linux
222
+ "arch" Arch Linux
223
+ "buildroot" Buildroot
224
+ "cloudlinux" CloudLinux OS
225
+ "exherbo" Exherbo Linux
226
+ "gentoo" GenToo Linux
227
+ "ibm_powerkvm" IBM PowerKVM
228
+ "kvmibm" KVM for IBM z Systems
229
+ "linuxmint" Linux Mint
230
+ "mageia" Mageia
231
+ "mandriva" Mandriva Linux
232
+ "parallels" Parallels
233
+ "pidora" Pidora
234
+ "raspbian" Raspbian
235
+ "oracle" Oracle Linux (and Oracle Enterprise Linux)
236
+ "scientific" Scientific Linux
237
+ "slackware" Slackware
238
+ "xenserver" XenServer
239
+ "openbsd" OpenBSD
240
+ "netbsd" NetBSD
241
+ "freebsd" FreeBSD
242
+ "midnightbsd" MidnightBSD
243
+ "rocky" Rocky Linux
244
+ "aix" AIX
245
+ "guix" Guix System
246
+ ============== =========================================
247
+
248
+ If you have a need to get distros for reliable IDs added into this set,
249
+ or if you find that the :func:`distro.id` function returns a different
250
+ distro ID for one of the listed distros, please create an issue in the
251
+ `distro issue tracker`_.
252
+
253
+ **Lookup hierarchy and transformations:**
254
+
255
+ First, the ID is obtained from the following sources, in the specified
256
+ order. The first available and non-empty value is used:
257
+
258
+ * the value of the "ID" attribute of the os-release file,
259
+
260
+ * the value of the "Distributor ID" attribute returned by the lsb_release
261
+ command,
262
+
263
+ * the first part of the file name of the distro release file,
264
+
265
+ The so determined ID value then passes the following transformations,
266
+ before it is returned by this method:
267
+
268
+ * it is translated to lower case,
269
+
270
+ * blanks (which should not be there anyway) are translated to underscores,
271
+
272
+ * a normalization of the ID is performed, based upon
273
+ `normalization tables`_. The purpose of this normalization is to ensure
274
+ that the ID is as reliable as possible, even across incompatible changes
275
+ in the OS distributions. A common reason for an incompatible change is
276
+ the addition of an os-release file, or the addition of the lsb_release
277
+ command, with ID values that differ from what was previously determined
278
+ from the distro release file name.
279
+ """
280
+ return _distro.id()
281
+
282
+
283
+ def name(pretty: bool = False) -> str:
284
+ """
285
+ Return the name of the current OS distribution, as a human-readable
286
+ string.
287
+
288
+ If *pretty* is false, the name is returned without version or codename.
289
+ (e.g. "CentOS Linux")
290
+
291
+ If *pretty* is true, the version and codename are appended.
292
+ (e.g. "CentOS Linux 7.1.1503 (Core)")
293
+
294
+ **Lookup hierarchy:**
295
+
296
+ The name is obtained from the following sources, in the specified order.
297
+ The first available and non-empty value is used:
298
+
299
+ * If *pretty* is false:
300
+
301
+ - the value of the "NAME" attribute of the os-release file,
302
+
303
+ - the value of the "Distributor ID" attribute returned by the lsb_release
304
+ command,
305
+
306
+ - the value of the "<name>" field of the distro release file.
307
+
308
+ * If *pretty* is true:
309
+
310
+ - the value of the "PRETTY_NAME" attribute of the os-release file,
311
+
312
+ - the value of the "Description" attribute returned by the lsb_release
313
+ command,
314
+
315
+ - the value of the "<name>" field of the distro release file, appended
316
+ with the value of the pretty version ("<version_id>" and "<codename>"
317
+ fields) of the distro release file, if available.
318
+ """
319
+ return _distro.name(pretty)
320
+
321
+
322
+ def version(pretty: bool = False, best: bool = False) -> str:
323
+ """
324
+ Return the version of the current OS distribution, as a human-readable
325
+ string.
326
+
327
+ If *pretty* is false, the version is returned without codename (e.g.
328
+ "7.0").
329
+
330
+ If *pretty* is true, the codename in parenthesis is appended, if the
331
+ codename is non-empty (e.g. "7.0 (Maipo)").
332
+
333
+ Some distributions provide version numbers with different precisions in
334
+ the different sources of distribution information. Examining the different
335
+ sources in a fixed priority order does not always yield the most precise
336
+ version (e.g. for Debian 8.2, or CentOS 7.1).
337
+
338
+ Some other distributions may not provide this kind of information. In these
339
+ cases, an empty string would be returned. This behavior can be observed
340
+ with rolling releases distributions (e.g. Arch Linux).
341
+
342
+ The *best* parameter can be used to control the approach for the returned
343
+ version:
344
+
345
+ If *best* is false, the first non-empty version number in priority order of
346
+ the examined sources is returned.
347
+
348
+ If *best* is true, the most precise version number out of all examined
349
+ sources is returned.
350
+
351
+ **Lookup hierarchy:**
352
+
353
+ In all cases, the version number is obtained from the following sources.
354
+ If *best* is false, this order represents the priority order:
355
+
356
+ * the value of the "VERSION_ID" attribute of the os-release file,
357
+ * the value of the "Release" attribute returned by the lsb_release
358
+ command,
359
+ * the version number parsed from the "<version_id>" field of the first line
360
+ of the distro release file,
361
+ * the version number parsed from the "PRETTY_NAME" attribute of the
362
+ os-release file, if it follows the format of the distro release files.
363
+ * the version number parsed from the "Description" attribute returned by
364
+ the lsb_release command, if it follows the format of the distro release
365
+ files.
366
+ """
367
+ return _distro.version(pretty, best)
368
+
369
+
370
+ def version_parts(best: bool = False) -> Tuple[str, str, str]:
371
+ """
372
+ Return the version of the current OS distribution as a tuple
373
+ ``(major, minor, build_number)`` with items as follows:
374
+
375
+ * ``major``: The result of :func:`distro.major_version`.
376
+
377
+ * ``minor``: The result of :func:`distro.minor_version`.
378
+
379
+ * ``build_number``: The result of :func:`distro.build_number`.
380
+
381
+ For a description of the *best* parameter, see the :func:`distro.version`
382
+ method.
383
+ """
384
+ return _distro.version_parts(best)
385
+
386
+
387
+ def major_version(best: bool = False) -> str:
388
+ """
389
+ Return the major version of the current OS distribution, as a string,
390
+ if provided.
391
+ Otherwise, the empty string is returned. The major version is the first
392
+ part of the dot-separated version string.
393
+
394
+ For a description of the *best* parameter, see the :func:`distro.version`
395
+ method.
396
+ """
397
+ return _distro.major_version(best)
398
+
399
+
400
+ def minor_version(best: bool = False) -> str:
401
+ """
402
+ Return the minor version of the current OS distribution, as a string,
403
+ if provided.
404
+ Otherwise, the empty string is returned. The minor version is the second
405
+ part of the dot-separated version string.
406
+
407
+ For a description of the *best* parameter, see the :func:`distro.version`
408
+ method.
409
+ """
410
+ return _distro.minor_version(best)
411
+
412
+
413
+ def build_number(best: bool = False) -> str:
414
+ """
415
+ Return the build number of the current OS distribution, as a string,
416
+ if provided.
417
+ Otherwise, the empty string is returned. The build number is the third part
418
+ of the dot-separated version string.
419
+
420
+ For a description of the *best* parameter, see the :func:`distro.version`
421
+ method.
422
+ """
423
+ return _distro.build_number(best)
424
+
425
+
426
+ def like() -> str:
427
+ """
428
+ Return a space-separated list of distro IDs of distributions that are
429
+ closely related to the current OS distribution in regards to packaging
430
+ and programming interfaces, for example distributions the current
431
+ distribution is a derivative from.
432
+
433
+ **Lookup hierarchy:**
434
+
435
+ This information item is only provided by the os-release file.
436
+ For details, see the description of the "ID_LIKE" attribute in the
437
+ `os-release man page
438
+ <http://www.freedesktop.org/software/systemd/man/os-release.html>`_.
439
+ """
440
+ return _distro.like()
441
+
442
+
443
+ def codename() -> str:
444
+ """
445
+ Return the codename for the release of the current OS distribution,
446
+ as a string.
447
+
448
+ If the distribution does not have a codename, an empty string is returned.
449
+
450
+ Note that the returned codename is not always really a codename. For
451
+ example, openSUSE returns "x86_64". This function does not handle such
452
+ cases in any special way and just returns the string it finds, if any.
453
+
454
+ **Lookup hierarchy:**
455
+
456
+ * the codename within the "VERSION" attribute of the os-release file, if
457
+ provided,
458
+
459
+ * the value of the "Codename" attribute returned by the lsb_release
460
+ command,
461
+
462
+ * the value of the "<codename>" field of the distro release file.
463
+ """
464
+ return _distro.codename()
465
+
466
+
467
+ def info(pretty: bool = False, best: bool = False) -> InfoDict:
468
+ """
469
+ Return certain machine-readable information items about the current OS
470
+ distribution in a dictionary, as shown in the following example:
471
+
472
+ .. sourcecode:: python
473
+
474
+ {
475
+ 'id': 'rhel',
476
+ 'version': '7.0',
477
+ 'version_parts': {
478
+ 'major': '7',
479
+ 'minor': '0',
480
+ 'build_number': ''
481
+ },
482
+ 'like': 'fedora',
483
+ 'codename': 'Maipo'
484
+ }
485
+
486
+ The dictionary structure and keys are always the same, regardless of which
487
+ information items are available in the underlying data sources. The values
488
+ for the various keys are as follows:
489
+
490
+ * ``id``: The result of :func:`distro.id`.
491
+
492
+ * ``version``: The result of :func:`distro.version`.
493
+
494
+ * ``version_parts -> major``: The result of :func:`distro.major_version`.
495
+
496
+ * ``version_parts -> minor``: The result of :func:`distro.minor_version`.
497
+
498
+ * ``version_parts -> build_number``: The result of
499
+ :func:`distro.build_number`.
500
+
501
+ * ``like``: The result of :func:`distro.like`.
502
+
503
+ * ``codename``: The result of :func:`distro.codename`.
504
+
505
+ For a description of the *pretty* and *best* parameters, see the
506
+ :func:`distro.version` method.
507
+ """
508
+ return _distro.info(pretty, best)
509
+
510
+
511
+ def os_release_info() -> Dict[str, str]:
512
+ """
513
+ Return a dictionary containing key-value pairs for the information items
514
+ from the os-release file data source of the current OS distribution.
515
+
516
+ See `os-release file`_ for details about these information items.
517
+ """
518
+ return _distro.os_release_info()
519
+
520
+
521
+ def lsb_release_info() -> Dict[str, str]:
522
+ """
523
+ Return a dictionary containing key-value pairs for the information items
524
+ from the lsb_release command data source of the current OS distribution.
525
+
526
+ See `lsb_release command output`_ for details about these information
527
+ items.
528
+ """
529
+ return _distro.lsb_release_info()
530
+
531
+
532
+ def distro_release_info() -> Dict[str, str]:
533
+ """
534
+ Return a dictionary containing key-value pairs for the information items
535
+ from the distro release file data source of the current OS distribution.
536
+
537
+ See `distro release file`_ for details about these information items.
538
+ """
539
+ return _distro.distro_release_info()
540
+
541
+
542
+ def uname_info() -> Dict[str, str]:
543
+ """
544
+ Return a dictionary containing key-value pairs for the information items
545
+ from the distro release file data source of the current OS distribution.
546
+ """
547
+ return _distro.uname_info()
548
+
549
+
550
+ def os_release_attr(attribute: str) -> str:
551
+ """
552
+ Return a single named information item from the os-release file data source
553
+ of the current OS distribution.
554
+
555
+ Parameters:
556
+
557
+ * ``attribute`` (string): Key of the information item.
558
+
559
+ Returns:
560
+
561
+ * (string): Value of the information item, if the item exists.
562
+ The empty string, if the item does not exist.
563
+
564
+ See `os-release file`_ for details about these information items.
565
+ """
566
+ return _distro.os_release_attr(attribute)
567
+
568
+
569
+ def lsb_release_attr(attribute: str) -> str:
570
+ """
571
+ Return a single named information item from the lsb_release command output
572
+ data source of the current OS distribution.
573
+
574
+ Parameters:
575
+
576
+ * ``attribute`` (string): Key of the information item.
577
+
578
+ Returns:
579
+
580
+ * (string): Value of the information item, if the item exists.
581
+ The empty string, if the item does not exist.
582
+
583
+ See `lsb_release command output`_ for details about these information
584
+ items.
585
+ """
586
+ return _distro.lsb_release_attr(attribute)
587
+
588
+
589
+ def distro_release_attr(attribute: str) -> str:
590
+ """
591
+ Return a single named information item from the distro release file
592
+ data source of the current OS distribution.
593
+
594
+ Parameters:
595
+
596
+ * ``attribute`` (string): Key of the information item.
597
+
598
+ Returns:
599
+
600
+ * (string): Value of the information item, if the item exists.
601
+ The empty string, if the item does not exist.
602
+
603
+ See `distro release file`_ for details about these information items.
604
+ """
605
+ return _distro.distro_release_attr(attribute)
606
+
607
+
608
+ def uname_attr(attribute: str) -> str:
609
+ """
610
+ Return a single named information item from the distro release file
611
+ data source of the current OS distribution.
612
+
613
+ Parameters:
614
+
615
+ * ``attribute`` (string): Key of the information item.
616
+
617
+ Returns:
618
+
619
+ * (string): Value of the information item, if the item exists.
620
+ The empty string, if the item does not exist.
621
+ """
622
+ return _distro.uname_attr(attribute)
623
+
624
+
625
+ try:
626
+ from functools import cached_property
627
+ except ImportError:
628
+ # Python < 3.8
629
+ class cached_property: # type: ignore
630
+ """A version of @property which caches the value. On access, it calls the
631
+ underlying function and sets the value in `__dict__` so future accesses
632
+ will not re-call the property.
633
+ """
634
+
635
+ def __init__(self, f: Callable[[Any], Any]) -> None:
636
+ self._fname = f.__name__
637
+ self._f = f
638
+
639
+ def __get__(self, obj: Any, owner: Type[Any]) -> Any:
640
+ assert obj is not None, f"call {self._fname} on an instance"
641
+ ret = obj.__dict__[self._fname] = self._f(obj)
642
+ return ret
643
+
644
+
645
+ class LinuxDistribution:
646
+ """
647
+ Provides information about a OS distribution.
648
+
649
+ This package creates a private module-global instance of this class with
650
+ default initialization arguments, that is used by the
651
+ `consolidated accessor functions`_ and `single source accessor functions`_.
652
+ By using default initialization arguments, that module-global instance
653
+ returns data about the current OS distribution (i.e. the distro this
654
+ package runs on).
655
+
656
+ Normally, it is not necessary to create additional instances of this class.
657
+ However, in situations where control is needed over the exact data sources
658
+ that are used, instances of this class can be created with a specific
659
+ distro release file, or a specific os-release file, or without invoking the
660
+ lsb_release command.
661
+ """
662
+
663
+ def __init__(
664
+ self,
665
+ include_lsb: Optional[bool] = None,
666
+ os_release_file: str = "",
667
+ distro_release_file: str = "",
668
+ include_uname: Optional[bool] = None,
669
+ root_dir: Optional[str] = None,
670
+ include_oslevel: Optional[bool] = None,
671
+ ) -> None:
672
+ """
673
+ The initialization method of this class gathers information from the
674
+ available data sources, and stores that in private instance attributes.
675
+ Subsequent access to the information items uses these private instance
676
+ attributes, so that the data sources are read only once.
677
+
678
+ Parameters:
679
+
680
+ * ``include_lsb`` (bool): Controls whether the
681
+ `lsb_release command output`_ is included as a data source.
682
+
683
+ If the lsb_release command is not available in the program execution
684
+ path, the data source for the lsb_release command will be empty.
685
+
686
+ * ``os_release_file`` (string): The path name of the
687
+ `os-release file`_ that is to be used as a data source.
688
+
689
+ An empty string (the default) will cause the default path name to
690
+ be used (see `os-release file`_ for details).
691
+
692
+ If the specified or defaulted os-release file does not exist, the
693
+ data source for the os-release file will be empty.
694
+
695
+ * ``distro_release_file`` (string): The path name of the
696
+ `distro release file`_ that is to be used as a data source.
697
+
698
+ An empty string (the default) will cause a default search algorithm
699
+ to be used (see `distro release file`_ for details).
700
+
701
+ If the specified distro release file does not exist, or if no default
702
+ distro release file can be found, the data source for the distro
703
+ release file will be empty.
704
+
705
+ * ``include_uname`` (bool): Controls whether uname command output is
706
+ included as a data source. If the uname command is not available in
707
+ the program execution path the data source for the uname command will
708
+ be empty.
709
+
710
+ * ``root_dir`` (string): The absolute path to the root directory to use
711
+ to find distro-related information files. Note that ``include_*``
712
+ parameters must not be enabled in combination with ``root_dir``.
713
+
714
+ * ``include_oslevel`` (bool): Controls whether (AIX) oslevel command
715
+ output is included as a data source. If the oslevel command is not
716
+ available in the program execution path the data source will be
717
+ empty.
718
+
719
+ Public instance attributes:
720
+
721
+ * ``os_release_file`` (string): The path name of the
722
+ `os-release file`_ that is actually used as a data source. The
723
+ empty string if no distro release file is used as a data source.
724
+
725
+ * ``distro_release_file`` (string): The path name of the
726
+ `distro release file`_ that is actually used as a data source. The
727
+ empty string if no distro release file is used as a data source.
728
+
729
+ * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter.
730
+ This controls whether the lsb information will be loaded.
731
+
732
+ * ``include_uname`` (bool): The result of the ``include_uname``
733
+ parameter. This controls whether the uname information will
734
+ be loaded.
735
+
736
+ * ``include_oslevel`` (bool): The result of the ``include_oslevel``
737
+ parameter. This controls whether (AIX) oslevel information will be
738
+ loaded.
739
+
740
+ * ``root_dir`` (string): The result of the ``root_dir`` parameter.
741
+ The absolute path to the root directory to use to find distro-related
742
+ information files.
743
+
744
+ Raises:
745
+
746
+ * :py:exc:`ValueError`: Initialization parameters combination is not
747
+ supported.
748
+
749
+ * :py:exc:`OSError`: Some I/O issue with an os-release file or distro
750
+ release file.
751
+
752
+ * :py:exc:`UnicodeError`: A data source has unexpected characters or
753
+ uses an unexpected encoding.
754
+ """
755
+ self.root_dir = root_dir
756
+ self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR
757
+ self.usr_lib_dir = (
758
+ os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR
759
+ )
760
+
761
+ if os_release_file:
762
+ self.os_release_file = os_release_file
763
+ else:
764
+ etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME)
765
+ usr_lib_os_release_file = os.path.join(
766
+ self.usr_lib_dir, _OS_RELEASE_BASENAME
767
+ )
768
+
769
+ # NOTE: The idea is to respect order **and** have it set
770
+ # at all times for API backwards compatibility.
771
+ if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile(
772
+ usr_lib_os_release_file
773
+ ):
774
+ self.os_release_file = etc_dir_os_release_file
775
+ else:
776
+ self.os_release_file = usr_lib_os_release_file
777
+
778
+ self.distro_release_file = distro_release_file or "" # updated later
779
+
780
+ is_root_dir_defined = root_dir is not None
781
+ if is_root_dir_defined and (include_lsb or include_uname or include_oslevel):
782
+ raise ValueError(
783
+ "Including subprocess data sources from specific root_dir is disallowed"
784
+ " to prevent false information"
785
+ )
786
+ self.include_lsb = (
787
+ include_lsb if include_lsb is not None else not is_root_dir_defined
788
+ )
789
+ self.include_uname = (
790
+ include_uname if include_uname is not None else not is_root_dir_defined
791
+ )
792
+ self.include_oslevel = (
793
+ include_oslevel if include_oslevel is not None else not is_root_dir_defined
794
+ )
795
+
796
+ def __repr__(self) -> str:
797
+ """Return repr of all info"""
798
+ return (
799
+ "LinuxDistribution("
800
+ "os_release_file={self.os_release_file!r}, "
801
+ "distro_release_file={self.distro_release_file!r}, "
802
+ "include_lsb={self.include_lsb!r}, "
803
+ "include_uname={self.include_uname!r}, "
804
+ "include_oslevel={self.include_oslevel!r}, "
805
+ "root_dir={self.root_dir!r}, "
806
+ "_os_release_info={self._os_release_info!r}, "
807
+ "_lsb_release_info={self._lsb_release_info!r}, "
808
+ "_distro_release_info={self._distro_release_info!r}, "
809
+ "_uname_info={self._uname_info!r}, "
810
+ "_oslevel_info={self._oslevel_info!r})".format(self=self)
811
+ )
812
+
813
+ def linux_distribution(
814
+ self, full_distribution_name: bool = True
815
+ ) -> Tuple[str, str, str]:
816
+ """
817
+ Return information about the OS distribution that is compatible
818
+ with Python's :func:`platform.linux_distribution`, supporting a subset
819
+ of its parameters.
820
+
821
+ For details, see :func:`distro.linux_distribution`.
822
+ """
823
+ return (
824
+ self.name() if full_distribution_name else self.id(),
825
+ self.version(),
826
+ self._os_release_info.get("release_codename") or self.codename(),
827
+ )
828
+
829
+ def id(self) -> str:
830
+ """Return the distro ID of the OS distribution, as a string.
831
+
832
+ For details, see :func:`distro.id`.
833
+ """
834
+
835
+ def normalize(distro_id: str, table: Dict[str, str]) -> str:
836
+ distro_id = distro_id.lower().replace(" ", "_")
837
+ return table.get(distro_id, distro_id)
838
+
839
+ distro_id = self.os_release_attr("id")
840
+ if distro_id:
841
+ return normalize(distro_id, NORMALIZED_OS_ID)
842
+
843
+ distro_id = self.lsb_release_attr("distributor_id")
844
+ if distro_id:
845
+ return normalize(distro_id, NORMALIZED_LSB_ID)
846
+
847
+ distro_id = self.distro_release_attr("id")
848
+ if distro_id:
849
+ return normalize(distro_id, NORMALIZED_DISTRO_ID)
850
+
851
+ distro_id = self.uname_attr("id")
852
+ if distro_id:
853
+ return normalize(distro_id, NORMALIZED_DISTRO_ID)
854
+
855
+ return ""
856
+
857
+ def name(self, pretty: bool = False) -> str:
858
+ """
859
+ Return the name of the OS distribution, as a string.
860
+
861
+ For details, see :func:`distro.name`.
862
+ """
863
+ name = (
864
+ self.os_release_attr("name")
865
+ or self.lsb_release_attr("distributor_id")
866
+ or self.distro_release_attr("name")
867
+ or self.uname_attr("name")
868
+ )
869
+ if pretty:
870
+ name = self.os_release_attr("pretty_name") or self.lsb_release_attr(
871
+ "description"
872
+ )
873
+ if not name:
874
+ name = self.distro_release_attr("name") or self.uname_attr("name")
875
+ version = self.version(pretty=True)
876
+ if version:
877
+ name = f"{name} {version}"
878
+ return name or ""
879
+
880
+ def version(self, pretty: bool = False, best: bool = False) -> str:
881
+ """
882
+ Return the version of the OS distribution, as a string.
883
+
884
+ For details, see :func:`distro.version`.
885
+ """
886
+ versions = [
887
+ self.os_release_attr("version_id"),
888
+ self.lsb_release_attr("release"),
889
+ self.distro_release_attr("version_id"),
890
+ self._parse_distro_release_content(self.os_release_attr("pretty_name")).get(
891
+ "version_id", ""
892
+ ),
893
+ self._parse_distro_release_content(
894
+ self.lsb_release_attr("description")
895
+ ).get("version_id", ""),
896
+ self.uname_attr("release"),
897
+ ]
898
+ if self.uname_attr("id").startswith("aix"):
899
+ # On AIX platforms, prefer oslevel command output.
900
+ versions.insert(0, self.oslevel_info())
901
+ elif self.id() == "debian" or "debian" in self.like().split():
902
+ # On Debian-like, add debian_version file content to candidates list.
903
+ versions.append(self._debian_version)
904
+ version = ""
905
+ if best:
906
+ # This algorithm uses the last version in priority order that has
907
+ # the best precision. If the versions are not in conflict, that
908
+ # does not matter; otherwise, using the last one instead of the
909
+ # first one might be considered a surprise.
910
+ for v in versions:
911
+ if v.count(".") > version.count(".") or version == "":
912
+ version = v
913
+ else:
914
+ for v in versions:
915
+ if v != "":
916
+ version = v
917
+ break
918
+ if pretty and version and self.codename():
919
+ version = f"{version} ({self.codename()})"
920
+ return version
921
+
922
+ def version_parts(self, best: bool = False) -> Tuple[str, str, str]:
923
+ """
924
+ Return the version of the OS distribution, as a tuple of version
925
+ numbers.
926
+
927
+ For details, see :func:`distro.version_parts`.
928
+ """
929
+ version_str = self.version(best=best)
930
+ if version_str:
931
+ version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?")
932
+ matches = version_regex.match(version_str)
933
+ if matches:
934
+ major, minor, build_number = matches.groups()
935
+ return major, minor or "", build_number or ""
936
+ return "", "", ""
937
+
938
+ def major_version(self, best: bool = False) -> str:
939
+ """
940
+ Return the major version number of the current distribution.
941
+
942
+ For details, see :func:`distro.major_version`.
943
+ """
944
+ return self.version_parts(best)[0]
945
+
946
+ def minor_version(self, best: bool = False) -> str:
947
+ """
948
+ Return the minor version number of the current distribution.
949
+
950
+ For details, see :func:`distro.minor_version`.
951
+ """
952
+ return self.version_parts(best)[1]
953
+
954
+ def build_number(self, best: bool = False) -> str:
955
+ """
956
+ Return the build number of the current distribution.
957
+
958
+ For details, see :func:`distro.build_number`.
959
+ """
960
+ return self.version_parts(best)[2]
961
+
962
+ def like(self) -> str:
963
+ """
964
+ Return the IDs of distributions that are like the OS distribution.
965
+
966
+ For details, see :func:`distro.like`.
967
+ """
968
+ return self.os_release_attr("id_like") or ""
969
+
970
+ def codename(self) -> str:
971
+ """
972
+ Return the codename of the OS distribution.
973
+
974
+ For details, see :func:`distro.codename`.
975
+ """
976
+ try:
977
+ # Handle os_release specially since distros might purposefully set
978
+ # this to empty string to have no codename
979
+ return self._os_release_info["codename"]
980
+ except KeyError:
981
+ return (
982
+ self.lsb_release_attr("codename")
983
+ or self.distro_release_attr("codename")
984
+ or ""
985
+ )
986
+
987
+ def info(self, pretty: bool = False, best: bool = False) -> InfoDict:
988
+ """
989
+ Return certain machine-readable information about the OS
990
+ distribution.
991
+
992
+ For details, see :func:`distro.info`.
993
+ """
994
+ return dict(
995
+ id=self.id(),
996
+ version=self.version(pretty, best),
997
+ version_parts=dict(
998
+ major=self.major_version(best),
999
+ minor=self.minor_version(best),
1000
+ build_number=self.build_number(best),
1001
+ ),
1002
+ like=self.like(),
1003
+ codename=self.codename(),
1004
+ )
1005
+
1006
+ def os_release_info(self) -> Dict[str, str]:
1007
+ """
1008
+ Return a dictionary containing key-value pairs for the information
1009
+ items from the os-release file data source of the OS distribution.
1010
+
1011
+ For details, see :func:`distro.os_release_info`.
1012
+ """
1013
+ return self._os_release_info
1014
+
1015
+ def lsb_release_info(self) -> Dict[str, str]:
1016
+ """
1017
+ Return a dictionary containing key-value pairs for the information
1018
+ items from the lsb_release command data source of the OS
1019
+ distribution.
1020
+
1021
+ For details, see :func:`distro.lsb_release_info`.
1022
+ """
1023
+ return self._lsb_release_info
1024
+
1025
+ def distro_release_info(self) -> Dict[str, str]:
1026
+ """
1027
+ Return a dictionary containing key-value pairs for the information
1028
+ items from the distro release file data source of the OS
1029
+ distribution.
1030
+
1031
+ For details, see :func:`distro.distro_release_info`.
1032
+ """
1033
+ return self._distro_release_info
1034
+
1035
+ def uname_info(self) -> Dict[str, str]:
1036
+ """
1037
+ Return a dictionary containing key-value pairs for the information
1038
+ items from the uname command data source of the OS distribution.
1039
+
1040
+ For details, see :func:`distro.uname_info`.
1041
+ """
1042
+ return self._uname_info
1043
+
1044
+ def oslevel_info(self) -> str:
1045
+ """
1046
+ Return AIX' oslevel command output.
1047
+ """
1048
+ return self._oslevel_info
1049
+
1050
+ def os_release_attr(self, attribute: str) -> str:
1051
+ """
1052
+ Return a single named information item from the os-release file data
1053
+ source of the OS distribution.
1054
+
1055
+ For details, see :func:`distro.os_release_attr`.
1056
+ """
1057
+ return self._os_release_info.get(attribute, "")
1058
+
1059
+ def lsb_release_attr(self, attribute: str) -> str:
1060
+ """
1061
+ Return a single named information item from the lsb_release command
1062
+ output data source of the OS distribution.
1063
+
1064
+ For details, see :func:`distro.lsb_release_attr`.
1065
+ """
1066
+ return self._lsb_release_info.get(attribute, "")
1067
+
1068
+ def distro_release_attr(self, attribute: str) -> str:
1069
+ """
1070
+ Return a single named information item from the distro release file
1071
+ data source of the OS distribution.
1072
+
1073
+ For details, see :func:`distro.distro_release_attr`.
1074
+ """
1075
+ return self._distro_release_info.get(attribute, "")
1076
+
1077
+ def uname_attr(self, attribute: str) -> str:
1078
+ """
1079
+ Return a single named information item from the uname command
1080
+ output data source of the OS distribution.
1081
+
1082
+ For details, see :func:`distro.uname_attr`.
1083
+ """
1084
+ return self._uname_info.get(attribute, "")
1085
+
1086
+ @cached_property
1087
+ def _os_release_info(self) -> Dict[str, str]:
1088
+ """
1089
+ Get the information items from the specified os-release file.
1090
+
1091
+ Returns:
1092
+ A dictionary containing all information items.
1093
+ """
1094
+ if os.path.isfile(self.os_release_file):
1095
+ with open(self.os_release_file, encoding="utf-8") as release_file:
1096
+ return self._parse_os_release_content(release_file)
1097
+ return {}
1098
+
1099
+ @staticmethod
1100
+ def _parse_os_release_content(lines: TextIO) -> Dict[str, str]:
1101
+ """
1102
+ Parse the lines of an os-release file.
1103
+
1104
+ Parameters:
1105
+
1106
+ * lines: Iterable through the lines in the os-release file.
1107
+ Each line must be a unicode string or a UTF-8 encoded byte
1108
+ string.
1109
+
1110
+ Returns:
1111
+ A dictionary containing all information items.
1112
+ """
1113
+ props = {}
1114
+ lexer = shlex.shlex(lines, posix=True)
1115
+ lexer.whitespace_split = True
1116
+
1117
+ tokens = list(lexer)
1118
+ for token in tokens:
1119
+ # At this point, all shell-like parsing has been done (i.e.
1120
+ # comments processed, quotes and backslash escape sequences
1121
+ # processed, multi-line values assembled, trailing newlines
1122
+ # stripped, etc.), so the tokens are now either:
1123
+ # * variable assignments: var=value
1124
+ # * commands or their arguments (not allowed in os-release)
1125
+ # Ignore any tokens that are not variable assignments
1126
+ if "=" in token:
1127
+ k, v = token.split("=", 1)
1128
+ props[k.lower()] = v
1129
+
1130
+ if "version" in props:
1131
+ # extract release codename (if any) from version attribute
1132
+ match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"])
1133
+ if match:
1134
+ release_codename = match.group(1) or match.group(2)
1135
+ props["codename"] = props["release_codename"] = release_codename
1136
+
1137
+ if "version_codename" in props:
1138
+ # os-release added a version_codename field. Use that in
1139
+ # preference to anything else Note that some distros purposefully
1140
+ # do not have code names. They should be setting
1141
+ # version_codename=""
1142
+ props["codename"] = props["version_codename"]
1143
+ elif "ubuntu_codename" in props:
1144
+ # Same as above but a non-standard field name used on older Ubuntus
1145
+ props["codename"] = props["ubuntu_codename"]
1146
+
1147
+ return props
1148
+
1149
+ @cached_property
1150
+ def _lsb_release_info(self) -> Dict[str, str]:
1151
+ """
1152
+ Get the information items from the lsb_release command output.
1153
+
1154
+ Returns:
1155
+ A dictionary containing all information items.
1156
+ """
1157
+ if not self.include_lsb:
1158
+ return {}
1159
+ try:
1160
+ cmd = ("lsb_release", "-a")
1161
+ stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL)
1162
+ # Command not found or lsb_release returned error
1163
+ except (OSError, subprocess.CalledProcessError):
1164
+ return {}
1165
+ content = self._to_str(stdout).splitlines()
1166
+ return self._parse_lsb_release_content(content)
1167
+
1168
+ @staticmethod
1169
+ def _parse_lsb_release_content(lines: Iterable[str]) -> Dict[str, str]:
1170
+ """
1171
+ Parse the output of the lsb_release command.
1172
+
1173
+ Parameters:
1174
+
1175
+ * lines: Iterable through the lines of the lsb_release output.
1176
+ Each line must be a unicode string or a UTF-8 encoded byte
1177
+ string.
1178
+
1179
+ Returns:
1180
+ A dictionary containing all information items.
1181
+ """
1182
+ props = {}
1183
+ for line in lines:
1184
+ kv = line.strip("\n").split(":", 1)
1185
+ if len(kv) != 2:
1186
+ # Ignore lines without colon.
1187
+ continue
1188
+ k, v = kv
1189
+ props.update({k.replace(" ", "_").lower(): v.strip()})
1190
+ return props
1191
+
1192
+ @cached_property
1193
+ def _uname_info(self) -> Dict[str, str]:
1194
+ if not self.include_uname:
1195
+ return {}
1196
+ try:
1197
+ cmd = ("uname", "-rs")
1198
+ stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL)
1199
+ except OSError:
1200
+ return {}
1201
+ content = self._to_str(stdout).splitlines()
1202
+ return self._parse_uname_content(content)
1203
+
1204
+ @cached_property
1205
+ def _oslevel_info(self) -> str:
1206
+ if not self.include_oslevel:
1207
+ return ""
1208
+ try:
1209
+ stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL)
1210
+ except (OSError, subprocess.CalledProcessError):
1211
+ return ""
1212
+ return self._to_str(stdout).strip()
1213
+
1214
+ @cached_property
1215
+ def _debian_version(self) -> str:
1216
+ try:
1217
+ with open(
1218
+ os.path.join(self.etc_dir, "debian_version"), encoding="ascii"
1219
+ ) as fp:
1220
+ return fp.readline().rstrip()
1221
+ except FileNotFoundError:
1222
+ return ""
1223
+
1224
+ @staticmethod
1225
+ def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]:
1226
+ if not lines:
1227
+ return {}
1228
+ props = {}
1229
+ match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip())
1230
+ if match:
1231
+ name, version = match.groups()
1232
+
1233
+ # This is to prevent the Linux kernel version from
1234
+ # appearing as the 'best' version on otherwise
1235
+ # identifiable distributions.
1236
+ if name == "Linux":
1237
+ return {}
1238
+ props["id"] = name.lower()
1239
+ props["name"] = name
1240
+ props["release"] = version
1241
+ return props
1242
+
1243
+ @staticmethod
1244
+ def _to_str(bytestring: bytes) -> str:
1245
+ encoding = sys.getfilesystemencoding()
1246
+ return bytestring.decode(encoding)
1247
+
1248
+ @cached_property
1249
+ def _distro_release_info(self) -> Dict[str, str]:
1250
+ """
1251
+ Get the information items from the specified distro release file.
1252
+
1253
+ Returns:
1254
+ A dictionary containing all information items.
1255
+ """
1256
+ if self.distro_release_file:
1257
+ # If it was specified, we use it and parse what we can, even if
1258
+ # its file name or content does not match the expected pattern.
1259
+ distro_info = self._parse_distro_release_file(self.distro_release_file)
1260
+ basename = os.path.basename(self.distro_release_file)
1261
+ # The file name pattern for user-specified distro release files
1262
+ # is somewhat more tolerant (compared to when searching for the
1263
+ # file), because we want to use what was specified as best as
1264
+ # possible.
1265
+ match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename)
1266
+ else:
1267
+ try:
1268
+ basenames = [
1269
+ basename
1270
+ for basename in os.listdir(self.etc_dir)
1271
+ if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES
1272
+ and os.path.isfile(os.path.join(self.etc_dir, basename))
1273
+ ]
1274
+ # We sort for repeatability in cases where there are multiple
1275
+ # distro specific files; e.g. CentOS, Oracle, Enterprise all
1276
+ # containing `redhat-release` on top of their own.
1277
+ basenames.sort()
1278
+ except OSError:
1279
+ # This may occur when /etc is not readable but we can't be
1280
+ # sure about the *-release files. Check common entries of
1281
+ # /etc for information. If they turn out to not be there the
1282
+ # error is handled in `_parse_distro_release_file()`.
1283
+ basenames = _DISTRO_RELEASE_BASENAMES
1284
+ for basename in basenames:
1285
+ match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename)
1286
+ if match is None:
1287
+ continue
1288
+ filepath = os.path.join(self.etc_dir, basename)
1289
+ distro_info = self._parse_distro_release_file(filepath)
1290
+ # The name is always present if the pattern matches.
1291
+ if "name" not in distro_info:
1292
+ continue
1293
+ self.distro_release_file = filepath
1294
+ break
1295
+ else: # the loop didn't "break": no candidate.
1296
+ return {}
1297
+
1298
+ if match is not None:
1299
+ distro_info["id"] = match.group(1)
1300
+
1301
+ # CloudLinux < 7: manually enrich info with proper id.
1302
+ if "cloudlinux" in distro_info.get("name", "").lower():
1303
+ distro_info["id"] = "cloudlinux"
1304
+
1305
+ return distro_info
1306
+
1307
+ def _parse_distro_release_file(self, filepath: str) -> Dict[str, str]:
1308
+ """
1309
+ Parse a distro release file.
1310
+
1311
+ Parameters:
1312
+
1313
+ * filepath: Path name of the distro release file.
1314
+
1315
+ Returns:
1316
+ A dictionary containing all information items.
1317
+ """
1318
+ try:
1319
+ with open(filepath, encoding="utf-8") as fp:
1320
+ # Only parse the first line. For instance, on SLES there
1321
+ # are multiple lines. We don't want them...
1322
+ return self._parse_distro_release_content(fp.readline())
1323
+ except OSError:
1324
+ # Ignore not being able to read a specific, seemingly version
1325
+ # related file.
1326
+ # See https://github.com/python-distro/distro/issues/162
1327
+ return {}
1328
+
1329
+ @staticmethod
1330
+ def _parse_distro_release_content(line: str) -> Dict[str, str]:
1331
+ """
1332
+ Parse a line from a distro release file.
1333
+
1334
+ Parameters:
1335
+ * line: Line from the distro release file. Must be a unicode string
1336
+ or a UTF-8 encoded byte string.
1337
+
1338
+ Returns:
1339
+ A dictionary containing all information items.
1340
+ """
1341
+ matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1])
1342
+ distro_info = {}
1343
+ if matches:
1344
+ # regexp ensures non-None
1345
+ distro_info["name"] = matches.group(3)[::-1]
1346
+ if matches.group(2):
1347
+ distro_info["version_id"] = matches.group(2)[::-1]
1348
+ if matches.group(1):
1349
+ distro_info["codename"] = matches.group(1)[::-1]
1350
+ elif line:
1351
+ distro_info["name"] = line.strip()
1352
+ return distro_info
1353
+
1354
+
1355
+ _distro = LinuxDistribution()
1356
+
1357
+
1358
+ def main() -> None:
1359
+ logger = logging.getLogger(__name__)
1360
+ logger.setLevel(logging.DEBUG)
1361
+ logger.addHandler(logging.StreamHandler(sys.stdout))
1362
+
1363
+ parser = argparse.ArgumentParser(description="OS distro info tool")
1364
+ parser.add_argument(
1365
+ "--json", "-j", help="Output in machine readable format", action="store_true"
1366
+ )
1367
+
1368
+ parser.add_argument(
1369
+ "--root-dir",
1370
+ "-r",
1371
+ type=str,
1372
+ dest="root_dir",
1373
+ help="Path to the root filesystem directory (defaults to /)",
1374
+ )
1375
+
1376
+ args = parser.parse_args()
1377
+
1378
+ if args.root_dir:
1379
+ dist = LinuxDistribution(
1380
+ include_lsb=False,
1381
+ include_uname=False,
1382
+ include_oslevel=False,
1383
+ root_dir=args.root_dir,
1384
+ )
1385
+ else:
1386
+ dist = _distro
1387
+
1388
+ if args.json:
1389
+ logger.info(json.dumps(dist.info(), indent=4, sort_keys=True))
1390
+ else:
1391
+ logger.info("Name: %s", dist.name(pretty=True))
1392
+ distribution_version = dist.version(pretty=True)
1393
+ logger.info("Version: %s", distribution_version)
1394
+ distribution_codename = dist.codename()
1395
+ logger.info("Codename: %s", distribution_codename)
1396
+
1397
+
1398
+ if __name__ == "__main__":
1399
+ main()