create-writerkit 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3217) hide show
  1. package/bin/cli.js +109 -33
  2. package/livro-com-template/GITHUB.zip +0 -0
  3. package/livro-com-template/WriterKit/.obsidian/app.json +1 -0
  4. package/livro-com-template/WriterKit/.obsidian/appearance.json +1 -0
  5. package/livro-com-template/WriterKit/.obsidian/community-plugins.json +3 -0
  6. package/livro-com-template/WriterKit/.obsidian/core-plugins.json +33 -0
  7. package/livro-com-template/WriterKit/.obsidian/graph.json +22 -0
  8. package/livro-com-template/WriterKit/.obsidian/plugins/obsidian-local-rest-api/data.json +12 -0
  9. package/livro-com-template/WriterKit/.obsidian/plugins/obsidian-local-rest-api/main.js +59236 -0
  10. package/livro-com-template/WriterKit/.obsidian/plugins/obsidian-local-rest-api/manifest.json +10 -0
  11. package/livro-com-template/WriterKit/.obsidian/plugins/obsidian-local-rest-api/styles.css +47 -0
  12. package/livro-com-template/WriterKit/.obsidian/workspace.json +227 -0
  13. package/livro-com-template/WriterKit/01_Planos/Roadmap.md +17 -0
  14. package/livro-com-template/WriterKit/03_Resources/Current_Project_Audit.md +26 -0
  15. package/livro-com-template/WriterKit/03_Resources/TexPage_Framework.md +31 -0
  16. package/livro-com-template/WriterKit/05_Meta/Template_Draft.md +15 -0
  17. package/livro-com-template/WriterKit/Bem-vindo.md +5 -0
  18. package/livro-com-template/WriterKit/README.md +17 -0
  19. package/livro-com-template/bibliografia.bib +32 -0
  20. package/livro-com-template/capitulos/cap01-fundamentos.tex +24 -0
  21. package/livro-com-template/capitulos/cap02-ciclo-vida.tex +120 -0
  22. package/livro-com-template/capitulos/cap03-branches.tex +114 -0
  23. package/livro-com-template/capitulos/cap04-remoto.tex +113 -0
  24. package/livro-com-template/capitulos/cap05-conflitos.tex +80 -0
  25. package/livro-com-template/capitulos/cap06-gitflow.tex +104 -0
  26. package/livro-com-template/capitulos/cap07-boas-praticas.tex +49 -0
  27. package/livro-com-template/capitulos/cap08-sobrevivencia.tex +124 -0
  28. package/livro-com-template/capitulos/glossario-tecnico.tex +18 -0
  29. package/livro-com-template/capitulos/show-colors.tex +0 -0
  30. package/livro-com-template/configurations.cls +554 -0
  31. package/livro-com-template/fonts/AppleGaramond-Bold.ttf +0 -0
  32. package/livro-com-template/fonts/AppleGaramond-BoldItalic.ttf +0 -0
  33. package/livro-com-template/fonts/AppleGaramond-Italic.ttf +0 -0
  34. package/livro-com-template/fonts/AppleGaramond-Light.ttf +0 -0
  35. package/livro-com-template/fonts/AppleGaramond-LightItalic.ttf +0 -0
  36. package/livro-com-template/fonts/AppleGaramond.ttf +0 -0
  37. package/livro-com-template/fonts/EBGaramond12-AllSC.ttf +0 -0
  38. package/livro-com-template/images/capa/capa2.jpg +0 -0
  39. package/livro-com-template/main.tex +34 -0
  40. package/livro-com-template/material-colors-blue.sty +396 -0
  41. package/livro-com-template/material-colors-coral.sty +399 -0
  42. package/livro-com-template/material-colors-cyan.sty +398 -0
  43. package/livro-com-template/material-colors-green.sty +406 -0
  44. package/livro-com-template/material-colors-purple.sty +403 -0
  45. package/livro-com-template/memory/memory.json +22 -0
  46. package/livro-com-template/memory/schema.md +18 -0
  47. package/livro-com-template/templates/GITHUB.zip +0 -0
  48. package/livro-com-template/templates/WriterKit/.obsidian/app.json +1 -0
  49. package/livro-com-template/templates/WriterKit/.obsidian/appearance.json +1 -0
  50. package/livro-com-template/templates/WriterKit/.obsidian/community-plugins.json +3 -0
  51. package/livro-com-template/templates/WriterKit/.obsidian/core-plugins.json +33 -0
  52. package/livro-com-template/templates/WriterKit/.obsidian/graph.json +22 -0
  53. package/livro-com-template/templates/WriterKit/.obsidian/plugins/obsidian-local-rest-api/data.json +12 -0
  54. package/livro-com-template/templates/WriterKit/.obsidian/plugins/obsidian-local-rest-api/main.js +59236 -0
  55. package/livro-com-template/templates/WriterKit/.obsidian/plugins/obsidian-local-rest-api/manifest.json +10 -0
  56. package/livro-com-template/templates/WriterKit/.obsidian/plugins/obsidian-local-rest-api/styles.css +47 -0
  57. package/livro-com-template/templates/WriterKit/.obsidian/workspace.json +227 -0
  58. package/livro-com-template/templates/WriterKit/01_Planos/Roadmap.md +17 -0
  59. package/livro-com-template/templates/WriterKit/03_Resources/Current_Project_Audit.md +26 -0
  60. package/livro-com-template/templates/WriterKit/03_Resources/TexPage_Framework.md +31 -0
  61. package/livro-com-template/templates/WriterKit/05_Meta/Template_Draft.md +15 -0
  62. package/livro-com-template/templates/WriterKit/Bem-vindo.md +5 -0
  63. package/livro-com-template/templates/WriterKit/README.md +17 -0
  64. package/livro-com-template/templates/bibliografia.bib +32 -0
  65. package/livro-com-template/templates/capitulos/cap01-fundamentos.tex +24 -0
  66. package/livro-com-template/templates/capitulos/cap02-ciclo-vida.tex +120 -0
  67. package/livro-com-template/templates/capitulos/cap03-branches.tex +114 -0
  68. package/livro-com-template/templates/capitulos/cap04-remoto.tex +113 -0
  69. package/livro-com-template/templates/capitulos/cap05-conflitos.tex +80 -0
  70. package/livro-com-template/templates/capitulos/cap06-gitflow.tex +104 -0
  71. package/livro-com-template/templates/capitulos/cap07-boas-praticas.tex +49 -0
  72. package/livro-com-template/templates/capitulos/cap08-sobrevivencia.tex +124 -0
  73. package/livro-com-template/templates/capitulos/glossario-tecnico.tex +18 -0
  74. package/livro-com-template/templates/capitulos/show-colors.tex +0 -0
  75. package/livro-com-template/templates/configurations.cls +554 -0
  76. package/livro-com-template/templates/fonts/AppleGaramond-Bold.ttf +0 -0
  77. package/livro-com-template/templates/fonts/AppleGaramond-BoldItalic.ttf +0 -0
  78. package/livro-com-template/templates/fonts/AppleGaramond-Italic.ttf +0 -0
  79. package/livro-com-template/templates/fonts/AppleGaramond-Light.ttf +0 -0
  80. package/livro-com-template/templates/fonts/AppleGaramond-LightItalic.ttf +0 -0
  81. package/livro-com-template/templates/fonts/AppleGaramond.ttf +0 -0
  82. package/livro-com-template/templates/fonts/EBGaramond12-AllSC.ttf +0 -0
  83. package/livro-com-template/templates/images/capa/capa2.jpg +0 -0
  84. package/livro-com-template/templates/main.tex +35 -0
  85. package/livro-com-template/templates/material-colors-blue.sty +396 -0
  86. package/livro-com-template/templates/material-colors-coral.sty +399 -0
  87. package/livro-com-template/templates/material-colors-cyan.sty +398 -0
  88. package/livro-com-template/templates/material-colors-green.sty +406 -0
  89. package/livro-com-template/templates/material-colors-purple.sty +403 -0
  90. package/livro-com-template/templates/memory/memory.json +35 -0
  91. package/livro-com-template/templates/memory/schema.md +18 -0
  92. package/livro-com-template/templates/templates/main.tex +35 -0
  93. package/livro-com-template/venv/bin/Activate.ps1 +247 -0
  94. package/livro-com-template/venv/bin/activate +70 -0
  95. package/livro-com-template/venv/bin/activate.csh +27 -0
  96. package/livro-com-template/venv/bin/activate.fish +69 -0
  97. package/livro-com-template/venv/bin/pip +8 -0
  98. package/livro-com-template/venv/bin/pip3 +8 -0
  99. package/livro-com-template/venv/bin/pip3.12 +8 -0
  100. package/livro-com-template/venv/lib/python3.12/site-packages/pip/__init__.py +13 -0
  101. package/livro-com-template/venv/lib/python3.12/site-packages/pip/__main__.py +24 -0
  102. package/livro-com-template/venv/lib/python3.12/site-packages/pip/__pip-runner__.py +50 -0
  103. package/livro-com-template/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
  104. package/livro-com-template/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
  105. package/livro-com-template/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
  106. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__init__.py +18 -0
  107. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
  108. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
  109. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
  110. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
  111. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
  112. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
  113. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
  114. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
  115. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
  116. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/build_env.py +311 -0
  117. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cache.py +290 -0
  118. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +4 -0
  119. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  120. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
  121. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
  122. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
  123. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
  124. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
  125. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
  126. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
  127. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
  128. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
  129. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
  130. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
  131. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +172 -0
  132. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +236 -0
  133. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +1074 -0
  134. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +27 -0
  135. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py +79 -0
  136. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +134 -0
  137. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py +294 -0
  138. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +68 -0
  139. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +505 -0
  140. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +159 -0
  141. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +6 -0
  142. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +132 -0
  143. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  144. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
  145. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
  146. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
  147. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
  148. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
  149. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
  150. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
  151. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
  152. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
  153. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
  154. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
  155. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
  156. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
  157. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
  158. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
  159. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
  160. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
  161. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py +225 -0
  162. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py +54 -0
  163. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py +130 -0
  164. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +280 -0
  165. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py +201 -0
  166. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py +147 -0
  167. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +109 -0
  168. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py +59 -0
  169. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py +41 -0
  170. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py +139 -0
  171. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +92 -0
  172. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py +774 -0
  173. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py +370 -0
  174. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py +174 -0
  175. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py +189 -0
  176. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +113 -0
  177. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +183 -0
  178. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/configuration.py +383 -0
  179. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +21 -0
  180. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
  181. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
  182. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
  183. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
  184. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
  185. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py +51 -0
  186. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +29 -0
  187. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +156 -0
  188. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +40 -0
  189. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py +728 -0
  190. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py +2 -0
  191. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
  192. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
  193. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
  194. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
  195. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py +507 -0
  196. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +1027 -0
  197. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py +285 -0
  198. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +467 -0
  199. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
  200. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
  201. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
  202. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
  203. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +172 -0
  204. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +213 -0
  205. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py +81 -0
  206. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/main.py +12 -0
  207. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +128 -0
  208. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  209. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
  210. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
  211. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
  212. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +84 -0
  213. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py +702 -0
  214. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +6 -0
  215. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
  216. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
  217. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
  218. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
  219. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +55 -0
  220. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +227 -0
  221. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +189 -0
  222. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +278 -0
  223. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py +2 -0
  224. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
  225. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
  226. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
  227. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
  228. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
  229. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
  230. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
  231. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
  232. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
  233. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
  234. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
  235. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
  236. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py +30 -0
  237. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +235 -0
  238. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py +78 -0
  239. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/index.py +28 -0
  240. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +56 -0
  241. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/link.py +579 -0
  242. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py +31 -0
  243. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +132 -0
  244. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +51 -0
  245. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py +122 -0
  246. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py +92 -0
  247. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py +2 -0
  248. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
  249. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
  250. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
  251. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
  252. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
  253. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
  254. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
  255. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
  256. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py +561 -0
  257. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py +106 -0
  258. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/download.py +186 -0
  259. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +210 -0
  260. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/session.py +520 -0
  261. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py +96 -0
  262. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +62 -0
  263. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
  264. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
  265. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
  266. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
  267. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
  268. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  269. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
  270. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
  271. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
  272. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
  273. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
  274. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
  275. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
  276. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
  277. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +139 -0
  278. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +39 -0
  279. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +41 -0
  280. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +74 -0
  281. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +37 -0
  282. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +46 -0
  283. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +102 -0
  284. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py +187 -0
  285. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +255 -0
  286. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +2 -0
  287. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
  288. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
  289. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
  290. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +46 -0
  291. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +734 -0
  292. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +730 -0
  293. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py +179 -0
  294. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py +92 -0
  295. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
  296. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
  297. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
  298. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
  299. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
  300. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
  301. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py +576 -0
  302. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py +554 -0
  303. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py +923 -0
  304. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py +119 -0
  305. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +649 -0
  306. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
  307. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
  308. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
  309. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py +20 -0
  310. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  311. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
  312. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
  313. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +598 -0
  314. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  315. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  316. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
  317. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
  318. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
  319. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
  320. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
  321. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
  322. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
  323. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
  324. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +141 -0
  325. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +597 -0
  326. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +812 -0
  327. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +155 -0
  328. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +255 -0
  329. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +80 -0
  330. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +166 -0
  331. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +317 -0
  332. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +248 -0
  333. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
  334. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  335. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
  336. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
  337. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
  338. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
  339. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
  340. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
  341. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
  342. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
  343. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
  344. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc +0 -0
  345. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
  346. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
  347. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
  348. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
  349. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
  350. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
  351. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
  352. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc +0 -0
  353. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
  354. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
  355. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
  356. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
  357. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
  358. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
  359. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
  360. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
  361. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +109 -0
  362. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py +38 -0
  363. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +52 -0
  364. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py +63 -0
  365. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +165 -0
  366. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +11 -0
  367. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +120 -0
  368. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
  369. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +80 -0
  370. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py +36 -0
  371. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +84 -0
  372. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +153 -0
  373. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +27 -0
  374. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +88 -0
  375. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +151 -0
  376. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py +348 -0
  377. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py +783 -0
  378. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py +39 -0
  379. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +57 -0
  380. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +146 -0
  381. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +260 -0
  382. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +296 -0
  383. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +257 -0
  384. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py +62 -0
  385. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +104 -0
  386. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +134 -0
  387. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +15 -0
  388. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
  389. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
  390. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
  391. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
  392. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
  393. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
  394. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +112 -0
  395. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py +526 -0
  396. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +163 -0
  397. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +324 -0
  398. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +705 -0
  399. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +354 -0
  400. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py +121 -0
  401. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  402. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc +0 -0
  403. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  404. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +28 -0
  405. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
  406. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
  407. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
  408. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
  409. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
  410. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
  411. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
  412. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
  413. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
  414. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +70 -0
  415. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +161 -0
  416. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +74 -0
  417. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +8 -0
  418. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
  419. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
  420. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
  421. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +181 -0
  422. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +48 -0
  423. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +494 -0
  424. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +119 -0
  425. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +154 -0
  426. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +206 -0
  427. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +43 -0
  428. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +4 -0
  429. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +12 -0
  430. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
  431. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
  432. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
  433. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +4635 -0
  434. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +119 -0
  435. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py +115 -0
  436. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc +0 -0
  437. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc +0 -0
  438. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc +0 -0
  439. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc +0 -0
  440. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc +0 -0
  441. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc +0 -0
  442. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc +0 -0
  443. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc +0 -0
  444. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc +0 -0
  445. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc +0 -0
  446. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc +0 -0
  447. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc +0 -0
  448. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc +0 -0
  449. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc +0 -0
  450. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc +0 -0
  451. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc +0 -0
  452. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc +0 -0
  453. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc +0 -0
  454. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc +0 -0
  455. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc +0 -0
  456. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc +0 -0
  457. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc +0 -0
  458. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc +0 -0
  459. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc +0 -0
  460. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc +0 -0
  461. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc +0 -0
  462. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc +0 -0
  463. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc +0 -0
  464. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc +0 -0
  465. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc +0 -0
  466. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc +0 -0
  467. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc +0 -0
  468. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc +0 -0
  469. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc +0 -0
  470. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc +0 -0
  471. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc +0 -0
  472. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc +0 -0
  473. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc +0 -0
  474. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc +0 -0
  475. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc +0 -0
  476. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc +0 -0
  477. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc +0 -0
  478. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc +0 -0
  479. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc +0 -0
  480. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py +386 -0
  481. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py +47 -0
  482. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py +261 -0
  483. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py +106 -0
  484. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py +147 -0
  485. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py +0 -0
  486. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  487. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc +0 -0
  488. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py +112 -0
  489. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py +90 -0
  490. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py +19 -0
  491. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py +49 -0
  492. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py +85 -0
  493. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py +102 -0
  494. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py +261 -0
  495. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py +102 -0
  496. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py +196 -0
  497. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py +47 -0
  498. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py +388 -0
  499. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py +47 -0
  500. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py +284 -0
  501. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py +47 -0
  502. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py +316 -0
  503. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py +325 -0
  504. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py +2382 -0
  505. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py +47 -0
  506. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py +238 -0
  507. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py +4649 -0
  508. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py +4397 -0
  509. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py +4380 -0
  510. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py +4649 -0
  511. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py +5725 -0
  512. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py +4380 -0
  513. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py +4380 -0
  514. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py +147 -0
  515. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py +162 -0
  516. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py +95 -0
  517. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py +57 -0
  518. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py +661 -0
  519. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py +0 -0
  520. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  521. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc +0 -0
  522. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py +352 -0
  523. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py +16 -0
  524. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py +162 -0
  525. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py +88 -0
  526. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py +105 -0
  527. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py +362 -0
  528. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py +225 -0
  529. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py +82 -0
  530. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py +9 -0
  531. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py +7 -0
  532. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc +0 -0
  533. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc +0 -0
  534. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc +0 -0
  535. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc +0 -0
  536. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc +0 -0
  537. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc +0 -0
  538. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py +102 -0
  539. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py +277 -0
  540. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py +121 -0
  541. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py +1 -0
  542. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  543. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc +0 -0
  544. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc +0 -0
  545. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc +0 -0
  546. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc +0 -0
  547. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc +0 -0
  548. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc +0 -0
  549. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py +76 -0
  550. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py +294 -0
  551. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py +189 -0
  552. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py +57 -0
  553. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py +49 -0
  554. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py +131 -0
  555. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py +180 -0
  556. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py +195 -0
  557. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +33 -0
  558. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
  559. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
  560. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc +0 -0
  561. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc +0 -0
  562. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc +0 -0
  563. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc +0 -0
  564. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc +0 -0
  565. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc +0 -0
  566. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
  567. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
  568. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
  569. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc +0 -0
  570. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc +0 -0
  571. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +1138 -0
  572. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py +1359 -0
  573. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py +508 -0
  574. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py +1303 -0
  575. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py +384 -0
  576. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py +167 -0
  577. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py +1068 -0
  578. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +358 -0
  579. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +452 -0
  580. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +2025 -0
  581. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py +751 -0
  582. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py +1099 -0
  583. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +54 -0
  584. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +4 -0
  585. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
  586. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
  587. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
  588. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +1399 -0
  589. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +44 -0
  590. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
  591. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
  592. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
  593. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
  594. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
  595. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
  596. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
  597. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
  598. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +112 -0
  599. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +13 -0
  600. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py +400 -0
  601. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +4246 -0
  602. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +54 -0
  603. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +2 -0
  604. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +8600 -0
  605. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +57 -0
  606. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
  607. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
  608. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
  609. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
  610. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +48 -0
  611. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +193 -0
  612. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +1010 -0
  613. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py +26 -0
  614. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +25 -0
  615. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc +0 -0
  616. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  617. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  618. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  619. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  620. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  621. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  622. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  623. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  624. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  625. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  626. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +301 -0
  627. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +136 -0
  628. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +61 -0
  629. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +304 -0
  630. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +146 -0
  631. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +802 -0
  632. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +487 -0
  633. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +136 -0
  634. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +504 -0
  635. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +3361 -0
  636. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  637. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +566 -0
  638. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +53 -0
  639. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  640. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  641. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  642. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  643. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  644. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  645. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  646. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  647. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +210 -0
  648. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +223 -0
  649. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +91 -0
  650. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +223 -0
  651. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +4 -0
  652. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +255 -0
  653. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +82 -0
  654. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +17 -0
  655. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
  656. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
  657. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc +0 -0
  658. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
  659. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
  660. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
  661. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
  662. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
  663. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
  664. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
  665. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
  666. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
  667. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
  668. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
  669. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
  670. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
  671. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py +668 -0
  672. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +70 -0
  673. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +71 -0
  674. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
  675. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
  676. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +124 -0
  677. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +158 -0
  678. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
  679. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
  680. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc +0 -0
  681. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc +0 -0
  682. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc +0 -0
  683. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc +0 -0
  684. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc +0 -0
  685. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc +0 -0
  686. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc +0 -0
  687. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc +0 -0
  688. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc +0 -0
  689. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc +0 -0
  690. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc +0 -0
  691. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc +0 -0
  692. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +23 -0
  693. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py +108 -0
  694. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py +170 -0
  695. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py +989 -0
  696. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py +645 -0
  697. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py +154 -0
  698. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py +521 -0
  699. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py +161 -0
  700. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +83 -0
  701. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py +146 -0
  702. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py +188 -0
  703. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py +127 -0
  704. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py +338 -0
  705. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +943 -0
  706. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +362 -0
  707. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
  708. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
  709. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
  710. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +559 -0
  711. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +1198 -0
  712. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +43 -0
  713. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +88 -0
  714. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
  715. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +104 -0
  716. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +217 -0
  717. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +197 -0
  718. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +103 -0
  719. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
  720. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +213 -0
  721. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +153 -0
  722. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +330 -0
  723. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py +322 -0
  724. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc +0 -0
  725. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc +0 -0
  726. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc +0 -0
  727. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc +0 -0
  728. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc +0 -0
  729. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc +0 -0
  730. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc +0 -0
  731. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc +0 -0
  732. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc +0 -0
  733. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc +0 -0
  734. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py +217 -0
  735. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py +432 -0
  736. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py +6115 -0
  737. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py +656 -0
  738. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc +0 -0
  739. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py +299 -0
  740. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py +1100 -0
  741. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py +796 -0
  742. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py +331 -0
  743. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py +361 -0
  744. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py +284 -0
  745. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +23 -0
  746. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
  747. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc +0 -0
  748. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
  749. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py +8 -0
  750. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +330 -0
  751. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +18 -0
  752. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
  753. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
  754. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +353 -0
  755. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +182 -0
  756. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
  757. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
  758. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
  759. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
  760. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
  761. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
  762. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
  763. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
  764. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
  765. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
  766. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
  767. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
  768. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
  769. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
  770. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
  771. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
  772. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
  773. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
  774. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +14 -0
  775. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +50 -0
  776. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +538 -0
  777. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py +157 -0
  778. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +315 -0
  779. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +24 -0
  780. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +67 -0
  781. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +561 -0
  782. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +141 -0
  783. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py +131 -0
  784. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +33 -0
  785. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py +1034 -0
  786. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +16 -0
  787. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +833 -0
  788. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +128 -0
  789. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +99 -0
  790. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +1088 -0
  791. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +26 -0
  792. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  793. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
  794. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
  795. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc +0 -0
  796. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
  797. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
  798. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  799. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc +0 -0
  800. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +6 -0
  801. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +133 -0
  802. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +43 -0
  803. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py +547 -0
  804. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +170 -0
  805. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +177 -0
  806. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +274 -0
  807. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
  808. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
  809. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
  810. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
  811. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
  812. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
  813. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
  814. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
  815. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
  816. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
  817. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
  818. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
  819. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
  820. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
  821. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
  822. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
  823. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
  824. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
  825. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
  826. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
  827. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
  828. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
  829. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
  830. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
  831. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
  832. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
  833. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
  834. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
  835. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
  836. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
  837. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
  838. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
  839. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
  840. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
  841. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
  842. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
  843. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
  844. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
  845. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
  846. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
  847. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
  848. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
  849. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
  850. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
  851. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
  852. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
  853. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
  854. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
  855. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
  856. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
  857. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
  858. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
  859. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
  860. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
  861. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
  862. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
  863. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
  864. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
  865. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
  866. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
  867. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
  868. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
  869. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
  870. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
  871. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
  872. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
  873. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
  874. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
  875. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
  876. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
  877. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
  878. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
  879. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
  880. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
  881. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
  882. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
  883. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
  884. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +451 -0
  885. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
  886. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
  887. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +76 -0
  888. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +10 -0
  889. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +24 -0
  890. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +270 -0
  891. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +94 -0
  892. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +43 -0
  893. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +69 -0
  894. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +309 -0
  895. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +17 -0
  896. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +160 -0
  897. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +482 -0
  898. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +16 -0
  899. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +19 -0
  900. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +662 -0
  901. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +72 -0
  902. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
  903. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +56 -0
  904. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +33 -0
  905. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py +311 -0
  906. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +240 -0
  907. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +94 -0
  908. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py +517 -0
  909. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +154 -0
  910. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py +622 -0
  911. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
  912. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +187 -0
  913. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py +2633 -0
  914. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +37 -0
  915. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +167 -0
  916. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py +225 -0
  917. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +190 -0
  918. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +37 -0
  919. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +96 -0
  920. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +34 -0
  921. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +57 -0
  922. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +89 -0
  923. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +232 -0
  924. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py +140 -0
  925. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +101 -0
  926. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +443 -0
  927. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py +375 -0
  928. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +113 -0
  929. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +289 -0
  930. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +246 -0
  931. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +151 -0
  932. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +141 -0
  933. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +34 -0
  934. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +100 -0
  935. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +308 -0
  936. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +994 -0
  937. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +1702 -0
  938. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +224 -0
  939. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +376 -0
  940. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +42 -0
  941. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py +10 -0
  942. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +149 -0
  943. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +130 -0
  944. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +86 -0
  945. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +54 -0
  946. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +739 -0
  947. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +137 -0
  948. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py +132 -0
  949. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py +796 -0
  950. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +42 -0
  951. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +948 -0
  952. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py +1002 -0
  953. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
  954. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py +1307 -0
  955. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +115 -0
  956. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +5 -0
  957. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +756 -0
  958. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +251 -0
  959. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/six.py +998 -0
  960. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py +608 -0
  961. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc +0 -0
  962. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc +0 -0
  963. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc +0 -0
  964. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc +0 -0
  965. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc +0 -0
  966. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc +0 -0
  967. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc +0 -0
  968. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc +0 -0
  969. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc +0 -0
  970. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc +0 -0
  971. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc +0 -0
  972. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py +94 -0
  973. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py +76 -0
  974. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py +51 -0
  975. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py +46 -0
  976. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py +71 -0
  977. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py +43 -0
  978. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py +272 -0
  979. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py +103 -0
  980. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py +59 -0
  981. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py +228 -0
  982. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +11 -0
  983. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  984. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  985. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  986. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  987. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +691 -0
  988. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +107 -0
  989. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +10 -0
  990. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +13 -0
  991. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
  992. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
  993. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
  994. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
  995. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
  996. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
  997. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +302 -0
  998. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +501 -0
  999. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +66 -0
  1000. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +31 -0
  1001. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +554 -0
  1002. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py +3072 -0
  1003. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
  1004. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
  1005. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
  1006. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
  1007. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
  1008. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
  1009. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
  1010. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
  1011. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
  1012. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
  1013. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
  1014. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
  1015. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +355 -0
  1016. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +2 -0
  1017. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +572 -0
  1018. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +1137 -0
  1019. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  1020. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
  1021. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
  1022. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
  1023. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
  1024. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
  1025. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
  1026. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
  1027. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +36 -0
  1028. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  1029. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
  1030. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
  1031. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
  1032. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +519 -0
  1033. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
  1034. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
  1035. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
  1036. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
  1037. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +921 -0
  1038. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
  1039. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
  1040. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +274 -0
  1041. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
  1042. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  1043. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
  1044. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
  1045. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  1046. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  1047. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
  1048. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
  1049. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +51 -0
  1050. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +155 -0
  1051. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
  1052. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +556 -0
  1053. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +191 -0
  1054. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +879 -0
  1055. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
  1056. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
  1057. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
  1058. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
  1059. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
  1060. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
  1061. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
  1062. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
  1063. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
  1064. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
  1065. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
  1066. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
  1067. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
  1068. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
  1069. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +149 -0
  1070. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
  1071. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
  1072. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
  1073. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
  1074. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +622 -0
  1075. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +495 -0
  1076. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
  1077. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
  1078. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +271 -0
  1079. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
  1080. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
  1081. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt +24 -0
  1082. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py +342 -0
  1083. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc +0 -0
  1084. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc +0 -0
  1085. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc +0 -0
  1086. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc +0 -0
  1087. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc +0 -0
  1088. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py +231 -0
  1089. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py +59 -0
  1090. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py +153 -0
  1091. package/livro-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py +325 -0
  1092. package/livro-com-template/venv/lib/python3.12/site-packages/pip/py.typed +4 -0
  1093. package/livro-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt +760 -0
  1094. package/livro-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER +1 -0
  1095. package/livro-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt +20 -0
  1096. package/livro-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA +88 -0
  1097. package/livro-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD +1005 -0
  1098. package/livro-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED +0 -0
  1099. package/livro-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL +5 -0
  1100. package/livro-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt +4 -0
  1101. package/livro-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt +1 -0
  1102. package/livro-com-template/venv/pyvenv.cfg +5 -0
  1103. package/livronovo-com-template/GITHUB.zip +0 -0
  1104. package/livronovo-com-template/WriterKit/.obsidian/app.json +1 -0
  1105. package/livronovo-com-template/WriterKit/.obsidian/appearance.json +1 -0
  1106. package/livronovo-com-template/WriterKit/.obsidian/community-plugins.json +3 -0
  1107. package/livronovo-com-template/WriterKit/.obsidian/core-plugins.json +33 -0
  1108. package/livronovo-com-template/WriterKit/.obsidian/graph.json +22 -0
  1109. package/livronovo-com-template/WriterKit/.obsidian/plugins/obsidian-local-rest-api/data.json +12 -0
  1110. package/livronovo-com-template/WriterKit/.obsidian/plugins/obsidian-local-rest-api/main.js +59236 -0
  1111. package/livronovo-com-template/WriterKit/.obsidian/plugins/obsidian-local-rest-api/manifest.json +10 -0
  1112. package/livronovo-com-template/WriterKit/.obsidian/plugins/obsidian-local-rest-api/styles.css +47 -0
  1113. package/livronovo-com-template/WriterKit/.obsidian/workspace.json +227 -0
  1114. package/livronovo-com-template/WriterKit/01_Planos/Roadmap.md +17 -0
  1115. package/livronovo-com-template/WriterKit/03_Resources/Current_Project_Audit.md +26 -0
  1116. package/livronovo-com-template/WriterKit/03_Resources/TexPage_Framework.md +31 -0
  1117. package/livronovo-com-template/WriterKit/05_Meta/Template_Draft.md +15 -0
  1118. package/livronovo-com-template/WriterKit/Bem-vindo.md +5 -0
  1119. package/livronovo-com-template/WriterKit/README.md +17 -0
  1120. package/livronovo-com-template/bibliografia.bib +32 -0
  1121. package/livronovo-com-template/capitulos/cap01-fundamentos.tex +24 -0
  1122. package/livronovo-com-template/capitulos/cap02-ciclo-vida.tex +120 -0
  1123. package/livronovo-com-template/capitulos/cap03-branches.tex +114 -0
  1124. package/livronovo-com-template/capitulos/cap04-remoto.tex +113 -0
  1125. package/livronovo-com-template/capitulos/cap05-conflitos.tex +80 -0
  1126. package/livronovo-com-template/capitulos/cap06-gitflow.tex +104 -0
  1127. package/livronovo-com-template/capitulos/cap07-boas-praticas.tex +49 -0
  1128. package/livronovo-com-template/capitulos/cap08-sobrevivencia.tex +124 -0
  1129. package/livronovo-com-template/capitulos/glossario-tecnico.tex +18 -0
  1130. package/livronovo-com-template/capitulos/show-colors.tex +0 -0
  1131. package/livronovo-com-template/configurations.cls +554 -0
  1132. package/livronovo-com-template/fonts/AppleGaramond-Bold.ttf +0 -0
  1133. package/livronovo-com-template/fonts/AppleGaramond-BoldItalic.ttf +0 -0
  1134. package/livronovo-com-template/fonts/AppleGaramond-Italic.ttf +0 -0
  1135. package/livronovo-com-template/fonts/AppleGaramond-Light.ttf +0 -0
  1136. package/livronovo-com-template/fonts/AppleGaramond-LightItalic.ttf +0 -0
  1137. package/livronovo-com-template/fonts/AppleGaramond.ttf +0 -0
  1138. package/livronovo-com-template/fonts/EBGaramond12-AllSC.ttf +0 -0
  1139. package/livronovo-com-template/images/capa/capa2.jpg +0 -0
  1140. package/livronovo-com-template/main.tex +34 -0
  1141. package/livronovo-com-template/material-colors-blue.sty +396 -0
  1142. package/livronovo-com-template/material-colors-coral.sty +399 -0
  1143. package/livronovo-com-template/material-colors-cyan.sty +398 -0
  1144. package/livronovo-com-template/material-colors-green.sty +406 -0
  1145. package/livronovo-com-template/material-colors-purple.sty +403 -0
  1146. package/livronovo-com-template/memory/memory.json +279 -0
  1147. package/livronovo-com-template/memory/schema.md +18 -0
  1148. package/livronovo-com-template/templates/GITHUB.zip +0 -0
  1149. package/livronovo-com-template/templates/WriterKit/.obsidian/app.json +1 -0
  1150. package/livronovo-com-template/templates/WriterKit/.obsidian/appearance.json +1 -0
  1151. package/livronovo-com-template/templates/WriterKit/.obsidian/community-plugins.json +3 -0
  1152. package/livronovo-com-template/templates/WriterKit/.obsidian/core-plugins.json +33 -0
  1153. package/livronovo-com-template/templates/WriterKit/.obsidian/graph.json +22 -0
  1154. package/livronovo-com-template/templates/WriterKit/.obsidian/plugins/obsidian-local-rest-api/data.json +12 -0
  1155. package/livronovo-com-template/templates/WriterKit/.obsidian/plugins/obsidian-local-rest-api/main.js +59236 -0
  1156. package/livronovo-com-template/templates/WriterKit/.obsidian/plugins/obsidian-local-rest-api/manifest.json +10 -0
  1157. package/livronovo-com-template/templates/WriterKit/.obsidian/plugins/obsidian-local-rest-api/styles.css +47 -0
  1158. package/livronovo-com-template/templates/WriterKit/.obsidian/workspace.json +227 -0
  1159. package/livronovo-com-template/templates/WriterKit/01_Planos/Roadmap.md +17 -0
  1160. package/livronovo-com-template/templates/WriterKit/03_Resources/Current_Project_Audit.md +26 -0
  1161. package/livronovo-com-template/templates/WriterKit/03_Resources/TexPage_Framework.md +31 -0
  1162. package/livronovo-com-template/templates/WriterKit/05_Meta/Template_Draft.md +15 -0
  1163. package/livronovo-com-template/templates/WriterKit/Bem-vindo.md +5 -0
  1164. package/livronovo-com-template/templates/WriterKit/README.md +17 -0
  1165. package/livronovo-com-template/templates/bibliografia.bib +32 -0
  1166. package/livronovo-com-template/templates/capitulos/cap01-fundamentos.tex +24 -0
  1167. package/livronovo-com-template/templates/capitulos/cap02-ciclo-vida.tex +120 -0
  1168. package/livronovo-com-template/templates/capitulos/cap03-branches.tex +114 -0
  1169. package/livronovo-com-template/templates/capitulos/cap04-remoto.tex +113 -0
  1170. package/livronovo-com-template/templates/capitulos/cap05-conflitos.tex +80 -0
  1171. package/livronovo-com-template/templates/capitulos/cap06-gitflow.tex +104 -0
  1172. package/livronovo-com-template/templates/capitulos/cap07-boas-praticas.tex +49 -0
  1173. package/livronovo-com-template/templates/capitulos/cap08-sobrevivencia.tex +124 -0
  1174. package/livronovo-com-template/templates/capitulos/glossario-tecnico.tex +18 -0
  1175. package/livronovo-com-template/templates/capitulos/show-colors.tex +0 -0
  1176. package/livronovo-com-template/templates/configurations.cls +554 -0
  1177. package/livronovo-com-template/templates/fonts/AppleGaramond-Bold.ttf +0 -0
  1178. package/livronovo-com-template/templates/fonts/AppleGaramond-BoldItalic.ttf +0 -0
  1179. package/livronovo-com-template/templates/fonts/AppleGaramond-Italic.ttf +0 -0
  1180. package/livronovo-com-template/templates/fonts/AppleGaramond-Light.ttf +0 -0
  1181. package/livronovo-com-template/templates/fonts/AppleGaramond-LightItalic.ttf +0 -0
  1182. package/livronovo-com-template/templates/fonts/AppleGaramond.ttf +0 -0
  1183. package/livronovo-com-template/templates/fonts/EBGaramond12-AllSC.ttf +0 -0
  1184. package/livronovo-com-template/templates/images/capa/capa2.jpg +0 -0
  1185. package/livronovo-com-template/templates/main.tex +35 -0
  1186. package/livronovo-com-template/templates/material-colors-blue.sty +396 -0
  1187. package/livronovo-com-template/templates/material-colors-coral.sty +399 -0
  1188. package/livronovo-com-template/templates/material-colors-cyan.sty +398 -0
  1189. package/livronovo-com-template/templates/material-colors-green.sty +406 -0
  1190. package/livronovo-com-template/templates/material-colors-purple.sty +403 -0
  1191. package/livronovo-com-template/templates/memory/memory.json +35 -0
  1192. package/livronovo-com-template/templates/memory/schema.md +18 -0
  1193. package/livronovo-com-template/templates/templates/main.tex +35 -0
  1194. package/livronovo-com-template/venv/bin/Activate.ps1 +247 -0
  1195. package/livronovo-com-template/venv/bin/activate +70 -0
  1196. package/livronovo-com-template/venv/bin/activate.csh +27 -0
  1197. package/livronovo-com-template/venv/bin/activate.fish +69 -0
  1198. package/livronovo-com-template/venv/bin/pip +8 -0
  1199. package/livronovo-com-template/venv/bin/pip3 +8 -0
  1200. package/livronovo-com-template/venv/bin/pip3.12 +8 -0
  1201. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/__init__.py +13 -0
  1202. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/__main__.py +24 -0
  1203. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/__pip-runner__.py +50 -0
  1204. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
  1205. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
  1206. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
  1207. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__init__.py +18 -0
  1208. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
  1209. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
  1210. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
  1211. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
  1212. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
  1213. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
  1214. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
  1215. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
  1216. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
  1217. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/build_env.py +311 -0
  1218. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cache.py +290 -0
  1219. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +4 -0
  1220. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  1221. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
  1222. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
  1223. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
  1224. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
  1225. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
  1226. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
  1227. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
  1228. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
  1229. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
  1230. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
  1231. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
  1232. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +172 -0
  1233. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +236 -0
  1234. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +1074 -0
  1235. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +27 -0
  1236. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py +79 -0
  1237. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +134 -0
  1238. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py +294 -0
  1239. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +68 -0
  1240. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +505 -0
  1241. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +159 -0
  1242. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +6 -0
  1243. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +132 -0
  1244. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  1245. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
  1246. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
  1247. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
  1248. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
  1249. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
  1250. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
  1251. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
  1252. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
  1253. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
  1254. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
  1255. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
  1256. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
  1257. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
  1258. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
  1259. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
  1260. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
  1261. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
  1262. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py +225 -0
  1263. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py +54 -0
  1264. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py +130 -0
  1265. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +280 -0
  1266. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py +201 -0
  1267. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py +147 -0
  1268. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +109 -0
  1269. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py +59 -0
  1270. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py +41 -0
  1271. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py +139 -0
  1272. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +92 -0
  1273. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py +774 -0
  1274. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py +370 -0
  1275. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py +174 -0
  1276. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py +189 -0
  1277. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +113 -0
  1278. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +183 -0
  1279. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/configuration.py +383 -0
  1280. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +21 -0
  1281. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
  1282. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
  1283. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
  1284. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
  1285. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
  1286. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py +51 -0
  1287. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +29 -0
  1288. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +156 -0
  1289. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +40 -0
  1290. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py +728 -0
  1291. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py +2 -0
  1292. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
  1293. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
  1294. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
  1295. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
  1296. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py +507 -0
  1297. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +1027 -0
  1298. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py +285 -0
  1299. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +467 -0
  1300. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
  1301. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
  1302. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
  1303. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
  1304. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +172 -0
  1305. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +213 -0
  1306. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py +81 -0
  1307. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/main.py +12 -0
  1308. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +128 -0
  1309. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  1310. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
  1311. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
  1312. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
  1313. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +84 -0
  1314. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py +702 -0
  1315. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +6 -0
  1316. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
  1317. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
  1318. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
  1319. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
  1320. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +55 -0
  1321. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +227 -0
  1322. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +189 -0
  1323. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +278 -0
  1324. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py +2 -0
  1325. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
  1326. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
  1327. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
  1328. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
  1329. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
  1330. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
  1331. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
  1332. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
  1333. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
  1334. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
  1335. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
  1336. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
  1337. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py +30 -0
  1338. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +235 -0
  1339. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py +78 -0
  1340. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/index.py +28 -0
  1341. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +56 -0
  1342. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/link.py +579 -0
  1343. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py +31 -0
  1344. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +132 -0
  1345. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +51 -0
  1346. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py +122 -0
  1347. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py +92 -0
  1348. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py +2 -0
  1349. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
  1350. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
  1351. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
  1352. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
  1353. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
  1354. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
  1355. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
  1356. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
  1357. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py +561 -0
  1358. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py +106 -0
  1359. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/download.py +186 -0
  1360. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +210 -0
  1361. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/session.py +520 -0
  1362. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py +96 -0
  1363. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +62 -0
  1364. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
  1365. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
  1366. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
  1367. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
  1368. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
  1369. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  1370. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
  1371. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
  1372. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
  1373. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
  1374. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
  1375. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
  1376. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
  1377. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
  1378. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +139 -0
  1379. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +39 -0
  1380. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +41 -0
  1381. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +74 -0
  1382. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +37 -0
  1383. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +46 -0
  1384. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +102 -0
  1385. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py +187 -0
  1386. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +255 -0
  1387. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +2 -0
  1388. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
  1389. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
  1390. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
  1391. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +46 -0
  1392. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +734 -0
  1393. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +730 -0
  1394. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py +179 -0
  1395. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py +92 -0
  1396. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
  1397. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
  1398. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
  1399. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
  1400. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
  1401. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
  1402. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py +576 -0
  1403. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py +554 -0
  1404. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py +923 -0
  1405. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py +119 -0
  1406. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +649 -0
  1407. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
  1408. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
  1409. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
  1410. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py +20 -0
  1411. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  1412. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
  1413. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
  1414. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +598 -0
  1415. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  1416. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  1417. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
  1418. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
  1419. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
  1420. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
  1421. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
  1422. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
  1423. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
  1424. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
  1425. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +141 -0
  1426. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +597 -0
  1427. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +812 -0
  1428. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +155 -0
  1429. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +255 -0
  1430. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +80 -0
  1431. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +166 -0
  1432. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +317 -0
  1433. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +248 -0
  1434. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
  1435. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  1436. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
  1437. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
  1438. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
  1439. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
  1440. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
  1441. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
  1442. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
  1443. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
  1444. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
  1445. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc +0 -0
  1446. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
  1447. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
  1448. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
  1449. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
  1450. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
  1451. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
  1452. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
  1453. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc +0 -0
  1454. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
  1455. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
  1456. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
  1457. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
  1458. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
  1459. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
  1460. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
  1461. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
  1462. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +109 -0
  1463. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py +38 -0
  1464. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +52 -0
  1465. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py +63 -0
  1466. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +165 -0
  1467. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +11 -0
  1468. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +120 -0
  1469. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
  1470. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +80 -0
  1471. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py +36 -0
  1472. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +84 -0
  1473. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +153 -0
  1474. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +27 -0
  1475. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +88 -0
  1476. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +151 -0
  1477. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py +348 -0
  1478. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py +783 -0
  1479. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py +39 -0
  1480. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +57 -0
  1481. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +146 -0
  1482. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +260 -0
  1483. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +296 -0
  1484. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +257 -0
  1485. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py +62 -0
  1486. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +104 -0
  1487. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +134 -0
  1488. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +15 -0
  1489. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
  1490. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
  1491. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
  1492. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
  1493. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
  1494. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
  1495. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +112 -0
  1496. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py +526 -0
  1497. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +163 -0
  1498. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +324 -0
  1499. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +705 -0
  1500. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +354 -0
  1501. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py +121 -0
  1502. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  1503. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc +0 -0
  1504. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  1505. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +28 -0
  1506. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
  1507. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
  1508. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
  1509. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
  1510. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
  1511. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
  1512. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
  1513. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
  1514. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
  1515. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +70 -0
  1516. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +161 -0
  1517. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +74 -0
  1518. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +8 -0
  1519. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
  1520. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
  1521. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
  1522. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +181 -0
  1523. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +48 -0
  1524. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +494 -0
  1525. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +119 -0
  1526. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +154 -0
  1527. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +206 -0
  1528. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +43 -0
  1529. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +4 -0
  1530. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +12 -0
  1531. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
  1532. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
  1533. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
  1534. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +4635 -0
  1535. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +119 -0
  1536. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py +115 -0
  1537. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc +0 -0
  1538. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc +0 -0
  1539. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc +0 -0
  1540. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc +0 -0
  1541. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc +0 -0
  1542. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc +0 -0
  1543. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc +0 -0
  1544. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc +0 -0
  1545. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc +0 -0
  1546. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc +0 -0
  1547. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc +0 -0
  1548. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc +0 -0
  1549. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc +0 -0
  1550. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc +0 -0
  1551. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc +0 -0
  1552. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc +0 -0
  1553. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc +0 -0
  1554. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc +0 -0
  1555. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc +0 -0
  1556. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc +0 -0
  1557. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc +0 -0
  1558. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc +0 -0
  1559. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc +0 -0
  1560. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc +0 -0
  1561. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc +0 -0
  1562. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc +0 -0
  1563. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc +0 -0
  1564. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc +0 -0
  1565. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc +0 -0
  1566. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc +0 -0
  1567. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc +0 -0
  1568. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc +0 -0
  1569. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc +0 -0
  1570. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc +0 -0
  1571. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc +0 -0
  1572. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc +0 -0
  1573. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc +0 -0
  1574. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc +0 -0
  1575. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc +0 -0
  1576. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc +0 -0
  1577. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc +0 -0
  1578. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc +0 -0
  1579. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc +0 -0
  1580. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc +0 -0
  1581. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py +386 -0
  1582. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py +47 -0
  1583. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py +261 -0
  1584. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py +106 -0
  1585. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py +147 -0
  1586. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py +0 -0
  1587. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  1588. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc +0 -0
  1589. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py +112 -0
  1590. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py +90 -0
  1591. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py +19 -0
  1592. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py +49 -0
  1593. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py +85 -0
  1594. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py +102 -0
  1595. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py +261 -0
  1596. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py +102 -0
  1597. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py +196 -0
  1598. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py +47 -0
  1599. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py +388 -0
  1600. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py +47 -0
  1601. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py +284 -0
  1602. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py +47 -0
  1603. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py +316 -0
  1604. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py +325 -0
  1605. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py +2382 -0
  1606. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py +47 -0
  1607. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py +238 -0
  1608. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py +4649 -0
  1609. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py +4397 -0
  1610. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py +4380 -0
  1611. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py +4649 -0
  1612. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py +5725 -0
  1613. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py +4380 -0
  1614. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py +4380 -0
  1615. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py +147 -0
  1616. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py +162 -0
  1617. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py +95 -0
  1618. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py +57 -0
  1619. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py +661 -0
  1620. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py +0 -0
  1621. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  1622. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc +0 -0
  1623. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py +352 -0
  1624. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py +16 -0
  1625. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py +162 -0
  1626. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py +88 -0
  1627. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py +105 -0
  1628. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py +362 -0
  1629. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py +225 -0
  1630. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py +82 -0
  1631. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py +9 -0
  1632. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py +7 -0
  1633. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc +0 -0
  1634. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc +0 -0
  1635. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc +0 -0
  1636. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc +0 -0
  1637. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc +0 -0
  1638. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc +0 -0
  1639. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py +102 -0
  1640. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py +277 -0
  1641. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py +121 -0
  1642. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py +1 -0
  1643. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  1644. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc +0 -0
  1645. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc +0 -0
  1646. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc +0 -0
  1647. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc +0 -0
  1648. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc +0 -0
  1649. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc +0 -0
  1650. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py +76 -0
  1651. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py +294 -0
  1652. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py +189 -0
  1653. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py +57 -0
  1654. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py +49 -0
  1655. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py +131 -0
  1656. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py +180 -0
  1657. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py +195 -0
  1658. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +33 -0
  1659. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
  1660. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
  1661. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc +0 -0
  1662. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc +0 -0
  1663. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc +0 -0
  1664. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc +0 -0
  1665. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc +0 -0
  1666. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc +0 -0
  1667. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
  1668. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
  1669. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
  1670. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc +0 -0
  1671. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc +0 -0
  1672. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +1138 -0
  1673. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py +1359 -0
  1674. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py +508 -0
  1675. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py +1303 -0
  1676. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py +384 -0
  1677. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py +167 -0
  1678. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py +1068 -0
  1679. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +358 -0
  1680. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +452 -0
  1681. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +2025 -0
  1682. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py +751 -0
  1683. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py +1099 -0
  1684. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +54 -0
  1685. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +4 -0
  1686. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
  1687. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
  1688. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
  1689. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +1399 -0
  1690. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +44 -0
  1691. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
  1692. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
  1693. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
  1694. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
  1695. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
  1696. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
  1697. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
  1698. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
  1699. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +112 -0
  1700. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +13 -0
  1701. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py +400 -0
  1702. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +4246 -0
  1703. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +54 -0
  1704. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +2 -0
  1705. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +8600 -0
  1706. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +57 -0
  1707. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
  1708. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
  1709. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
  1710. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
  1711. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +48 -0
  1712. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +193 -0
  1713. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +1010 -0
  1714. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py +26 -0
  1715. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +25 -0
  1716. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc +0 -0
  1717. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1718. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1719. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1720. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1721. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1722. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1723. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1724. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1725. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1726. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1727. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +301 -0
  1728. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +136 -0
  1729. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +61 -0
  1730. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +304 -0
  1731. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +146 -0
  1732. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +802 -0
  1733. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +487 -0
  1734. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +136 -0
  1735. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +504 -0
  1736. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +3361 -0
  1737. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  1738. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +566 -0
  1739. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +53 -0
  1740. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  1741. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  1742. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  1743. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  1744. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  1745. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  1746. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  1747. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  1748. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +210 -0
  1749. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +223 -0
  1750. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +91 -0
  1751. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +223 -0
  1752. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +4 -0
  1753. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +255 -0
  1754. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +82 -0
  1755. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +17 -0
  1756. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
  1757. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
  1758. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc +0 -0
  1759. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
  1760. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
  1761. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
  1762. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
  1763. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
  1764. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
  1765. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
  1766. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
  1767. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
  1768. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
  1769. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
  1770. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
  1771. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
  1772. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py +668 -0
  1773. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +70 -0
  1774. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +71 -0
  1775. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
  1776. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
  1777. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +124 -0
  1778. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +158 -0
  1779. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
  1780. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
  1781. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc +0 -0
  1782. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc +0 -0
  1783. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc +0 -0
  1784. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc +0 -0
  1785. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc +0 -0
  1786. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc +0 -0
  1787. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc +0 -0
  1788. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc +0 -0
  1789. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc +0 -0
  1790. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc +0 -0
  1791. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc +0 -0
  1792. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc +0 -0
  1793. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +23 -0
  1794. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py +108 -0
  1795. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py +170 -0
  1796. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py +989 -0
  1797. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py +645 -0
  1798. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py +154 -0
  1799. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py +521 -0
  1800. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py +161 -0
  1801. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +83 -0
  1802. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py +146 -0
  1803. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py +188 -0
  1804. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py +127 -0
  1805. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py +338 -0
  1806. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +943 -0
  1807. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +362 -0
  1808. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
  1809. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
  1810. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
  1811. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +559 -0
  1812. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +1198 -0
  1813. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +43 -0
  1814. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +88 -0
  1815. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
  1816. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +104 -0
  1817. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +217 -0
  1818. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +197 -0
  1819. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +103 -0
  1820. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
  1821. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +213 -0
  1822. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +153 -0
  1823. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +330 -0
  1824. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py +322 -0
  1825. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc +0 -0
  1826. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc +0 -0
  1827. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc +0 -0
  1828. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc +0 -0
  1829. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc +0 -0
  1830. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc +0 -0
  1831. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc +0 -0
  1832. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc +0 -0
  1833. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc +0 -0
  1834. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc +0 -0
  1835. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py +217 -0
  1836. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py +432 -0
  1837. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py +6115 -0
  1838. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py +656 -0
  1839. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc +0 -0
  1840. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py +299 -0
  1841. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py +1100 -0
  1842. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py +796 -0
  1843. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py +331 -0
  1844. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py +361 -0
  1845. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py +284 -0
  1846. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +23 -0
  1847. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
  1848. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc +0 -0
  1849. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
  1850. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py +8 -0
  1851. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +330 -0
  1852. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +18 -0
  1853. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
  1854. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
  1855. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +353 -0
  1856. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +182 -0
  1857. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
  1858. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
  1859. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
  1860. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
  1861. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
  1862. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
  1863. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
  1864. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
  1865. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
  1866. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
  1867. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
  1868. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
  1869. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
  1870. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
  1871. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
  1872. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
  1873. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
  1874. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
  1875. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +14 -0
  1876. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +50 -0
  1877. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +538 -0
  1878. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py +157 -0
  1879. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +315 -0
  1880. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +24 -0
  1881. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +67 -0
  1882. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +561 -0
  1883. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +141 -0
  1884. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py +131 -0
  1885. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +33 -0
  1886. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py +1034 -0
  1887. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +16 -0
  1888. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +833 -0
  1889. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +128 -0
  1890. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +99 -0
  1891. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +1088 -0
  1892. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +26 -0
  1893. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  1894. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
  1895. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
  1896. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc +0 -0
  1897. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
  1898. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
  1899. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1900. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc +0 -0
  1901. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +6 -0
  1902. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +133 -0
  1903. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +43 -0
  1904. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py +547 -0
  1905. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +170 -0
  1906. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +177 -0
  1907. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +274 -0
  1908. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
  1909. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
  1910. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
  1911. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
  1912. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
  1913. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
  1914. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
  1915. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
  1916. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
  1917. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
  1918. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
  1919. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
  1920. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
  1921. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
  1922. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
  1923. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
  1924. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
  1925. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
  1926. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
  1927. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
  1928. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
  1929. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
  1930. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
  1931. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
  1932. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
  1933. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
  1934. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
  1935. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
  1936. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
  1937. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
  1938. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
  1939. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
  1940. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
  1941. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
  1942. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
  1943. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
  1944. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
  1945. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
  1946. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
  1947. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
  1948. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
  1949. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
  1950. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
  1951. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
  1952. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
  1953. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
  1954. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
  1955. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
  1956. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
  1957. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
  1958. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
  1959. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
  1960. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
  1961. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
  1962. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
  1963. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
  1964. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
  1965. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
  1966. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
  1967. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
  1968. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
  1969. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
  1970. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
  1971. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
  1972. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
  1973. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
  1974. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
  1975. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
  1976. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
  1977. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
  1978. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
  1979. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
  1980. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
  1981. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
  1982. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
  1983. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
  1984. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
  1985. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +451 -0
  1986. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
  1987. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
  1988. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +76 -0
  1989. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +10 -0
  1990. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +24 -0
  1991. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +270 -0
  1992. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +94 -0
  1993. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +43 -0
  1994. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +69 -0
  1995. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +309 -0
  1996. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +17 -0
  1997. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +160 -0
  1998. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +482 -0
  1999. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +16 -0
  2000. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +19 -0
  2001. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +662 -0
  2002. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +72 -0
  2003. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
  2004. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +56 -0
  2005. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +33 -0
  2006. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py +311 -0
  2007. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +240 -0
  2008. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +94 -0
  2009. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py +517 -0
  2010. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +154 -0
  2011. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py +622 -0
  2012. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
  2013. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +187 -0
  2014. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py +2633 -0
  2015. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +37 -0
  2016. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +167 -0
  2017. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py +225 -0
  2018. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +190 -0
  2019. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +37 -0
  2020. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +96 -0
  2021. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +34 -0
  2022. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +57 -0
  2023. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +89 -0
  2024. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +232 -0
  2025. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py +140 -0
  2026. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +101 -0
  2027. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +443 -0
  2028. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py +375 -0
  2029. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +113 -0
  2030. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +289 -0
  2031. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +246 -0
  2032. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +151 -0
  2033. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +141 -0
  2034. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +34 -0
  2035. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +100 -0
  2036. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +308 -0
  2037. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +994 -0
  2038. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +1702 -0
  2039. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +224 -0
  2040. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +376 -0
  2041. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +42 -0
  2042. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py +10 -0
  2043. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +149 -0
  2044. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +130 -0
  2045. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +86 -0
  2046. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +54 -0
  2047. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +739 -0
  2048. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +137 -0
  2049. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py +132 -0
  2050. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py +796 -0
  2051. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +42 -0
  2052. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +948 -0
  2053. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py +1002 -0
  2054. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
  2055. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py +1307 -0
  2056. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +115 -0
  2057. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +5 -0
  2058. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +756 -0
  2059. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +251 -0
  2060. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/six.py +998 -0
  2061. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py +608 -0
  2062. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc +0 -0
  2063. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc +0 -0
  2064. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc +0 -0
  2065. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc +0 -0
  2066. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc +0 -0
  2067. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc +0 -0
  2068. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc +0 -0
  2069. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc +0 -0
  2070. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc +0 -0
  2071. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc +0 -0
  2072. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc +0 -0
  2073. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py +94 -0
  2074. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py +76 -0
  2075. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py +51 -0
  2076. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py +46 -0
  2077. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py +71 -0
  2078. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py +43 -0
  2079. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py +272 -0
  2080. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py +103 -0
  2081. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py +59 -0
  2082. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py +228 -0
  2083. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +11 -0
  2084. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  2085. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  2086. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  2087. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  2088. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +691 -0
  2089. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +107 -0
  2090. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +10 -0
  2091. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +13 -0
  2092. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
  2093. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
  2094. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
  2095. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
  2096. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
  2097. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
  2098. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +302 -0
  2099. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +501 -0
  2100. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +66 -0
  2101. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +31 -0
  2102. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +554 -0
  2103. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py +3072 -0
  2104. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
  2105. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
  2106. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
  2107. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
  2108. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
  2109. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
  2110. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
  2111. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
  2112. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
  2113. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
  2114. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
  2115. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
  2116. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +355 -0
  2117. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +2 -0
  2118. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +572 -0
  2119. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +1137 -0
  2120. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  2121. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
  2122. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
  2123. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
  2124. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
  2125. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
  2126. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
  2127. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
  2128. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +36 -0
  2129. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  2130. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
  2131. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
  2132. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
  2133. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +519 -0
  2134. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
  2135. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
  2136. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
  2137. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
  2138. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +921 -0
  2139. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
  2140. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
  2141. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +274 -0
  2142. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
  2143. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  2144. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
  2145. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
  2146. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  2147. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  2148. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
  2149. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
  2150. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +51 -0
  2151. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +155 -0
  2152. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
  2153. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +556 -0
  2154. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +191 -0
  2155. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +879 -0
  2156. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
  2157. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
  2158. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
  2159. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
  2160. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
  2161. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
  2162. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
  2163. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
  2164. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
  2165. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
  2166. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
  2167. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
  2168. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
  2169. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
  2170. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +149 -0
  2171. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
  2172. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
  2173. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
  2174. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
  2175. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +622 -0
  2176. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +495 -0
  2177. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
  2178. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
  2179. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +271 -0
  2180. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
  2181. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
  2182. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt +24 -0
  2183. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py +342 -0
  2184. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc +0 -0
  2185. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc +0 -0
  2186. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc +0 -0
  2187. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc +0 -0
  2188. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc +0 -0
  2189. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py +231 -0
  2190. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py +59 -0
  2191. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py +153 -0
  2192. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py +325 -0
  2193. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip/py.typed +4 -0
  2194. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt +760 -0
  2195. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER +1 -0
  2196. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt +20 -0
  2197. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA +88 -0
  2198. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD +1005 -0
  2199. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED +0 -0
  2200. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL +5 -0
  2201. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt +4 -0
  2202. package/livronovo-com-template/venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt +1 -0
  2203. package/livronovo-com-template/venv/pyvenv.cfg +5 -0
  2204. package/package.json +3 -2
  2205. package/src/interactiveMenu.js +97 -0
  2206. package/src/templateProcessor.js +102 -0
  2207. package/teste-menu-interativo/memory/memory.json +22 -0
  2208. package/teste-menu-interativo/venv/bin/Activate.ps1 +247 -0
  2209. package/teste-menu-interativo/venv/bin/activate +70 -0
  2210. package/teste-menu-interativo/venv/bin/activate.csh +27 -0
  2211. package/teste-menu-interativo/venv/bin/activate.fish +69 -0
  2212. package/teste-menu-interativo/venv/bin/pip +8 -0
  2213. package/teste-menu-interativo/venv/bin/pip3 +8 -0
  2214. package/teste-menu-interativo/venv/bin/pip3.12 +8 -0
  2215. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/__init__.py +13 -0
  2216. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/__main__.py +24 -0
  2217. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/__pip-runner__.py +50 -0
  2218. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
  2219. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
  2220. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
  2221. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__init__.py +18 -0
  2222. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
  2223. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
  2224. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
  2225. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
  2226. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
  2227. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
  2228. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
  2229. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
  2230. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
  2231. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/build_env.py +311 -0
  2232. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cache.py +290 -0
  2233. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +4 -0
  2234. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  2235. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
  2236. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
  2237. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
  2238. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
  2239. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
  2240. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
  2241. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
  2242. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
  2243. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
  2244. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
  2245. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
  2246. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +172 -0
  2247. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +236 -0
  2248. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +1074 -0
  2249. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +27 -0
  2250. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py +79 -0
  2251. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +134 -0
  2252. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py +294 -0
  2253. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +68 -0
  2254. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +505 -0
  2255. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +159 -0
  2256. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +6 -0
  2257. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +132 -0
  2258. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  2259. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
  2260. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
  2261. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
  2262. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
  2263. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
  2264. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
  2265. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
  2266. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
  2267. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
  2268. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
  2269. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
  2270. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
  2271. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
  2272. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
  2273. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
  2274. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
  2275. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
  2276. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py +225 -0
  2277. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py +54 -0
  2278. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py +130 -0
  2279. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +280 -0
  2280. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py +201 -0
  2281. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py +147 -0
  2282. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +109 -0
  2283. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py +59 -0
  2284. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py +41 -0
  2285. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py +139 -0
  2286. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +92 -0
  2287. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py +774 -0
  2288. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py +370 -0
  2289. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py +174 -0
  2290. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py +189 -0
  2291. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +113 -0
  2292. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +183 -0
  2293. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/configuration.py +383 -0
  2294. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +21 -0
  2295. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
  2296. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
  2297. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
  2298. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
  2299. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
  2300. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py +51 -0
  2301. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +29 -0
  2302. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +156 -0
  2303. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +40 -0
  2304. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py +728 -0
  2305. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py +2 -0
  2306. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
  2307. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
  2308. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
  2309. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
  2310. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py +507 -0
  2311. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +1027 -0
  2312. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py +285 -0
  2313. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +467 -0
  2314. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
  2315. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
  2316. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
  2317. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
  2318. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +172 -0
  2319. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +213 -0
  2320. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py +81 -0
  2321. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/main.py +12 -0
  2322. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +128 -0
  2323. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  2324. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
  2325. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
  2326. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
  2327. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +84 -0
  2328. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py +702 -0
  2329. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +6 -0
  2330. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
  2331. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
  2332. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
  2333. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
  2334. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +55 -0
  2335. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +227 -0
  2336. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +189 -0
  2337. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +278 -0
  2338. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py +2 -0
  2339. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
  2340. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
  2341. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
  2342. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
  2343. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
  2344. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
  2345. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
  2346. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
  2347. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
  2348. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
  2349. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
  2350. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
  2351. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py +30 -0
  2352. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +235 -0
  2353. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py +78 -0
  2354. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/index.py +28 -0
  2355. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +56 -0
  2356. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/link.py +579 -0
  2357. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py +31 -0
  2358. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +132 -0
  2359. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +51 -0
  2360. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py +122 -0
  2361. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py +92 -0
  2362. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py +2 -0
  2363. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
  2364. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
  2365. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
  2366. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
  2367. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
  2368. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
  2369. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
  2370. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
  2371. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py +561 -0
  2372. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py +106 -0
  2373. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/download.py +186 -0
  2374. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +210 -0
  2375. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/session.py +520 -0
  2376. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py +96 -0
  2377. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +62 -0
  2378. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
  2379. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
  2380. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
  2381. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
  2382. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
  2383. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  2384. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
  2385. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
  2386. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
  2387. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
  2388. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
  2389. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
  2390. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
  2391. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
  2392. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +139 -0
  2393. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +39 -0
  2394. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +41 -0
  2395. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +74 -0
  2396. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +37 -0
  2397. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +46 -0
  2398. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +102 -0
  2399. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py +187 -0
  2400. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +255 -0
  2401. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +2 -0
  2402. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
  2403. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
  2404. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
  2405. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +46 -0
  2406. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +734 -0
  2407. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +730 -0
  2408. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py +179 -0
  2409. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py +92 -0
  2410. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
  2411. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
  2412. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
  2413. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
  2414. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
  2415. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
  2416. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py +576 -0
  2417. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py +554 -0
  2418. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py +923 -0
  2419. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py +119 -0
  2420. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +649 -0
  2421. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
  2422. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
  2423. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
  2424. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py +20 -0
  2425. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  2426. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
  2427. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
  2428. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +598 -0
  2429. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  2430. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  2431. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
  2432. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
  2433. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
  2434. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
  2435. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
  2436. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
  2437. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
  2438. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
  2439. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +141 -0
  2440. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +597 -0
  2441. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +812 -0
  2442. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +155 -0
  2443. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +255 -0
  2444. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +80 -0
  2445. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +166 -0
  2446. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +317 -0
  2447. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +248 -0
  2448. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
  2449. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  2450. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
  2451. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
  2452. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
  2453. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
  2454. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
  2455. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
  2456. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
  2457. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
  2458. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
  2459. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc +0 -0
  2460. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
  2461. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
  2462. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
  2463. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
  2464. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
  2465. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
  2466. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
  2467. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc +0 -0
  2468. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
  2469. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
  2470. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
  2471. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
  2472. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
  2473. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
  2474. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
  2475. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
  2476. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +109 -0
  2477. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py +38 -0
  2478. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +52 -0
  2479. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py +63 -0
  2480. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +165 -0
  2481. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +11 -0
  2482. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +120 -0
  2483. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
  2484. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +80 -0
  2485. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py +36 -0
  2486. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +84 -0
  2487. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +153 -0
  2488. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +27 -0
  2489. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +88 -0
  2490. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +151 -0
  2491. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py +348 -0
  2492. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py +783 -0
  2493. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py +39 -0
  2494. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +57 -0
  2495. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +146 -0
  2496. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +260 -0
  2497. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +296 -0
  2498. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +257 -0
  2499. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py +62 -0
  2500. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +104 -0
  2501. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +134 -0
  2502. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +15 -0
  2503. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
  2504. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
  2505. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
  2506. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
  2507. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
  2508. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
  2509. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +112 -0
  2510. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py +526 -0
  2511. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +163 -0
  2512. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +324 -0
  2513. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +705 -0
  2514. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +354 -0
  2515. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py +121 -0
  2516. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  2517. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc +0 -0
  2518. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  2519. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +28 -0
  2520. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
  2521. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
  2522. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
  2523. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
  2524. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
  2525. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
  2526. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
  2527. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
  2528. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
  2529. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +70 -0
  2530. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +161 -0
  2531. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +74 -0
  2532. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +8 -0
  2533. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
  2534. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
  2535. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
  2536. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +181 -0
  2537. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +48 -0
  2538. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +494 -0
  2539. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +119 -0
  2540. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +154 -0
  2541. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +206 -0
  2542. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +43 -0
  2543. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +4 -0
  2544. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +12 -0
  2545. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
  2546. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
  2547. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
  2548. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +4635 -0
  2549. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +119 -0
  2550. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py +115 -0
  2551. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc +0 -0
  2552. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc +0 -0
  2553. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc +0 -0
  2554. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc +0 -0
  2555. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc +0 -0
  2556. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc +0 -0
  2557. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc +0 -0
  2558. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc +0 -0
  2559. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc +0 -0
  2560. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc +0 -0
  2561. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc +0 -0
  2562. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc +0 -0
  2563. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc +0 -0
  2564. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc +0 -0
  2565. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc +0 -0
  2566. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc +0 -0
  2567. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc +0 -0
  2568. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc +0 -0
  2569. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc +0 -0
  2570. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc +0 -0
  2571. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc +0 -0
  2572. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc +0 -0
  2573. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc +0 -0
  2574. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc +0 -0
  2575. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc +0 -0
  2576. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc +0 -0
  2577. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc +0 -0
  2578. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc +0 -0
  2579. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc +0 -0
  2580. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc +0 -0
  2581. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc +0 -0
  2582. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc +0 -0
  2583. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc +0 -0
  2584. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc +0 -0
  2585. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc +0 -0
  2586. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc +0 -0
  2587. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc +0 -0
  2588. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc +0 -0
  2589. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc +0 -0
  2590. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc +0 -0
  2591. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc +0 -0
  2592. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc +0 -0
  2593. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc +0 -0
  2594. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc +0 -0
  2595. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py +386 -0
  2596. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py +47 -0
  2597. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py +261 -0
  2598. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py +106 -0
  2599. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py +147 -0
  2600. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py +0 -0
  2601. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  2602. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc +0 -0
  2603. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py +112 -0
  2604. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py +90 -0
  2605. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py +19 -0
  2606. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py +49 -0
  2607. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py +85 -0
  2608. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py +102 -0
  2609. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py +261 -0
  2610. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py +102 -0
  2611. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py +196 -0
  2612. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py +47 -0
  2613. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py +388 -0
  2614. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py +47 -0
  2615. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py +284 -0
  2616. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py +47 -0
  2617. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py +316 -0
  2618. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py +325 -0
  2619. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py +2382 -0
  2620. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py +47 -0
  2621. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py +238 -0
  2622. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py +4649 -0
  2623. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py +4397 -0
  2624. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py +4380 -0
  2625. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py +4649 -0
  2626. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py +5725 -0
  2627. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py +4380 -0
  2628. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py +4380 -0
  2629. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py +147 -0
  2630. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py +162 -0
  2631. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py +95 -0
  2632. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py +57 -0
  2633. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py +661 -0
  2634. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py +0 -0
  2635. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  2636. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc +0 -0
  2637. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py +352 -0
  2638. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py +16 -0
  2639. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py +162 -0
  2640. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py +88 -0
  2641. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py +105 -0
  2642. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py +362 -0
  2643. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py +225 -0
  2644. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py +82 -0
  2645. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py +9 -0
  2646. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py +7 -0
  2647. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc +0 -0
  2648. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc +0 -0
  2649. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc +0 -0
  2650. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc +0 -0
  2651. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc +0 -0
  2652. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc +0 -0
  2653. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py +102 -0
  2654. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py +277 -0
  2655. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py +121 -0
  2656. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py +1 -0
  2657. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  2658. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc +0 -0
  2659. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc +0 -0
  2660. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc +0 -0
  2661. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc +0 -0
  2662. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc +0 -0
  2663. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc +0 -0
  2664. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py +76 -0
  2665. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py +294 -0
  2666. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py +189 -0
  2667. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py +57 -0
  2668. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py +49 -0
  2669. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py +131 -0
  2670. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py +180 -0
  2671. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py +195 -0
  2672. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +33 -0
  2673. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
  2674. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
  2675. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc +0 -0
  2676. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc +0 -0
  2677. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc +0 -0
  2678. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc +0 -0
  2679. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc +0 -0
  2680. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc +0 -0
  2681. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
  2682. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
  2683. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
  2684. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc +0 -0
  2685. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc +0 -0
  2686. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +1138 -0
  2687. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py +1359 -0
  2688. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py +508 -0
  2689. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py +1303 -0
  2690. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py +384 -0
  2691. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py +167 -0
  2692. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py +1068 -0
  2693. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +358 -0
  2694. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +452 -0
  2695. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +2025 -0
  2696. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py +751 -0
  2697. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py +1099 -0
  2698. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +54 -0
  2699. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +4 -0
  2700. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
  2701. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
  2702. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
  2703. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +1399 -0
  2704. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +44 -0
  2705. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
  2706. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
  2707. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
  2708. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
  2709. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
  2710. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
  2711. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
  2712. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
  2713. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +112 -0
  2714. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +13 -0
  2715. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py +400 -0
  2716. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +4246 -0
  2717. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +54 -0
  2718. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +2 -0
  2719. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +8600 -0
  2720. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +57 -0
  2721. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
  2722. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
  2723. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
  2724. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
  2725. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +48 -0
  2726. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +193 -0
  2727. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +1010 -0
  2728. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py +26 -0
  2729. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +25 -0
  2730. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc +0 -0
  2731. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  2732. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  2733. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  2734. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  2735. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  2736. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  2737. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  2738. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  2739. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  2740. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  2741. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +301 -0
  2742. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +136 -0
  2743. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +61 -0
  2744. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +304 -0
  2745. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +146 -0
  2746. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +802 -0
  2747. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +487 -0
  2748. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +136 -0
  2749. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +504 -0
  2750. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +3361 -0
  2751. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  2752. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +566 -0
  2753. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +53 -0
  2754. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  2755. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  2756. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  2757. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  2758. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  2759. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  2760. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  2761. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  2762. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +210 -0
  2763. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +223 -0
  2764. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +91 -0
  2765. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +223 -0
  2766. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +4 -0
  2767. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +255 -0
  2768. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +82 -0
  2769. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +17 -0
  2770. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
  2771. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
  2772. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc +0 -0
  2773. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
  2774. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
  2775. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
  2776. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
  2777. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
  2778. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
  2779. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
  2780. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
  2781. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
  2782. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
  2783. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
  2784. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
  2785. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
  2786. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py +668 -0
  2787. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +70 -0
  2788. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +71 -0
  2789. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
  2790. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
  2791. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +124 -0
  2792. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +158 -0
  2793. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
  2794. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
  2795. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc +0 -0
  2796. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc +0 -0
  2797. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc +0 -0
  2798. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc +0 -0
  2799. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc +0 -0
  2800. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc +0 -0
  2801. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc +0 -0
  2802. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc +0 -0
  2803. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc +0 -0
  2804. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc +0 -0
  2805. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc +0 -0
  2806. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc +0 -0
  2807. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +23 -0
  2808. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py +108 -0
  2809. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py +170 -0
  2810. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py +989 -0
  2811. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py +645 -0
  2812. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py +154 -0
  2813. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py +521 -0
  2814. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py +161 -0
  2815. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +83 -0
  2816. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py +146 -0
  2817. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py +188 -0
  2818. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py +127 -0
  2819. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py +338 -0
  2820. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +943 -0
  2821. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +362 -0
  2822. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
  2823. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
  2824. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
  2825. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +559 -0
  2826. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +1198 -0
  2827. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +43 -0
  2828. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +88 -0
  2829. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
  2830. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +104 -0
  2831. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +217 -0
  2832. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +197 -0
  2833. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +103 -0
  2834. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
  2835. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +213 -0
  2836. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +153 -0
  2837. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +330 -0
  2838. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py +322 -0
  2839. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc +0 -0
  2840. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc +0 -0
  2841. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc +0 -0
  2842. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc +0 -0
  2843. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc +0 -0
  2844. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc +0 -0
  2845. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc +0 -0
  2846. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc +0 -0
  2847. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc +0 -0
  2848. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc +0 -0
  2849. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py +217 -0
  2850. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py +432 -0
  2851. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py +6115 -0
  2852. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py +656 -0
  2853. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc +0 -0
  2854. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py +299 -0
  2855. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py +1100 -0
  2856. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py +796 -0
  2857. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py +331 -0
  2858. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py +361 -0
  2859. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py +284 -0
  2860. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +23 -0
  2861. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
  2862. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc +0 -0
  2863. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
  2864. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py +8 -0
  2865. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +330 -0
  2866. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +18 -0
  2867. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
  2868. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
  2869. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +353 -0
  2870. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +182 -0
  2871. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
  2872. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
  2873. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
  2874. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
  2875. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
  2876. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
  2877. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
  2878. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
  2879. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
  2880. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
  2881. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
  2882. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
  2883. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
  2884. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
  2885. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
  2886. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
  2887. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
  2888. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
  2889. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +14 -0
  2890. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +50 -0
  2891. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +538 -0
  2892. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py +157 -0
  2893. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +315 -0
  2894. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +24 -0
  2895. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +67 -0
  2896. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +561 -0
  2897. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +141 -0
  2898. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py +131 -0
  2899. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +33 -0
  2900. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py +1034 -0
  2901. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +16 -0
  2902. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +833 -0
  2903. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +128 -0
  2904. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +99 -0
  2905. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +1088 -0
  2906. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +26 -0
  2907. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  2908. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
  2909. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
  2910. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc +0 -0
  2911. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
  2912. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
  2913. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  2914. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc +0 -0
  2915. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +6 -0
  2916. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +133 -0
  2917. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +43 -0
  2918. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py +547 -0
  2919. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +170 -0
  2920. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +177 -0
  2921. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +274 -0
  2922. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
  2923. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
  2924. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
  2925. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
  2926. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
  2927. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
  2928. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
  2929. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
  2930. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
  2931. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
  2932. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
  2933. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
  2934. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
  2935. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
  2936. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
  2937. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
  2938. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
  2939. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
  2940. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
  2941. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
  2942. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
  2943. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
  2944. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
  2945. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
  2946. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
  2947. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
  2948. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
  2949. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
  2950. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
  2951. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
  2952. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
  2953. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
  2954. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
  2955. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
  2956. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
  2957. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
  2958. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
  2959. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
  2960. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
  2961. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
  2962. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
  2963. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
  2964. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
  2965. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
  2966. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
  2967. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
  2968. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
  2969. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
  2970. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
  2971. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
  2972. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
  2973. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
  2974. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
  2975. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
  2976. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
  2977. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
  2978. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
  2979. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
  2980. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
  2981. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
  2982. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
  2983. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
  2984. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
  2985. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
  2986. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
  2987. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
  2988. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
  2989. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
  2990. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
  2991. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
  2992. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
  2993. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
  2994. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
  2995. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
  2996. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
  2997. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
  2998. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
  2999. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +451 -0
  3000. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
  3001. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
  3002. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +76 -0
  3003. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +10 -0
  3004. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +24 -0
  3005. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +270 -0
  3006. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +94 -0
  3007. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +43 -0
  3008. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +69 -0
  3009. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +309 -0
  3010. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +17 -0
  3011. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +160 -0
  3012. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +482 -0
  3013. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +16 -0
  3014. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +19 -0
  3015. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +662 -0
  3016. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +72 -0
  3017. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
  3018. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +56 -0
  3019. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +33 -0
  3020. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py +311 -0
  3021. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +240 -0
  3022. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +94 -0
  3023. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py +517 -0
  3024. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +154 -0
  3025. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py +622 -0
  3026. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
  3027. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +187 -0
  3028. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py +2633 -0
  3029. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +37 -0
  3030. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +167 -0
  3031. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py +225 -0
  3032. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +190 -0
  3033. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +37 -0
  3034. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +96 -0
  3035. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +34 -0
  3036. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +57 -0
  3037. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +89 -0
  3038. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +232 -0
  3039. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py +140 -0
  3040. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +101 -0
  3041. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +443 -0
  3042. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py +375 -0
  3043. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +113 -0
  3044. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +289 -0
  3045. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +246 -0
  3046. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +151 -0
  3047. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +141 -0
  3048. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +34 -0
  3049. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +100 -0
  3050. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +308 -0
  3051. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +994 -0
  3052. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +1702 -0
  3053. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +224 -0
  3054. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +376 -0
  3055. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +42 -0
  3056. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py +10 -0
  3057. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +149 -0
  3058. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +130 -0
  3059. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +86 -0
  3060. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +54 -0
  3061. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +739 -0
  3062. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +137 -0
  3063. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py +132 -0
  3064. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py +796 -0
  3065. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +42 -0
  3066. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +948 -0
  3067. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py +1002 -0
  3068. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
  3069. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py +1307 -0
  3070. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +115 -0
  3071. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +5 -0
  3072. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +756 -0
  3073. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +251 -0
  3074. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/six.py +998 -0
  3075. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py +608 -0
  3076. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc +0 -0
  3077. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc +0 -0
  3078. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc +0 -0
  3079. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc +0 -0
  3080. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc +0 -0
  3081. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc +0 -0
  3082. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc +0 -0
  3083. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc +0 -0
  3084. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc +0 -0
  3085. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc +0 -0
  3086. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc +0 -0
  3087. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py +94 -0
  3088. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py +76 -0
  3089. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py +51 -0
  3090. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py +46 -0
  3091. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py +71 -0
  3092. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py +43 -0
  3093. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py +272 -0
  3094. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py +103 -0
  3095. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py +59 -0
  3096. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py +228 -0
  3097. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +11 -0
  3098. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  3099. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  3100. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  3101. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  3102. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +691 -0
  3103. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +107 -0
  3104. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +10 -0
  3105. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +13 -0
  3106. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
  3107. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
  3108. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
  3109. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
  3110. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
  3111. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
  3112. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +302 -0
  3113. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +501 -0
  3114. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +66 -0
  3115. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +31 -0
  3116. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +554 -0
  3117. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py +3072 -0
  3118. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
  3119. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
  3120. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
  3121. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
  3122. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
  3123. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
  3124. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
  3125. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
  3126. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
  3127. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
  3128. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
  3129. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
  3130. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +355 -0
  3131. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +2 -0
  3132. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +572 -0
  3133. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +1137 -0
  3134. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  3135. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
  3136. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
  3137. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
  3138. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
  3139. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
  3140. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
  3141. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
  3142. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +36 -0
  3143. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  3144. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
  3145. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
  3146. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
  3147. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +519 -0
  3148. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
  3149. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
  3150. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
  3151. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
  3152. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +921 -0
  3153. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
  3154. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
  3155. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +274 -0
  3156. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
  3157. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  3158. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
  3159. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
  3160. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  3161. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  3162. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
  3163. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
  3164. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +51 -0
  3165. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +155 -0
  3166. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
  3167. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +556 -0
  3168. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +191 -0
  3169. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +879 -0
  3170. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
  3171. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
  3172. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
  3173. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
  3174. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
  3175. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
  3176. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
  3177. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
  3178. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
  3179. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
  3180. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
  3181. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
  3182. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
  3183. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
  3184. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +149 -0
  3185. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
  3186. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
  3187. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
  3188. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
  3189. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +622 -0
  3190. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +495 -0
  3191. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
  3192. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
  3193. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +271 -0
  3194. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
  3195. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
  3196. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt +24 -0
  3197. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py +342 -0
  3198. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc +0 -0
  3199. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc +0 -0
  3200. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc +0 -0
  3201. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc +0 -0
  3202. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc +0 -0
  3203. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py +231 -0
  3204. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py +59 -0
  3205. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py +153 -0
  3206. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py +325 -0
  3207. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip/py.typed +4 -0
  3208. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt +760 -0
  3209. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER +1 -0
  3210. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt +20 -0
  3211. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA +88 -0
  3212. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD +1005 -0
  3213. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED +0 -0
  3214. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL +5 -0
  3215. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt +4 -0
  3216. package/teste-menu-interativo/venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt +1 -0
  3217. package/teste-menu-interativo/venv/pyvenv.cfg +5 -0
@@ -0,0 +1,4649 @@
1
+ from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel
2
+
3
+ # 3: Positive
4
+ # 2: Likely
5
+ # 1: Unlikely
6
+ # 0: Negative
7
+
8
+ HUNGARIAN_LANG_MODEL = {
9
+ 28: { # 'A'
10
+ 28: 0, # 'A'
11
+ 40: 1, # 'B'
12
+ 54: 1, # 'C'
13
+ 45: 2, # 'D'
14
+ 32: 1, # 'E'
15
+ 50: 1, # 'F'
16
+ 49: 2, # 'G'
17
+ 38: 1, # 'H'
18
+ 39: 2, # 'I'
19
+ 53: 1, # 'J'
20
+ 36: 2, # 'K'
21
+ 41: 2, # 'L'
22
+ 34: 1, # 'M'
23
+ 35: 2, # 'N'
24
+ 47: 1, # 'O'
25
+ 46: 2, # 'P'
26
+ 43: 2, # 'R'
27
+ 33: 2, # 'S'
28
+ 37: 2, # 'T'
29
+ 57: 1, # 'U'
30
+ 48: 1, # 'V'
31
+ 55: 1, # 'Y'
32
+ 52: 2, # 'Z'
33
+ 2: 0, # 'a'
34
+ 18: 1, # 'b'
35
+ 26: 1, # 'c'
36
+ 17: 2, # 'd'
37
+ 1: 1, # 'e'
38
+ 27: 1, # 'f'
39
+ 12: 1, # 'g'
40
+ 20: 1, # 'h'
41
+ 9: 1, # 'i'
42
+ 22: 1, # 'j'
43
+ 7: 2, # 'k'
44
+ 6: 2, # 'l'
45
+ 13: 2, # 'm'
46
+ 4: 2, # 'n'
47
+ 8: 0, # 'o'
48
+ 23: 2, # 'p'
49
+ 10: 2, # 'r'
50
+ 5: 1, # 's'
51
+ 3: 1, # 't'
52
+ 21: 1, # 'u'
53
+ 19: 1, # 'v'
54
+ 62: 1, # 'x'
55
+ 16: 0, # 'y'
56
+ 11: 3, # 'z'
57
+ 51: 1, # 'Á'
58
+ 44: 0, # 'É'
59
+ 61: 1, # 'Í'
60
+ 58: 0, # 'Ó'
61
+ 59: 0, # 'Ö'
62
+ 60: 0, # 'Ú'
63
+ 63: 0, # 'Ü'
64
+ 14: 0, # 'á'
65
+ 15: 0, # 'é'
66
+ 30: 0, # 'í'
67
+ 25: 0, # 'ó'
68
+ 24: 0, # 'ö'
69
+ 31: 0, # 'ú'
70
+ 29: 0, # 'ü'
71
+ 42: 0, # 'ő'
72
+ 56: 0, # 'ű'
73
+ },
74
+ 40: { # 'B'
75
+ 28: 2, # 'A'
76
+ 40: 1, # 'B'
77
+ 54: 1, # 'C'
78
+ 45: 1, # 'D'
79
+ 32: 2, # 'E'
80
+ 50: 0, # 'F'
81
+ 49: 0, # 'G'
82
+ 38: 0, # 'H'
83
+ 39: 1, # 'I'
84
+ 53: 1, # 'J'
85
+ 36: 1, # 'K'
86
+ 41: 1, # 'L'
87
+ 34: 0, # 'M'
88
+ 35: 1, # 'N'
89
+ 47: 2, # 'O'
90
+ 46: 0, # 'P'
91
+ 43: 1, # 'R'
92
+ 33: 1, # 'S'
93
+ 37: 1, # 'T'
94
+ 57: 1, # 'U'
95
+ 48: 1, # 'V'
96
+ 55: 0, # 'Y'
97
+ 52: 0, # 'Z'
98
+ 2: 2, # 'a'
99
+ 18: 0, # 'b'
100
+ 26: 0, # 'c'
101
+ 17: 0, # 'd'
102
+ 1: 3, # 'e'
103
+ 27: 0, # 'f'
104
+ 12: 0, # 'g'
105
+ 20: 0, # 'h'
106
+ 9: 2, # 'i'
107
+ 22: 1, # 'j'
108
+ 7: 0, # 'k'
109
+ 6: 1, # 'l'
110
+ 13: 0, # 'm'
111
+ 4: 0, # 'n'
112
+ 8: 2, # 'o'
113
+ 23: 1, # 'p'
114
+ 10: 2, # 'r'
115
+ 5: 0, # 's'
116
+ 3: 0, # 't'
117
+ 21: 3, # 'u'
118
+ 19: 0, # 'v'
119
+ 62: 0, # 'x'
120
+ 16: 1, # 'y'
121
+ 11: 0, # 'z'
122
+ 51: 1, # 'Á'
123
+ 44: 1, # 'É'
124
+ 61: 1, # 'Í'
125
+ 58: 1, # 'Ó'
126
+ 59: 1, # 'Ö'
127
+ 60: 1, # 'Ú'
128
+ 63: 1, # 'Ü'
129
+ 14: 2, # 'á'
130
+ 15: 2, # 'é'
131
+ 30: 1, # 'í'
132
+ 25: 1, # 'ó'
133
+ 24: 1, # 'ö'
134
+ 31: 1, # 'ú'
135
+ 29: 1, # 'ü'
136
+ 42: 1, # 'ő'
137
+ 56: 1, # 'ű'
138
+ },
139
+ 54: { # 'C'
140
+ 28: 1, # 'A'
141
+ 40: 1, # 'B'
142
+ 54: 1, # 'C'
143
+ 45: 1, # 'D'
144
+ 32: 1, # 'E'
145
+ 50: 0, # 'F'
146
+ 49: 0, # 'G'
147
+ 38: 1, # 'H'
148
+ 39: 2, # 'I'
149
+ 53: 1, # 'J'
150
+ 36: 1, # 'K'
151
+ 41: 1, # 'L'
152
+ 34: 1, # 'M'
153
+ 35: 0, # 'N'
154
+ 47: 1, # 'O'
155
+ 46: 1, # 'P'
156
+ 43: 1, # 'R'
157
+ 33: 2, # 'S'
158
+ 37: 1, # 'T'
159
+ 57: 1, # 'U'
160
+ 48: 0, # 'V'
161
+ 55: 1, # 'Y'
162
+ 52: 1, # 'Z'
163
+ 2: 2, # 'a'
164
+ 18: 0, # 'b'
165
+ 26: 0, # 'c'
166
+ 17: 0, # 'd'
167
+ 1: 1, # 'e'
168
+ 27: 0, # 'f'
169
+ 12: 0, # 'g'
170
+ 20: 1, # 'h'
171
+ 9: 1, # 'i'
172
+ 22: 0, # 'j'
173
+ 7: 0, # 'k'
174
+ 6: 1, # 'l'
175
+ 13: 0, # 'm'
176
+ 4: 0, # 'n'
177
+ 8: 2, # 'o'
178
+ 23: 0, # 'p'
179
+ 10: 1, # 'r'
180
+ 5: 3, # 's'
181
+ 3: 0, # 't'
182
+ 21: 1, # 'u'
183
+ 19: 0, # 'v'
184
+ 62: 0, # 'x'
185
+ 16: 1, # 'y'
186
+ 11: 1, # 'z'
187
+ 51: 1, # 'Á'
188
+ 44: 1, # 'É'
189
+ 61: 1, # 'Í'
190
+ 58: 0, # 'Ó'
191
+ 59: 0, # 'Ö'
192
+ 60: 0, # 'Ú'
193
+ 63: 0, # 'Ü'
194
+ 14: 1, # 'á'
195
+ 15: 1, # 'é'
196
+ 30: 1, # 'í'
197
+ 25: 1, # 'ó'
198
+ 24: 0, # 'ö'
199
+ 31: 0, # 'ú'
200
+ 29: 0, # 'ü'
201
+ 42: 0, # 'ő'
202
+ 56: 0, # 'ű'
203
+ },
204
+ 45: { # 'D'
205
+ 28: 2, # 'A'
206
+ 40: 1, # 'B'
207
+ 54: 0, # 'C'
208
+ 45: 1, # 'D'
209
+ 32: 2, # 'E'
210
+ 50: 1, # 'F'
211
+ 49: 1, # 'G'
212
+ 38: 1, # 'H'
213
+ 39: 2, # 'I'
214
+ 53: 1, # 'J'
215
+ 36: 1, # 'K'
216
+ 41: 0, # 'L'
217
+ 34: 1, # 'M'
218
+ 35: 1, # 'N'
219
+ 47: 2, # 'O'
220
+ 46: 0, # 'P'
221
+ 43: 1, # 'R'
222
+ 33: 1, # 'S'
223
+ 37: 1, # 'T'
224
+ 57: 1, # 'U'
225
+ 48: 1, # 'V'
226
+ 55: 1, # 'Y'
227
+ 52: 1, # 'Z'
228
+ 2: 2, # 'a'
229
+ 18: 0, # 'b'
230
+ 26: 0, # 'c'
231
+ 17: 0, # 'd'
232
+ 1: 3, # 'e'
233
+ 27: 0, # 'f'
234
+ 12: 0, # 'g'
235
+ 20: 0, # 'h'
236
+ 9: 1, # 'i'
237
+ 22: 0, # 'j'
238
+ 7: 0, # 'k'
239
+ 6: 0, # 'l'
240
+ 13: 0, # 'm'
241
+ 4: 0, # 'n'
242
+ 8: 1, # 'o'
243
+ 23: 0, # 'p'
244
+ 10: 2, # 'r'
245
+ 5: 0, # 's'
246
+ 3: 0, # 't'
247
+ 21: 2, # 'u'
248
+ 19: 0, # 'v'
249
+ 62: 0, # 'x'
250
+ 16: 1, # 'y'
251
+ 11: 1, # 'z'
252
+ 51: 1, # 'Á'
253
+ 44: 1, # 'É'
254
+ 61: 1, # 'Í'
255
+ 58: 1, # 'Ó'
256
+ 59: 1, # 'Ö'
257
+ 60: 1, # 'Ú'
258
+ 63: 1, # 'Ü'
259
+ 14: 1, # 'á'
260
+ 15: 1, # 'é'
261
+ 30: 1, # 'í'
262
+ 25: 1, # 'ó'
263
+ 24: 1, # 'ö'
264
+ 31: 1, # 'ú'
265
+ 29: 1, # 'ü'
266
+ 42: 1, # 'ő'
267
+ 56: 0, # 'ű'
268
+ },
269
+ 32: { # 'E'
270
+ 28: 1, # 'A'
271
+ 40: 1, # 'B'
272
+ 54: 1, # 'C'
273
+ 45: 1, # 'D'
274
+ 32: 1, # 'E'
275
+ 50: 1, # 'F'
276
+ 49: 2, # 'G'
277
+ 38: 1, # 'H'
278
+ 39: 1, # 'I'
279
+ 53: 1, # 'J'
280
+ 36: 2, # 'K'
281
+ 41: 2, # 'L'
282
+ 34: 2, # 'M'
283
+ 35: 2, # 'N'
284
+ 47: 1, # 'O'
285
+ 46: 1, # 'P'
286
+ 43: 2, # 'R'
287
+ 33: 2, # 'S'
288
+ 37: 2, # 'T'
289
+ 57: 1, # 'U'
290
+ 48: 1, # 'V'
291
+ 55: 1, # 'Y'
292
+ 52: 1, # 'Z'
293
+ 2: 1, # 'a'
294
+ 18: 1, # 'b'
295
+ 26: 1, # 'c'
296
+ 17: 2, # 'd'
297
+ 1: 1, # 'e'
298
+ 27: 1, # 'f'
299
+ 12: 3, # 'g'
300
+ 20: 1, # 'h'
301
+ 9: 1, # 'i'
302
+ 22: 1, # 'j'
303
+ 7: 1, # 'k'
304
+ 6: 2, # 'l'
305
+ 13: 2, # 'm'
306
+ 4: 2, # 'n'
307
+ 8: 0, # 'o'
308
+ 23: 1, # 'p'
309
+ 10: 2, # 'r'
310
+ 5: 2, # 's'
311
+ 3: 1, # 't'
312
+ 21: 2, # 'u'
313
+ 19: 1, # 'v'
314
+ 62: 1, # 'x'
315
+ 16: 0, # 'y'
316
+ 11: 3, # 'z'
317
+ 51: 1, # 'Á'
318
+ 44: 1, # 'É'
319
+ 61: 0, # 'Í'
320
+ 58: 1, # 'Ó'
321
+ 59: 1, # 'Ö'
322
+ 60: 0, # 'Ú'
323
+ 63: 1, # 'Ü'
324
+ 14: 0, # 'á'
325
+ 15: 0, # 'é'
326
+ 30: 0, # 'í'
327
+ 25: 0, # 'ó'
328
+ 24: 1, # 'ö'
329
+ 31: 0, # 'ú'
330
+ 29: 0, # 'ü'
331
+ 42: 0, # 'ő'
332
+ 56: 0, # 'ű'
333
+ },
334
+ 50: { # 'F'
335
+ 28: 1, # 'A'
336
+ 40: 0, # 'B'
337
+ 54: 0, # 'C'
338
+ 45: 0, # 'D'
339
+ 32: 1, # 'E'
340
+ 50: 1, # 'F'
341
+ 49: 0, # 'G'
342
+ 38: 1, # 'H'
343
+ 39: 1, # 'I'
344
+ 53: 1, # 'J'
345
+ 36: 1, # 'K'
346
+ 41: 1, # 'L'
347
+ 34: 1, # 'M'
348
+ 35: 1, # 'N'
349
+ 47: 1, # 'O'
350
+ 46: 0, # 'P'
351
+ 43: 1, # 'R'
352
+ 33: 0, # 'S'
353
+ 37: 1, # 'T'
354
+ 57: 1, # 'U'
355
+ 48: 0, # 'V'
356
+ 55: 1, # 'Y'
357
+ 52: 0, # 'Z'
358
+ 2: 2, # 'a'
359
+ 18: 0, # 'b'
360
+ 26: 0, # 'c'
361
+ 17: 0, # 'd'
362
+ 1: 2, # 'e'
363
+ 27: 1, # 'f'
364
+ 12: 0, # 'g'
365
+ 20: 0, # 'h'
366
+ 9: 2, # 'i'
367
+ 22: 1, # 'j'
368
+ 7: 0, # 'k'
369
+ 6: 1, # 'l'
370
+ 13: 0, # 'm'
371
+ 4: 0, # 'n'
372
+ 8: 2, # 'o'
373
+ 23: 0, # 'p'
374
+ 10: 2, # 'r'
375
+ 5: 0, # 's'
376
+ 3: 0, # 't'
377
+ 21: 1, # 'u'
378
+ 19: 0, # 'v'
379
+ 62: 0, # 'x'
380
+ 16: 0, # 'y'
381
+ 11: 0, # 'z'
382
+ 51: 1, # 'Á'
383
+ 44: 1, # 'É'
384
+ 61: 0, # 'Í'
385
+ 58: 1, # 'Ó'
386
+ 59: 1, # 'Ö'
387
+ 60: 0, # 'Ú'
388
+ 63: 1, # 'Ü'
389
+ 14: 1, # 'á'
390
+ 15: 1, # 'é'
391
+ 30: 0, # 'í'
392
+ 25: 0, # 'ó'
393
+ 24: 2, # 'ö'
394
+ 31: 1, # 'ú'
395
+ 29: 1, # 'ü'
396
+ 42: 1, # 'ő'
397
+ 56: 1, # 'ű'
398
+ },
399
+ 49: { # 'G'
400
+ 28: 2, # 'A'
401
+ 40: 1, # 'B'
402
+ 54: 1, # 'C'
403
+ 45: 1, # 'D'
404
+ 32: 2, # 'E'
405
+ 50: 1, # 'F'
406
+ 49: 1, # 'G'
407
+ 38: 1, # 'H'
408
+ 39: 1, # 'I'
409
+ 53: 1, # 'J'
410
+ 36: 1, # 'K'
411
+ 41: 1, # 'L'
412
+ 34: 1, # 'M'
413
+ 35: 1, # 'N'
414
+ 47: 1, # 'O'
415
+ 46: 1, # 'P'
416
+ 43: 1, # 'R'
417
+ 33: 1, # 'S'
418
+ 37: 1, # 'T'
419
+ 57: 1, # 'U'
420
+ 48: 1, # 'V'
421
+ 55: 2, # 'Y'
422
+ 52: 1, # 'Z'
423
+ 2: 2, # 'a'
424
+ 18: 0, # 'b'
425
+ 26: 0, # 'c'
426
+ 17: 0, # 'd'
427
+ 1: 2, # 'e'
428
+ 27: 0, # 'f'
429
+ 12: 0, # 'g'
430
+ 20: 0, # 'h'
431
+ 9: 1, # 'i'
432
+ 22: 0, # 'j'
433
+ 7: 0, # 'k'
434
+ 6: 1, # 'l'
435
+ 13: 0, # 'm'
436
+ 4: 0, # 'n'
437
+ 8: 2, # 'o'
438
+ 23: 0, # 'p'
439
+ 10: 2, # 'r'
440
+ 5: 0, # 's'
441
+ 3: 0, # 't'
442
+ 21: 1, # 'u'
443
+ 19: 0, # 'v'
444
+ 62: 0, # 'x'
445
+ 16: 2, # 'y'
446
+ 11: 0, # 'z'
447
+ 51: 1, # 'Á'
448
+ 44: 1, # 'É'
449
+ 61: 1, # 'Í'
450
+ 58: 1, # 'Ó'
451
+ 59: 1, # 'Ö'
452
+ 60: 1, # 'Ú'
453
+ 63: 1, # 'Ü'
454
+ 14: 1, # 'á'
455
+ 15: 1, # 'é'
456
+ 30: 0, # 'í'
457
+ 25: 1, # 'ó'
458
+ 24: 1, # 'ö'
459
+ 31: 1, # 'ú'
460
+ 29: 1, # 'ü'
461
+ 42: 1, # 'ő'
462
+ 56: 0, # 'ű'
463
+ },
464
+ 38: { # 'H'
465
+ 28: 2, # 'A'
466
+ 40: 1, # 'B'
467
+ 54: 1, # 'C'
468
+ 45: 0, # 'D'
469
+ 32: 1, # 'E'
470
+ 50: 0, # 'F'
471
+ 49: 0, # 'G'
472
+ 38: 0, # 'H'
473
+ 39: 1, # 'I'
474
+ 53: 0, # 'J'
475
+ 36: 0, # 'K'
476
+ 41: 1, # 'L'
477
+ 34: 0, # 'M'
478
+ 35: 0, # 'N'
479
+ 47: 1, # 'O'
480
+ 46: 0, # 'P'
481
+ 43: 1, # 'R'
482
+ 33: 1, # 'S'
483
+ 37: 1, # 'T'
484
+ 57: 1, # 'U'
485
+ 48: 0, # 'V'
486
+ 55: 1, # 'Y'
487
+ 52: 0, # 'Z'
488
+ 2: 3, # 'a'
489
+ 18: 0, # 'b'
490
+ 26: 0, # 'c'
491
+ 17: 0, # 'd'
492
+ 1: 2, # 'e'
493
+ 27: 0, # 'f'
494
+ 12: 0, # 'g'
495
+ 20: 0, # 'h'
496
+ 9: 2, # 'i'
497
+ 22: 1, # 'j'
498
+ 7: 0, # 'k'
499
+ 6: 1, # 'l'
500
+ 13: 1, # 'm'
501
+ 4: 0, # 'n'
502
+ 8: 3, # 'o'
503
+ 23: 0, # 'p'
504
+ 10: 1, # 'r'
505
+ 5: 0, # 's'
506
+ 3: 0, # 't'
507
+ 21: 2, # 'u'
508
+ 19: 0, # 'v'
509
+ 62: 0, # 'x'
510
+ 16: 1, # 'y'
511
+ 11: 0, # 'z'
512
+ 51: 2, # 'Á'
513
+ 44: 2, # 'É'
514
+ 61: 1, # 'Í'
515
+ 58: 1, # 'Ó'
516
+ 59: 1, # 'Ö'
517
+ 60: 1, # 'Ú'
518
+ 63: 1, # 'Ü'
519
+ 14: 2, # 'á'
520
+ 15: 1, # 'é'
521
+ 30: 2, # 'í'
522
+ 25: 1, # 'ó'
523
+ 24: 1, # 'ö'
524
+ 31: 1, # 'ú'
525
+ 29: 1, # 'ü'
526
+ 42: 1, # 'ő'
527
+ 56: 1, # 'ű'
528
+ },
529
+ 39: { # 'I'
530
+ 28: 2, # 'A'
531
+ 40: 1, # 'B'
532
+ 54: 1, # 'C'
533
+ 45: 1, # 'D'
534
+ 32: 1, # 'E'
535
+ 50: 1, # 'F'
536
+ 49: 1, # 'G'
537
+ 38: 1, # 'H'
538
+ 39: 2, # 'I'
539
+ 53: 1, # 'J'
540
+ 36: 2, # 'K'
541
+ 41: 2, # 'L'
542
+ 34: 1, # 'M'
543
+ 35: 2, # 'N'
544
+ 47: 1, # 'O'
545
+ 46: 1, # 'P'
546
+ 43: 1, # 'R'
547
+ 33: 2, # 'S'
548
+ 37: 1, # 'T'
549
+ 57: 1, # 'U'
550
+ 48: 1, # 'V'
551
+ 55: 0, # 'Y'
552
+ 52: 2, # 'Z'
553
+ 2: 0, # 'a'
554
+ 18: 1, # 'b'
555
+ 26: 1, # 'c'
556
+ 17: 2, # 'd'
557
+ 1: 0, # 'e'
558
+ 27: 1, # 'f'
559
+ 12: 2, # 'g'
560
+ 20: 1, # 'h'
561
+ 9: 0, # 'i'
562
+ 22: 1, # 'j'
563
+ 7: 1, # 'k'
564
+ 6: 2, # 'l'
565
+ 13: 2, # 'm'
566
+ 4: 1, # 'n'
567
+ 8: 0, # 'o'
568
+ 23: 1, # 'p'
569
+ 10: 2, # 'r'
570
+ 5: 2, # 's'
571
+ 3: 2, # 't'
572
+ 21: 0, # 'u'
573
+ 19: 1, # 'v'
574
+ 62: 0, # 'x'
575
+ 16: 0, # 'y'
576
+ 11: 1, # 'z'
577
+ 51: 1, # 'Á'
578
+ 44: 1, # 'É'
579
+ 61: 0, # 'Í'
580
+ 58: 1, # 'Ó'
581
+ 59: 1, # 'Ö'
582
+ 60: 1, # 'Ú'
583
+ 63: 1, # 'Ü'
584
+ 14: 0, # 'á'
585
+ 15: 0, # 'é'
586
+ 30: 0, # 'í'
587
+ 25: 0, # 'ó'
588
+ 24: 0, # 'ö'
589
+ 31: 0, # 'ú'
590
+ 29: 0, # 'ü'
591
+ 42: 0, # 'ő'
592
+ 56: 0, # 'ű'
593
+ },
594
+ 53: { # 'J'
595
+ 28: 2, # 'A'
596
+ 40: 0, # 'B'
597
+ 54: 1, # 'C'
598
+ 45: 1, # 'D'
599
+ 32: 2, # 'E'
600
+ 50: 0, # 'F'
601
+ 49: 0, # 'G'
602
+ 38: 1, # 'H'
603
+ 39: 1, # 'I'
604
+ 53: 1, # 'J'
605
+ 36: 1, # 'K'
606
+ 41: 1, # 'L'
607
+ 34: 1, # 'M'
608
+ 35: 1, # 'N'
609
+ 47: 1, # 'O'
610
+ 46: 0, # 'P'
611
+ 43: 0, # 'R'
612
+ 33: 1, # 'S'
613
+ 37: 1, # 'T'
614
+ 57: 1, # 'U'
615
+ 48: 0, # 'V'
616
+ 55: 0, # 'Y'
617
+ 52: 1, # 'Z'
618
+ 2: 2, # 'a'
619
+ 18: 0, # 'b'
620
+ 26: 0, # 'c'
621
+ 17: 0, # 'd'
622
+ 1: 2, # 'e'
623
+ 27: 0, # 'f'
624
+ 12: 0, # 'g'
625
+ 20: 0, # 'h'
626
+ 9: 1, # 'i'
627
+ 22: 0, # 'j'
628
+ 7: 0, # 'k'
629
+ 6: 0, # 'l'
630
+ 13: 0, # 'm'
631
+ 4: 0, # 'n'
632
+ 8: 1, # 'o'
633
+ 23: 0, # 'p'
634
+ 10: 0, # 'r'
635
+ 5: 0, # 's'
636
+ 3: 0, # 't'
637
+ 21: 2, # 'u'
638
+ 19: 0, # 'v'
639
+ 62: 0, # 'x'
640
+ 16: 0, # 'y'
641
+ 11: 0, # 'z'
642
+ 51: 1, # 'Á'
643
+ 44: 1, # 'É'
644
+ 61: 0, # 'Í'
645
+ 58: 1, # 'Ó'
646
+ 59: 1, # 'Ö'
647
+ 60: 1, # 'Ú'
648
+ 63: 1, # 'Ü'
649
+ 14: 2, # 'á'
650
+ 15: 1, # 'é'
651
+ 30: 0, # 'í'
652
+ 25: 2, # 'ó'
653
+ 24: 2, # 'ö'
654
+ 31: 1, # 'ú'
655
+ 29: 0, # 'ü'
656
+ 42: 1, # 'ő'
657
+ 56: 0, # 'ű'
658
+ },
659
+ 36: { # 'K'
660
+ 28: 2, # 'A'
661
+ 40: 1, # 'B'
662
+ 54: 1, # 'C'
663
+ 45: 1, # 'D'
664
+ 32: 2, # 'E'
665
+ 50: 1, # 'F'
666
+ 49: 0, # 'G'
667
+ 38: 1, # 'H'
668
+ 39: 2, # 'I'
669
+ 53: 1, # 'J'
670
+ 36: 1, # 'K'
671
+ 41: 1, # 'L'
672
+ 34: 1, # 'M'
673
+ 35: 1, # 'N'
674
+ 47: 2, # 'O'
675
+ 46: 0, # 'P'
676
+ 43: 1, # 'R'
677
+ 33: 1, # 'S'
678
+ 37: 1, # 'T'
679
+ 57: 1, # 'U'
680
+ 48: 1, # 'V'
681
+ 55: 1, # 'Y'
682
+ 52: 0, # 'Z'
683
+ 2: 2, # 'a'
684
+ 18: 0, # 'b'
685
+ 26: 0, # 'c'
686
+ 17: 0, # 'd'
687
+ 1: 2, # 'e'
688
+ 27: 1, # 'f'
689
+ 12: 0, # 'g'
690
+ 20: 1, # 'h'
691
+ 9: 3, # 'i'
692
+ 22: 0, # 'j'
693
+ 7: 0, # 'k'
694
+ 6: 1, # 'l'
695
+ 13: 1, # 'm'
696
+ 4: 1, # 'n'
697
+ 8: 2, # 'o'
698
+ 23: 0, # 'p'
699
+ 10: 2, # 'r'
700
+ 5: 0, # 's'
701
+ 3: 0, # 't'
702
+ 21: 1, # 'u'
703
+ 19: 1, # 'v'
704
+ 62: 0, # 'x'
705
+ 16: 1, # 'y'
706
+ 11: 0, # 'z'
707
+ 51: 1, # 'Á'
708
+ 44: 1, # 'É'
709
+ 61: 1, # 'Í'
710
+ 58: 1, # 'Ó'
711
+ 59: 2, # 'Ö'
712
+ 60: 1, # 'Ú'
713
+ 63: 1, # 'Ü'
714
+ 14: 2, # 'á'
715
+ 15: 2, # 'é'
716
+ 30: 1, # 'í'
717
+ 25: 1, # 'ó'
718
+ 24: 2, # 'ö'
719
+ 31: 1, # 'ú'
720
+ 29: 2, # 'ü'
721
+ 42: 1, # 'ő'
722
+ 56: 0, # 'ű'
723
+ },
724
+ 41: { # 'L'
725
+ 28: 2, # 'A'
726
+ 40: 1, # 'B'
727
+ 54: 1, # 'C'
728
+ 45: 1, # 'D'
729
+ 32: 2, # 'E'
730
+ 50: 1, # 'F'
731
+ 49: 1, # 'G'
732
+ 38: 1, # 'H'
733
+ 39: 2, # 'I'
734
+ 53: 1, # 'J'
735
+ 36: 1, # 'K'
736
+ 41: 2, # 'L'
737
+ 34: 1, # 'M'
738
+ 35: 1, # 'N'
739
+ 47: 2, # 'O'
740
+ 46: 0, # 'P'
741
+ 43: 1, # 'R'
742
+ 33: 1, # 'S'
743
+ 37: 2, # 'T'
744
+ 57: 1, # 'U'
745
+ 48: 1, # 'V'
746
+ 55: 1, # 'Y'
747
+ 52: 1, # 'Z'
748
+ 2: 2, # 'a'
749
+ 18: 0, # 'b'
750
+ 26: 0, # 'c'
751
+ 17: 0, # 'd'
752
+ 1: 3, # 'e'
753
+ 27: 0, # 'f'
754
+ 12: 0, # 'g'
755
+ 20: 0, # 'h'
756
+ 9: 2, # 'i'
757
+ 22: 1, # 'j'
758
+ 7: 0, # 'k'
759
+ 6: 1, # 'l'
760
+ 13: 0, # 'm'
761
+ 4: 0, # 'n'
762
+ 8: 2, # 'o'
763
+ 23: 0, # 'p'
764
+ 10: 0, # 'r'
765
+ 5: 0, # 's'
766
+ 3: 0, # 't'
767
+ 21: 2, # 'u'
768
+ 19: 0, # 'v'
769
+ 62: 0, # 'x'
770
+ 16: 1, # 'y'
771
+ 11: 0, # 'z'
772
+ 51: 2, # 'Á'
773
+ 44: 1, # 'É'
774
+ 61: 1, # 'Í'
775
+ 58: 1, # 'Ó'
776
+ 59: 1, # 'Ö'
777
+ 60: 1, # 'Ú'
778
+ 63: 1, # 'Ü'
779
+ 14: 2, # 'á'
780
+ 15: 1, # 'é'
781
+ 30: 1, # 'í'
782
+ 25: 1, # 'ó'
783
+ 24: 1, # 'ö'
784
+ 31: 0, # 'ú'
785
+ 29: 1, # 'ü'
786
+ 42: 0, # 'ő'
787
+ 56: 0, # 'ű'
788
+ },
789
+ 34: { # 'M'
790
+ 28: 2, # 'A'
791
+ 40: 1, # 'B'
792
+ 54: 0, # 'C'
793
+ 45: 0, # 'D'
794
+ 32: 2, # 'E'
795
+ 50: 1, # 'F'
796
+ 49: 0, # 'G'
797
+ 38: 1, # 'H'
798
+ 39: 2, # 'I'
799
+ 53: 1, # 'J'
800
+ 36: 1, # 'K'
801
+ 41: 1, # 'L'
802
+ 34: 1, # 'M'
803
+ 35: 1, # 'N'
804
+ 47: 1, # 'O'
805
+ 46: 1, # 'P'
806
+ 43: 1, # 'R'
807
+ 33: 1, # 'S'
808
+ 37: 1, # 'T'
809
+ 57: 1, # 'U'
810
+ 48: 1, # 'V'
811
+ 55: 1, # 'Y'
812
+ 52: 1, # 'Z'
813
+ 2: 3, # 'a'
814
+ 18: 0, # 'b'
815
+ 26: 1, # 'c'
816
+ 17: 0, # 'd'
817
+ 1: 3, # 'e'
818
+ 27: 0, # 'f'
819
+ 12: 0, # 'g'
820
+ 20: 0, # 'h'
821
+ 9: 3, # 'i'
822
+ 22: 0, # 'j'
823
+ 7: 0, # 'k'
824
+ 6: 0, # 'l'
825
+ 13: 1, # 'm'
826
+ 4: 1, # 'n'
827
+ 8: 3, # 'o'
828
+ 23: 0, # 'p'
829
+ 10: 1, # 'r'
830
+ 5: 0, # 's'
831
+ 3: 0, # 't'
832
+ 21: 2, # 'u'
833
+ 19: 0, # 'v'
834
+ 62: 0, # 'x'
835
+ 16: 1, # 'y'
836
+ 11: 0, # 'z'
837
+ 51: 2, # 'Á'
838
+ 44: 1, # 'É'
839
+ 61: 1, # 'Í'
840
+ 58: 1, # 'Ó'
841
+ 59: 1, # 'Ö'
842
+ 60: 1, # 'Ú'
843
+ 63: 1, # 'Ü'
844
+ 14: 2, # 'á'
845
+ 15: 2, # 'é'
846
+ 30: 1, # 'í'
847
+ 25: 1, # 'ó'
848
+ 24: 1, # 'ö'
849
+ 31: 1, # 'ú'
850
+ 29: 1, # 'ü'
851
+ 42: 0, # 'ő'
852
+ 56: 1, # 'ű'
853
+ },
854
+ 35: { # 'N'
855
+ 28: 2, # 'A'
856
+ 40: 1, # 'B'
857
+ 54: 1, # 'C'
858
+ 45: 2, # 'D'
859
+ 32: 2, # 'E'
860
+ 50: 1, # 'F'
861
+ 49: 1, # 'G'
862
+ 38: 1, # 'H'
863
+ 39: 1, # 'I'
864
+ 53: 1, # 'J'
865
+ 36: 1, # 'K'
866
+ 41: 1, # 'L'
867
+ 34: 1, # 'M'
868
+ 35: 1, # 'N'
869
+ 47: 1, # 'O'
870
+ 46: 1, # 'P'
871
+ 43: 1, # 'R'
872
+ 33: 1, # 'S'
873
+ 37: 2, # 'T'
874
+ 57: 1, # 'U'
875
+ 48: 1, # 'V'
876
+ 55: 2, # 'Y'
877
+ 52: 1, # 'Z'
878
+ 2: 3, # 'a'
879
+ 18: 0, # 'b'
880
+ 26: 0, # 'c'
881
+ 17: 0, # 'd'
882
+ 1: 3, # 'e'
883
+ 27: 0, # 'f'
884
+ 12: 0, # 'g'
885
+ 20: 0, # 'h'
886
+ 9: 2, # 'i'
887
+ 22: 0, # 'j'
888
+ 7: 0, # 'k'
889
+ 6: 0, # 'l'
890
+ 13: 0, # 'm'
891
+ 4: 1, # 'n'
892
+ 8: 2, # 'o'
893
+ 23: 0, # 'p'
894
+ 10: 0, # 'r'
895
+ 5: 0, # 's'
896
+ 3: 0, # 't'
897
+ 21: 1, # 'u'
898
+ 19: 0, # 'v'
899
+ 62: 0, # 'x'
900
+ 16: 2, # 'y'
901
+ 11: 0, # 'z'
902
+ 51: 1, # 'Á'
903
+ 44: 1, # 'É'
904
+ 61: 1, # 'Í'
905
+ 58: 1, # 'Ó'
906
+ 59: 1, # 'Ö'
907
+ 60: 1, # 'Ú'
908
+ 63: 1, # 'Ü'
909
+ 14: 1, # 'á'
910
+ 15: 2, # 'é'
911
+ 30: 1, # 'í'
912
+ 25: 1, # 'ó'
913
+ 24: 1, # 'ö'
914
+ 31: 0, # 'ú'
915
+ 29: 0, # 'ü'
916
+ 42: 1, # 'ő'
917
+ 56: 0, # 'ű'
918
+ },
919
+ 47: { # 'O'
920
+ 28: 1, # 'A'
921
+ 40: 1, # 'B'
922
+ 54: 1, # 'C'
923
+ 45: 1, # 'D'
924
+ 32: 1, # 'E'
925
+ 50: 1, # 'F'
926
+ 49: 1, # 'G'
927
+ 38: 1, # 'H'
928
+ 39: 1, # 'I'
929
+ 53: 1, # 'J'
930
+ 36: 2, # 'K'
931
+ 41: 2, # 'L'
932
+ 34: 2, # 'M'
933
+ 35: 2, # 'N'
934
+ 47: 1, # 'O'
935
+ 46: 1, # 'P'
936
+ 43: 2, # 'R'
937
+ 33: 2, # 'S'
938
+ 37: 2, # 'T'
939
+ 57: 1, # 'U'
940
+ 48: 1, # 'V'
941
+ 55: 1, # 'Y'
942
+ 52: 1, # 'Z'
943
+ 2: 0, # 'a'
944
+ 18: 1, # 'b'
945
+ 26: 1, # 'c'
946
+ 17: 1, # 'd'
947
+ 1: 1, # 'e'
948
+ 27: 1, # 'f'
949
+ 12: 1, # 'g'
950
+ 20: 1, # 'h'
951
+ 9: 1, # 'i'
952
+ 22: 1, # 'j'
953
+ 7: 2, # 'k'
954
+ 6: 2, # 'l'
955
+ 13: 1, # 'm'
956
+ 4: 1, # 'n'
957
+ 8: 1, # 'o'
958
+ 23: 1, # 'p'
959
+ 10: 2, # 'r'
960
+ 5: 1, # 's'
961
+ 3: 2, # 't'
962
+ 21: 1, # 'u'
963
+ 19: 0, # 'v'
964
+ 62: 1, # 'x'
965
+ 16: 0, # 'y'
966
+ 11: 1, # 'z'
967
+ 51: 1, # 'Á'
968
+ 44: 1, # 'É'
969
+ 61: 0, # 'Í'
970
+ 58: 1, # 'Ó'
971
+ 59: 0, # 'Ö'
972
+ 60: 0, # 'Ú'
973
+ 63: 0, # 'Ü'
974
+ 14: 0, # 'á'
975
+ 15: 0, # 'é'
976
+ 30: 0, # 'í'
977
+ 25: 0, # 'ó'
978
+ 24: 0, # 'ö'
979
+ 31: 0, # 'ú'
980
+ 29: 0, # 'ü'
981
+ 42: 0, # 'ő'
982
+ 56: 0, # 'ű'
983
+ },
984
+ 46: { # 'P'
985
+ 28: 1, # 'A'
986
+ 40: 1, # 'B'
987
+ 54: 1, # 'C'
988
+ 45: 1, # 'D'
989
+ 32: 1, # 'E'
990
+ 50: 1, # 'F'
991
+ 49: 1, # 'G'
992
+ 38: 1, # 'H'
993
+ 39: 1, # 'I'
994
+ 53: 1, # 'J'
995
+ 36: 1, # 'K'
996
+ 41: 1, # 'L'
997
+ 34: 0, # 'M'
998
+ 35: 1, # 'N'
999
+ 47: 1, # 'O'
1000
+ 46: 1, # 'P'
1001
+ 43: 2, # 'R'
1002
+ 33: 1, # 'S'
1003
+ 37: 1, # 'T'
1004
+ 57: 1, # 'U'
1005
+ 48: 1, # 'V'
1006
+ 55: 0, # 'Y'
1007
+ 52: 1, # 'Z'
1008
+ 2: 2, # 'a'
1009
+ 18: 0, # 'b'
1010
+ 26: 0, # 'c'
1011
+ 17: 0, # 'd'
1012
+ 1: 2, # 'e'
1013
+ 27: 1, # 'f'
1014
+ 12: 0, # 'g'
1015
+ 20: 1, # 'h'
1016
+ 9: 2, # 'i'
1017
+ 22: 0, # 'j'
1018
+ 7: 0, # 'k'
1019
+ 6: 1, # 'l'
1020
+ 13: 0, # 'm'
1021
+ 4: 1, # 'n'
1022
+ 8: 2, # 'o'
1023
+ 23: 0, # 'p'
1024
+ 10: 2, # 'r'
1025
+ 5: 1, # 's'
1026
+ 3: 0, # 't'
1027
+ 21: 1, # 'u'
1028
+ 19: 0, # 'v'
1029
+ 62: 0, # 'x'
1030
+ 16: 1, # 'y'
1031
+ 11: 0, # 'z'
1032
+ 51: 2, # 'Á'
1033
+ 44: 1, # 'É'
1034
+ 61: 1, # 'Í'
1035
+ 58: 1, # 'Ó'
1036
+ 59: 1, # 'Ö'
1037
+ 60: 0, # 'Ú'
1038
+ 63: 1, # 'Ü'
1039
+ 14: 3, # 'á'
1040
+ 15: 2, # 'é'
1041
+ 30: 0, # 'í'
1042
+ 25: 1, # 'ó'
1043
+ 24: 1, # 'ö'
1044
+ 31: 0, # 'ú'
1045
+ 29: 1, # 'ü'
1046
+ 42: 1, # 'ő'
1047
+ 56: 0, # 'ű'
1048
+ },
1049
+ 43: { # 'R'
1050
+ 28: 2, # 'A'
1051
+ 40: 1, # 'B'
1052
+ 54: 1, # 'C'
1053
+ 45: 1, # 'D'
1054
+ 32: 2, # 'E'
1055
+ 50: 1, # 'F'
1056
+ 49: 1, # 'G'
1057
+ 38: 1, # 'H'
1058
+ 39: 2, # 'I'
1059
+ 53: 1, # 'J'
1060
+ 36: 1, # 'K'
1061
+ 41: 1, # 'L'
1062
+ 34: 1, # 'M'
1063
+ 35: 1, # 'N'
1064
+ 47: 2, # 'O'
1065
+ 46: 1, # 'P'
1066
+ 43: 1, # 'R'
1067
+ 33: 2, # 'S'
1068
+ 37: 2, # 'T'
1069
+ 57: 1, # 'U'
1070
+ 48: 1, # 'V'
1071
+ 55: 1, # 'Y'
1072
+ 52: 1, # 'Z'
1073
+ 2: 2, # 'a'
1074
+ 18: 0, # 'b'
1075
+ 26: 0, # 'c'
1076
+ 17: 0, # 'd'
1077
+ 1: 2, # 'e'
1078
+ 27: 0, # 'f'
1079
+ 12: 0, # 'g'
1080
+ 20: 1, # 'h'
1081
+ 9: 2, # 'i'
1082
+ 22: 0, # 'j'
1083
+ 7: 0, # 'k'
1084
+ 6: 0, # 'l'
1085
+ 13: 0, # 'm'
1086
+ 4: 0, # 'n'
1087
+ 8: 2, # 'o'
1088
+ 23: 0, # 'p'
1089
+ 10: 0, # 'r'
1090
+ 5: 0, # 's'
1091
+ 3: 0, # 't'
1092
+ 21: 1, # 'u'
1093
+ 19: 0, # 'v'
1094
+ 62: 0, # 'x'
1095
+ 16: 1, # 'y'
1096
+ 11: 0, # 'z'
1097
+ 51: 2, # 'Á'
1098
+ 44: 1, # 'É'
1099
+ 61: 1, # 'Í'
1100
+ 58: 2, # 'Ó'
1101
+ 59: 1, # 'Ö'
1102
+ 60: 1, # 'Ú'
1103
+ 63: 1, # 'Ü'
1104
+ 14: 2, # 'á'
1105
+ 15: 2, # 'é'
1106
+ 30: 1, # 'í'
1107
+ 25: 2, # 'ó'
1108
+ 24: 1, # 'ö'
1109
+ 31: 1, # 'ú'
1110
+ 29: 1, # 'ü'
1111
+ 42: 0, # 'ő'
1112
+ 56: 0, # 'ű'
1113
+ },
1114
+ 33: { # 'S'
1115
+ 28: 2, # 'A'
1116
+ 40: 1, # 'B'
1117
+ 54: 1, # 'C'
1118
+ 45: 1, # 'D'
1119
+ 32: 2, # 'E'
1120
+ 50: 1, # 'F'
1121
+ 49: 1, # 'G'
1122
+ 38: 1, # 'H'
1123
+ 39: 2, # 'I'
1124
+ 53: 1, # 'J'
1125
+ 36: 1, # 'K'
1126
+ 41: 1, # 'L'
1127
+ 34: 1, # 'M'
1128
+ 35: 1, # 'N'
1129
+ 47: 2, # 'O'
1130
+ 46: 1, # 'P'
1131
+ 43: 1, # 'R'
1132
+ 33: 2, # 'S'
1133
+ 37: 2, # 'T'
1134
+ 57: 1, # 'U'
1135
+ 48: 1, # 'V'
1136
+ 55: 1, # 'Y'
1137
+ 52: 3, # 'Z'
1138
+ 2: 2, # 'a'
1139
+ 18: 0, # 'b'
1140
+ 26: 1, # 'c'
1141
+ 17: 0, # 'd'
1142
+ 1: 2, # 'e'
1143
+ 27: 0, # 'f'
1144
+ 12: 0, # 'g'
1145
+ 20: 1, # 'h'
1146
+ 9: 2, # 'i'
1147
+ 22: 0, # 'j'
1148
+ 7: 1, # 'k'
1149
+ 6: 1, # 'l'
1150
+ 13: 1, # 'm'
1151
+ 4: 0, # 'n'
1152
+ 8: 2, # 'o'
1153
+ 23: 1, # 'p'
1154
+ 10: 0, # 'r'
1155
+ 5: 0, # 's'
1156
+ 3: 1, # 't'
1157
+ 21: 1, # 'u'
1158
+ 19: 1, # 'v'
1159
+ 62: 0, # 'x'
1160
+ 16: 1, # 'y'
1161
+ 11: 3, # 'z'
1162
+ 51: 2, # 'Á'
1163
+ 44: 1, # 'É'
1164
+ 61: 1, # 'Í'
1165
+ 58: 1, # 'Ó'
1166
+ 59: 1, # 'Ö'
1167
+ 60: 1, # 'Ú'
1168
+ 63: 1, # 'Ü'
1169
+ 14: 2, # 'á'
1170
+ 15: 1, # 'é'
1171
+ 30: 1, # 'í'
1172
+ 25: 1, # 'ó'
1173
+ 24: 1, # 'ö'
1174
+ 31: 1, # 'ú'
1175
+ 29: 1, # 'ü'
1176
+ 42: 1, # 'ő'
1177
+ 56: 1, # 'ű'
1178
+ },
1179
+ 37: { # 'T'
1180
+ 28: 2, # 'A'
1181
+ 40: 1, # 'B'
1182
+ 54: 1, # 'C'
1183
+ 45: 1, # 'D'
1184
+ 32: 2, # 'E'
1185
+ 50: 1, # 'F'
1186
+ 49: 1, # 'G'
1187
+ 38: 1, # 'H'
1188
+ 39: 2, # 'I'
1189
+ 53: 1, # 'J'
1190
+ 36: 1, # 'K'
1191
+ 41: 1, # 'L'
1192
+ 34: 1, # 'M'
1193
+ 35: 1, # 'N'
1194
+ 47: 2, # 'O'
1195
+ 46: 1, # 'P'
1196
+ 43: 2, # 'R'
1197
+ 33: 1, # 'S'
1198
+ 37: 2, # 'T'
1199
+ 57: 1, # 'U'
1200
+ 48: 1, # 'V'
1201
+ 55: 1, # 'Y'
1202
+ 52: 1, # 'Z'
1203
+ 2: 2, # 'a'
1204
+ 18: 0, # 'b'
1205
+ 26: 0, # 'c'
1206
+ 17: 0, # 'd'
1207
+ 1: 2, # 'e'
1208
+ 27: 0, # 'f'
1209
+ 12: 0, # 'g'
1210
+ 20: 1, # 'h'
1211
+ 9: 2, # 'i'
1212
+ 22: 0, # 'j'
1213
+ 7: 0, # 'k'
1214
+ 6: 0, # 'l'
1215
+ 13: 0, # 'm'
1216
+ 4: 0, # 'n'
1217
+ 8: 2, # 'o'
1218
+ 23: 0, # 'p'
1219
+ 10: 1, # 'r'
1220
+ 5: 1, # 's'
1221
+ 3: 0, # 't'
1222
+ 21: 2, # 'u'
1223
+ 19: 0, # 'v'
1224
+ 62: 0, # 'x'
1225
+ 16: 1, # 'y'
1226
+ 11: 1, # 'z'
1227
+ 51: 2, # 'Á'
1228
+ 44: 2, # 'É'
1229
+ 61: 1, # 'Í'
1230
+ 58: 1, # 'Ó'
1231
+ 59: 1, # 'Ö'
1232
+ 60: 1, # 'Ú'
1233
+ 63: 1, # 'Ü'
1234
+ 14: 2, # 'á'
1235
+ 15: 1, # 'é'
1236
+ 30: 1, # 'í'
1237
+ 25: 1, # 'ó'
1238
+ 24: 2, # 'ö'
1239
+ 31: 1, # 'ú'
1240
+ 29: 1, # 'ü'
1241
+ 42: 1, # 'ő'
1242
+ 56: 1, # 'ű'
1243
+ },
1244
+ 57: { # 'U'
1245
+ 28: 1, # 'A'
1246
+ 40: 1, # 'B'
1247
+ 54: 1, # 'C'
1248
+ 45: 1, # 'D'
1249
+ 32: 1, # 'E'
1250
+ 50: 1, # 'F'
1251
+ 49: 1, # 'G'
1252
+ 38: 1, # 'H'
1253
+ 39: 1, # 'I'
1254
+ 53: 1, # 'J'
1255
+ 36: 1, # 'K'
1256
+ 41: 1, # 'L'
1257
+ 34: 1, # 'M'
1258
+ 35: 1, # 'N'
1259
+ 47: 1, # 'O'
1260
+ 46: 1, # 'P'
1261
+ 43: 1, # 'R'
1262
+ 33: 2, # 'S'
1263
+ 37: 1, # 'T'
1264
+ 57: 0, # 'U'
1265
+ 48: 1, # 'V'
1266
+ 55: 0, # 'Y'
1267
+ 52: 1, # 'Z'
1268
+ 2: 0, # 'a'
1269
+ 18: 1, # 'b'
1270
+ 26: 1, # 'c'
1271
+ 17: 1, # 'd'
1272
+ 1: 1, # 'e'
1273
+ 27: 0, # 'f'
1274
+ 12: 2, # 'g'
1275
+ 20: 0, # 'h'
1276
+ 9: 0, # 'i'
1277
+ 22: 1, # 'j'
1278
+ 7: 1, # 'k'
1279
+ 6: 1, # 'l'
1280
+ 13: 1, # 'm'
1281
+ 4: 1, # 'n'
1282
+ 8: 0, # 'o'
1283
+ 23: 1, # 'p'
1284
+ 10: 1, # 'r'
1285
+ 5: 1, # 's'
1286
+ 3: 1, # 't'
1287
+ 21: 0, # 'u'
1288
+ 19: 0, # 'v'
1289
+ 62: 0, # 'x'
1290
+ 16: 0, # 'y'
1291
+ 11: 1, # 'z'
1292
+ 51: 0, # 'Á'
1293
+ 44: 0, # 'É'
1294
+ 61: 1, # 'Í'
1295
+ 58: 0, # 'Ó'
1296
+ 59: 0, # 'Ö'
1297
+ 60: 0, # 'Ú'
1298
+ 63: 0, # 'Ü'
1299
+ 14: 0, # 'á'
1300
+ 15: 0, # 'é'
1301
+ 30: 0, # 'í'
1302
+ 25: 0, # 'ó'
1303
+ 24: 0, # 'ö'
1304
+ 31: 0, # 'ú'
1305
+ 29: 0, # 'ü'
1306
+ 42: 0, # 'ő'
1307
+ 56: 0, # 'ű'
1308
+ },
1309
+ 48: { # 'V'
1310
+ 28: 2, # 'A'
1311
+ 40: 0, # 'B'
1312
+ 54: 0, # 'C'
1313
+ 45: 1, # 'D'
1314
+ 32: 2, # 'E'
1315
+ 50: 1, # 'F'
1316
+ 49: 0, # 'G'
1317
+ 38: 0, # 'H'
1318
+ 39: 2, # 'I'
1319
+ 53: 1, # 'J'
1320
+ 36: 1, # 'K'
1321
+ 41: 0, # 'L'
1322
+ 34: 1, # 'M'
1323
+ 35: 1, # 'N'
1324
+ 47: 1, # 'O'
1325
+ 46: 1, # 'P'
1326
+ 43: 1, # 'R'
1327
+ 33: 1, # 'S'
1328
+ 37: 1, # 'T'
1329
+ 57: 1, # 'U'
1330
+ 48: 1, # 'V'
1331
+ 55: 1, # 'Y'
1332
+ 52: 0, # 'Z'
1333
+ 2: 3, # 'a'
1334
+ 18: 0, # 'b'
1335
+ 26: 0, # 'c'
1336
+ 17: 0, # 'd'
1337
+ 1: 2, # 'e'
1338
+ 27: 0, # 'f'
1339
+ 12: 0, # 'g'
1340
+ 20: 0, # 'h'
1341
+ 9: 2, # 'i'
1342
+ 22: 0, # 'j'
1343
+ 7: 0, # 'k'
1344
+ 6: 1, # 'l'
1345
+ 13: 0, # 'm'
1346
+ 4: 0, # 'n'
1347
+ 8: 2, # 'o'
1348
+ 23: 0, # 'p'
1349
+ 10: 0, # 'r'
1350
+ 5: 0, # 's'
1351
+ 3: 0, # 't'
1352
+ 21: 1, # 'u'
1353
+ 19: 0, # 'v'
1354
+ 62: 0, # 'x'
1355
+ 16: 0, # 'y'
1356
+ 11: 0, # 'z'
1357
+ 51: 2, # 'Á'
1358
+ 44: 2, # 'É'
1359
+ 61: 1, # 'Í'
1360
+ 58: 1, # 'Ó'
1361
+ 59: 1, # 'Ö'
1362
+ 60: 0, # 'Ú'
1363
+ 63: 1, # 'Ü'
1364
+ 14: 2, # 'á'
1365
+ 15: 2, # 'é'
1366
+ 30: 1, # 'í'
1367
+ 25: 0, # 'ó'
1368
+ 24: 1, # 'ö'
1369
+ 31: 0, # 'ú'
1370
+ 29: 0, # 'ü'
1371
+ 42: 0, # 'ő'
1372
+ 56: 0, # 'ű'
1373
+ },
1374
+ 55: { # 'Y'
1375
+ 28: 2, # 'A'
1376
+ 40: 1, # 'B'
1377
+ 54: 1, # 'C'
1378
+ 45: 1, # 'D'
1379
+ 32: 2, # 'E'
1380
+ 50: 1, # 'F'
1381
+ 49: 1, # 'G'
1382
+ 38: 1, # 'H'
1383
+ 39: 1, # 'I'
1384
+ 53: 1, # 'J'
1385
+ 36: 1, # 'K'
1386
+ 41: 1, # 'L'
1387
+ 34: 1, # 'M'
1388
+ 35: 1, # 'N'
1389
+ 47: 1, # 'O'
1390
+ 46: 1, # 'P'
1391
+ 43: 1, # 'R'
1392
+ 33: 1, # 'S'
1393
+ 37: 1, # 'T'
1394
+ 57: 1, # 'U'
1395
+ 48: 1, # 'V'
1396
+ 55: 0, # 'Y'
1397
+ 52: 2, # 'Z'
1398
+ 2: 1, # 'a'
1399
+ 18: 0, # 'b'
1400
+ 26: 0, # 'c'
1401
+ 17: 1, # 'd'
1402
+ 1: 1, # 'e'
1403
+ 27: 0, # 'f'
1404
+ 12: 0, # 'g'
1405
+ 20: 0, # 'h'
1406
+ 9: 0, # 'i'
1407
+ 22: 0, # 'j'
1408
+ 7: 0, # 'k'
1409
+ 6: 0, # 'l'
1410
+ 13: 0, # 'm'
1411
+ 4: 0, # 'n'
1412
+ 8: 1, # 'o'
1413
+ 23: 1, # 'p'
1414
+ 10: 0, # 'r'
1415
+ 5: 0, # 's'
1416
+ 3: 0, # 't'
1417
+ 21: 0, # 'u'
1418
+ 19: 1, # 'v'
1419
+ 62: 0, # 'x'
1420
+ 16: 0, # 'y'
1421
+ 11: 0, # 'z'
1422
+ 51: 1, # 'Á'
1423
+ 44: 1, # 'É'
1424
+ 61: 1, # 'Í'
1425
+ 58: 1, # 'Ó'
1426
+ 59: 1, # 'Ö'
1427
+ 60: 1, # 'Ú'
1428
+ 63: 1, # 'Ü'
1429
+ 14: 0, # 'á'
1430
+ 15: 0, # 'é'
1431
+ 30: 0, # 'í'
1432
+ 25: 0, # 'ó'
1433
+ 24: 0, # 'ö'
1434
+ 31: 0, # 'ú'
1435
+ 29: 0, # 'ü'
1436
+ 42: 0, # 'ő'
1437
+ 56: 0, # 'ű'
1438
+ },
1439
+ 52: { # 'Z'
1440
+ 28: 2, # 'A'
1441
+ 40: 1, # 'B'
1442
+ 54: 0, # 'C'
1443
+ 45: 1, # 'D'
1444
+ 32: 2, # 'E'
1445
+ 50: 1, # 'F'
1446
+ 49: 1, # 'G'
1447
+ 38: 1, # 'H'
1448
+ 39: 2, # 'I'
1449
+ 53: 1, # 'J'
1450
+ 36: 1, # 'K'
1451
+ 41: 1, # 'L'
1452
+ 34: 1, # 'M'
1453
+ 35: 1, # 'N'
1454
+ 47: 2, # 'O'
1455
+ 46: 1, # 'P'
1456
+ 43: 1, # 'R'
1457
+ 33: 2, # 'S'
1458
+ 37: 1, # 'T'
1459
+ 57: 1, # 'U'
1460
+ 48: 1, # 'V'
1461
+ 55: 1, # 'Y'
1462
+ 52: 1, # 'Z'
1463
+ 2: 1, # 'a'
1464
+ 18: 0, # 'b'
1465
+ 26: 0, # 'c'
1466
+ 17: 0, # 'd'
1467
+ 1: 1, # 'e'
1468
+ 27: 0, # 'f'
1469
+ 12: 0, # 'g'
1470
+ 20: 0, # 'h'
1471
+ 9: 1, # 'i'
1472
+ 22: 0, # 'j'
1473
+ 7: 0, # 'k'
1474
+ 6: 0, # 'l'
1475
+ 13: 0, # 'm'
1476
+ 4: 1, # 'n'
1477
+ 8: 1, # 'o'
1478
+ 23: 0, # 'p'
1479
+ 10: 1, # 'r'
1480
+ 5: 2, # 's'
1481
+ 3: 0, # 't'
1482
+ 21: 1, # 'u'
1483
+ 19: 0, # 'v'
1484
+ 62: 0, # 'x'
1485
+ 16: 0, # 'y'
1486
+ 11: 0, # 'z'
1487
+ 51: 2, # 'Á'
1488
+ 44: 1, # 'É'
1489
+ 61: 1, # 'Í'
1490
+ 58: 1, # 'Ó'
1491
+ 59: 1, # 'Ö'
1492
+ 60: 1, # 'Ú'
1493
+ 63: 1, # 'Ü'
1494
+ 14: 1, # 'á'
1495
+ 15: 1, # 'é'
1496
+ 30: 0, # 'í'
1497
+ 25: 0, # 'ó'
1498
+ 24: 1, # 'ö'
1499
+ 31: 1, # 'ú'
1500
+ 29: 1, # 'ü'
1501
+ 42: 0, # 'ő'
1502
+ 56: 0, # 'ű'
1503
+ },
1504
+ 2: { # 'a'
1505
+ 28: 0, # 'A'
1506
+ 40: 0, # 'B'
1507
+ 54: 0, # 'C'
1508
+ 45: 0, # 'D'
1509
+ 32: 0, # 'E'
1510
+ 50: 0, # 'F'
1511
+ 49: 0, # 'G'
1512
+ 38: 0, # 'H'
1513
+ 39: 0, # 'I'
1514
+ 53: 0, # 'J'
1515
+ 36: 0, # 'K'
1516
+ 41: 0, # 'L'
1517
+ 34: 0, # 'M'
1518
+ 35: 0, # 'N'
1519
+ 47: 0, # 'O'
1520
+ 46: 0, # 'P'
1521
+ 43: 0, # 'R'
1522
+ 33: 0, # 'S'
1523
+ 37: 0, # 'T'
1524
+ 57: 0, # 'U'
1525
+ 48: 0, # 'V'
1526
+ 55: 0, # 'Y'
1527
+ 52: 0, # 'Z'
1528
+ 2: 1, # 'a'
1529
+ 18: 3, # 'b'
1530
+ 26: 3, # 'c'
1531
+ 17: 3, # 'd'
1532
+ 1: 2, # 'e'
1533
+ 27: 2, # 'f'
1534
+ 12: 3, # 'g'
1535
+ 20: 3, # 'h'
1536
+ 9: 3, # 'i'
1537
+ 22: 3, # 'j'
1538
+ 7: 3, # 'k'
1539
+ 6: 3, # 'l'
1540
+ 13: 3, # 'm'
1541
+ 4: 3, # 'n'
1542
+ 8: 2, # 'o'
1543
+ 23: 3, # 'p'
1544
+ 10: 3, # 'r'
1545
+ 5: 3, # 's'
1546
+ 3: 3, # 't'
1547
+ 21: 3, # 'u'
1548
+ 19: 3, # 'v'
1549
+ 62: 1, # 'x'
1550
+ 16: 2, # 'y'
1551
+ 11: 3, # 'z'
1552
+ 51: 0, # 'Á'
1553
+ 44: 0, # 'É'
1554
+ 61: 0, # 'Í'
1555
+ 58: 0, # 'Ó'
1556
+ 59: 0, # 'Ö'
1557
+ 60: 0, # 'Ú'
1558
+ 63: 0, # 'Ü'
1559
+ 14: 1, # 'á'
1560
+ 15: 1, # 'é'
1561
+ 30: 1, # 'í'
1562
+ 25: 1, # 'ó'
1563
+ 24: 1, # 'ö'
1564
+ 31: 1, # 'ú'
1565
+ 29: 1, # 'ü'
1566
+ 42: 0, # 'ő'
1567
+ 56: 0, # 'ű'
1568
+ },
1569
+ 18: { # 'b'
1570
+ 28: 0, # 'A'
1571
+ 40: 0, # 'B'
1572
+ 54: 0, # 'C'
1573
+ 45: 0, # 'D'
1574
+ 32: 0, # 'E'
1575
+ 50: 0, # 'F'
1576
+ 49: 0, # 'G'
1577
+ 38: 0, # 'H'
1578
+ 39: 0, # 'I'
1579
+ 53: 0, # 'J'
1580
+ 36: 0, # 'K'
1581
+ 41: 0, # 'L'
1582
+ 34: 0, # 'M'
1583
+ 35: 0, # 'N'
1584
+ 47: 0, # 'O'
1585
+ 46: 0, # 'P'
1586
+ 43: 0, # 'R'
1587
+ 33: 0, # 'S'
1588
+ 37: 0, # 'T'
1589
+ 57: 0, # 'U'
1590
+ 48: 0, # 'V'
1591
+ 55: 0, # 'Y'
1592
+ 52: 0, # 'Z'
1593
+ 2: 3, # 'a'
1594
+ 18: 3, # 'b'
1595
+ 26: 1, # 'c'
1596
+ 17: 1, # 'd'
1597
+ 1: 3, # 'e'
1598
+ 27: 1, # 'f'
1599
+ 12: 1, # 'g'
1600
+ 20: 1, # 'h'
1601
+ 9: 3, # 'i'
1602
+ 22: 2, # 'j'
1603
+ 7: 2, # 'k'
1604
+ 6: 2, # 'l'
1605
+ 13: 1, # 'm'
1606
+ 4: 2, # 'n'
1607
+ 8: 3, # 'o'
1608
+ 23: 1, # 'p'
1609
+ 10: 3, # 'r'
1610
+ 5: 2, # 's'
1611
+ 3: 1, # 't'
1612
+ 21: 3, # 'u'
1613
+ 19: 1, # 'v'
1614
+ 62: 0, # 'x'
1615
+ 16: 1, # 'y'
1616
+ 11: 1, # 'z'
1617
+ 51: 0, # 'Á'
1618
+ 44: 0, # 'É'
1619
+ 61: 0, # 'Í'
1620
+ 58: 0, # 'Ó'
1621
+ 59: 0, # 'Ö'
1622
+ 60: 0, # 'Ú'
1623
+ 63: 0, # 'Ü'
1624
+ 14: 3, # 'á'
1625
+ 15: 3, # 'é'
1626
+ 30: 2, # 'í'
1627
+ 25: 3, # 'ó'
1628
+ 24: 2, # 'ö'
1629
+ 31: 2, # 'ú'
1630
+ 29: 2, # 'ü'
1631
+ 42: 2, # 'ő'
1632
+ 56: 1, # 'ű'
1633
+ },
1634
+ 26: { # 'c'
1635
+ 28: 0, # 'A'
1636
+ 40: 0, # 'B'
1637
+ 54: 1, # 'C'
1638
+ 45: 0, # 'D'
1639
+ 32: 0, # 'E'
1640
+ 50: 0, # 'F'
1641
+ 49: 1, # 'G'
1642
+ 38: 0, # 'H'
1643
+ 39: 0, # 'I'
1644
+ 53: 0, # 'J'
1645
+ 36: 0, # 'K'
1646
+ 41: 0, # 'L'
1647
+ 34: 0, # 'M'
1648
+ 35: 0, # 'N'
1649
+ 47: 0, # 'O'
1650
+ 46: 0, # 'P'
1651
+ 43: 0, # 'R'
1652
+ 33: 0, # 'S'
1653
+ 37: 0, # 'T'
1654
+ 57: 0, # 'U'
1655
+ 48: 0, # 'V'
1656
+ 55: 0, # 'Y'
1657
+ 52: 0, # 'Z'
1658
+ 2: 2, # 'a'
1659
+ 18: 1, # 'b'
1660
+ 26: 2, # 'c'
1661
+ 17: 1, # 'd'
1662
+ 1: 3, # 'e'
1663
+ 27: 1, # 'f'
1664
+ 12: 1, # 'g'
1665
+ 20: 3, # 'h'
1666
+ 9: 3, # 'i'
1667
+ 22: 1, # 'j'
1668
+ 7: 2, # 'k'
1669
+ 6: 1, # 'l'
1670
+ 13: 1, # 'm'
1671
+ 4: 1, # 'n'
1672
+ 8: 3, # 'o'
1673
+ 23: 1, # 'p'
1674
+ 10: 2, # 'r'
1675
+ 5: 3, # 's'
1676
+ 3: 2, # 't'
1677
+ 21: 2, # 'u'
1678
+ 19: 1, # 'v'
1679
+ 62: 0, # 'x'
1680
+ 16: 1, # 'y'
1681
+ 11: 2, # 'z'
1682
+ 51: 0, # 'Á'
1683
+ 44: 0, # 'É'
1684
+ 61: 0, # 'Í'
1685
+ 58: 0, # 'Ó'
1686
+ 59: 0, # 'Ö'
1687
+ 60: 0, # 'Ú'
1688
+ 63: 0, # 'Ü'
1689
+ 14: 2, # 'á'
1690
+ 15: 2, # 'é'
1691
+ 30: 2, # 'í'
1692
+ 25: 1, # 'ó'
1693
+ 24: 1, # 'ö'
1694
+ 31: 1, # 'ú'
1695
+ 29: 1, # 'ü'
1696
+ 42: 0, # 'ő'
1697
+ 56: 0, # 'ű'
1698
+ },
1699
+ 17: { # 'd'
1700
+ 28: 0, # 'A'
1701
+ 40: 0, # 'B'
1702
+ 54: 0, # 'C'
1703
+ 45: 0, # 'D'
1704
+ 32: 0, # 'E'
1705
+ 50: 0, # 'F'
1706
+ 49: 0, # 'G'
1707
+ 38: 0, # 'H'
1708
+ 39: 0, # 'I'
1709
+ 53: 0, # 'J'
1710
+ 36: 0, # 'K'
1711
+ 41: 0, # 'L'
1712
+ 34: 0, # 'M'
1713
+ 35: 0, # 'N'
1714
+ 47: 0, # 'O'
1715
+ 46: 0, # 'P'
1716
+ 43: 0, # 'R'
1717
+ 33: 0, # 'S'
1718
+ 37: 0, # 'T'
1719
+ 57: 0, # 'U'
1720
+ 48: 0, # 'V'
1721
+ 55: 0, # 'Y'
1722
+ 52: 0, # 'Z'
1723
+ 2: 3, # 'a'
1724
+ 18: 2, # 'b'
1725
+ 26: 1, # 'c'
1726
+ 17: 2, # 'd'
1727
+ 1: 3, # 'e'
1728
+ 27: 1, # 'f'
1729
+ 12: 1, # 'g'
1730
+ 20: 2, # 'h'
1731
+ 9: 3, # 'i'
1732
+ 22: 3, # 'j'
1733
+ 7: 2, # 'k'
1734
+ 6: 1, # 'l'
1735
+ 13: 2, # 'm'
1736
+ 4: 3, # 'n'
1737
+ 8: 3, # 'o'
1738
+ 23: 1, # 'p'
1739
+ 10: 3, # 'r'
1740
+ 5: 3, # 's'
1741
+ 3: 3, # 't'
1742
+ 21: 3, # 'u'
1743
+ 19: 3, # 'v'
1744
+ 62: 0, # 'x'
1745
+ 16: 2, # 'y'
1746
+ 11: 2, # 'z'
1747
+ 51: 0, # 'Á'
1748
+ 44: 0, # 'É'
1749
+ 61: 0, # 'Í'
1750
+ 58: 0, # 'Ó'
1751
+ 59: 0, # 'Ö'
1752
+ 60: 0, # 'Ú'
1753
+ 63: 0, # 'Ü'
1754
+ 14: 3, # 'á'
1755
+ 15: 3, # 'é'
1756
+ 30: 3, # 'í'
1757
+ 25: 3, # 'ó'
1758
+ 24: 3, # 'ö'
1759
+ 31: 2, # 'ú'
1760
+ 29: 2, # 'ü'
1761
+ 42: 2, # 'ő'
1762
+ 56: 1, # 'ű'
1763
+ },
1764
+ 1: { # 'e'
1765
+ 28: 0, # 'A'
1766
+ 40: 0, # 'B'
1767
+ 54: 0, # 'C'
1768
+ 45: 0, # 'D'
1769
+ 32: 0, # 'E'
1770
+ 50: 0, # 'F'
1771
+ 49: 0, # 'G'
1772
+ 38: 0, # 'H'
1773
+ 39: 0, # 'I'
1774
+ 53: 0, # 'J'
1775
+ 36: 0, # 'K'
1776
+ 41: 0, # 'L'
1777
+ 34: 0, # 'M'
1778
+ 35: 0, # 'N'
1779
+ 47: 0, # 'O'
1780
+ 46: 0, # 'P'
1781
+ 43: 0, # 'R'
1782
+ 33: 0, # 'S'
1783
+ 37: 0, # 'T'
1784
+ 57: 0, # 'U'
1785
+ 48: 0, # 'V'
1786
+ 55: 0, # 'Y'
1787
+ 52: 0, # 'Z'
1788
+ 2: 2, # 'a'
1789
+ 18: 3, # 'b'
1790
+ 26: 3, # 'c'
1791
+ 17: 3, # 'd'
1792
+ 1: 2, # 'e'
1793
+ 27: 3, # 'f'
1794
+ 12: 3, # 'g'
1795
+ 20: 3, # 'h'
1796
+ 9: 3, # 'i'
1797
+ 22: 3, # 'j'
1798
+ 7: 3, # 'k'
1799
+ 6: 3, # 'l'
1800
+ 13: 3, # 'm'
1801
+ 4: 3, # 'n'
1802
+ 8: 2, # 'o'
1803
+ 23: 3, # 'p'
1804
+ 10: 3, # 'r'
1805
+ 5: 3, # 's'
1806
+ 3: 3, # 't'
1807
+ 21: 2, # 'u'
1808
+ 19: 3, # 'v'
1809
+ 62: 2, # 'x'
1810
+ 16: 2, # 'y'
1811
+ 11: 3, # 'z'
1812
+ 51: 0, # 'Á'
1813
+ 44: 0, # 'É'
1814
+ 61: 0, # 'Í'
1815
+ 58: 0, # 'Ó'
1816
+ 59: 0, # 'Ö'
1817
+ 60: 0, # 'Ú'
1818
+ 63: 0, # 'Ü'
1819
+ 14: 3, # 'á'
1820
+ 15: 1, # 'é'
1821
+ 30: 1, # 'í'
1822
+ 25: 1, # 'ó'
1823
+ 24: 1, # 'ö'
1824
+ 31: 1, # 'ú'
1825
+ 29: 1, # 'ü'
1826
+ 42: 0, # 'ő'
1827
+ 56: 0, # 'ű'
1828
+ },
1829
+ 27: { # 'f'
1830
+ 28: 0, # 'A'
1831
+ 40: 0, # 'B'
1832
+ 54: 0, # 'C'
1833
+ 45: 0, # 'D'
1834
+ 32: 0, # 'E'
1835
+ 50: 0, # 'F'
1836
+ 49: 0, # 'G'
1837
+ 38: 0, # 'H'
1838
+ 39: 0, # 'I'
1839
+ 53: 0, # 'J'
1840
+ 36: 0, # 'K'
1841
+ 41: 0, # 'L'
1842
+ 34: 0, # 'M'
1843
+ 35: 0, # 'N'
1844
+ 47: 0, # 'O'
1845
+ 46: 0, # 'P'
1846
+ 43: 0, # 'R'
1847
+ 33: 0, # 'S'
1848
+ 37: 0, # 'T'
1849
+ 57: 0, # 'U'
1850
+ 48: 0, # 'V'
1851
+ 55: 0, # 'Y'
1852
+ 52: 0, # 'Z'
1853
+ 2: 3, # 'a'
1854
+ 18: 1, # 'b'
1855
+ 26: 1, # 'c'
1856
+ 17: 1, # 'd'
1857
+ 1: 3, # 'e'
1858
+ 27: 2, # 'f'
1859
+ 12: 1, # 'g'
1860
+ 20: 1, # 'h'
1861
+ 9: 3, # 'i'
1862
+ 22: 2, # 'j'
1863
+ 7: 1, # 'k'
1864
+ 6: 1, # 'l'
1865
+ 13: 1, # 'm'
1866
+ 4: 1, # 'n'
1867
+ 8: 3, # 'o'
1868
+ 23: 0, # 'p'
1869
+ 10: 3, # 'r'
1870
+ 5: 1, # 's'
1871
+ 3: 1, # 't'
1872
+ 21: 2, # 'u'
1873
+ 19: 1, # 'v'
1874
+ 62: 0, # 'x'
1875
+ 16: 1, # 'y'
1876
+ 11: 0, # 'z'
1877
+ 51: 0, # 'Á'
1878
+ 44: 0, # 'É'
1879
+ 61: 0, # 'Í'
1880
+ 58: 0, # 'Ó'
1881
+ 59: 0, # 'Ö'
1882
+ 60: 0, # 'Ú'
1883
+ 63: 0, # 'Ü'
1884
+ 14: 3, # 'á'
1885
+ 15: 3, # 'é'
1886
+ 30: 1, # 'í'
1887
+ 25: 1, # 'ó'
1888
+ 24: 3, # 'ö'
1889
+ 31: 1, # 'ú'
1890
+ 29: 2, # 'ü'
1891
+ 42: 1, # 'ő'
1892
+ 56: 1, # 'ű'
1893
+ },
1894
+ 12: { # 'g'
1895
+ 28: 0, # 'A'
1896
+ 40: 0, # 'B'
1897
+ 54: 0, # 'C'
1898
+ 45: 0, # 'D'
1899
+ 32: 0, # 'E'
1900
+ 50: 0, # 'F'
1901
+ 49: 0, # 'G'
1902
+ 38: 0, # 'H'
1903
+ 39: 0, # 'I'
1904
+ 53: 0, # 'J'
1905
+ 36: 0, # 'K'
1906
+ 41: 0, # 'L'
1907
+ 34: 0, # 'M'
1908
+ 35: 0, # 'N'
1909
+ 47: 0, # 'O'
1910
+ 46: 0, # 'P'
1911
+ 43: 0, # 'R'
1912
+ 33: 0, # 'S'
1913
+ 37: 0, # 'T'
1914
+ 57: 0, # 'U'
1915
+ 48: 0, # 'V'
1916
+ 55: 0, # 'Y'
1917
+ 52: 0, # 'Z'
1918
+ 2: 3, # 'a'
1919
+ 18: 3, # 'b'
1920
+ 26: 2, # 'c'
1921
+ 17: 2, # 'd'
1922
+ 1: 3, # 'e'
1923
+ 27: 2, # 'f'
1924
+ 12: 3, # 'g'
1925
+ 20: 3, # 'h'
1926
+ 9: 3, # 'i'
1927
+ 22: 3, # 'j'
1928
+ 7: 2, # 'k'
1929
+ 6: 3, # 'l'
1930
+ 13: 2, # 'm'
1931
+ 4: 3, # 'n'
1932
+ 8: 3, # 'o'
1933
+ 23: 1, # 'p'
1934
+ 10: 3, # 'r'
1935
+ 5: 3, # 's'
1936
+ 3: 3, # 't'
1937
+ 21: 3, # 'u'
1938
+ 19: 3, # 'v'
1939
+ 62: 0, # 'x'
1940
+ 16: 3, # 'y'
1941
+ 11: 2, # 'z'
1942
+ 51: 0, # 'Á'
1943
+ 44: 0, # 'É'
1944
+ 61: 0, # 'Í'
1945
+ 58: 0, # 'Ó'
1946
+ 59: 0, # 'Ö'
1947
+ 60: 0, # 'Ú'
1948
+ 63: 0, # 'Ü'
1949
+ 14: 3, # 'á'
1950
+ 15: 3, # 'é'
1951
+ 30: 2, # 'í'
1952
+ 25: 3, # 'ó'
1953
+ 24: 2, # 'ö'
1954
+ 31: 2, # 'ú'
1955
+ 29: 2, # 'ü'
1956
+ 42: 2, # 'ő'
1957
+ 56: 1, # 'ű'
1958
+ },
1959
+ 20: { # 'h'
1960
+ 28: 0, # 'A'
1961
+ 40: 0, # 'B'
1962
+ 54: 0, # 'C'
1963
+ 45: 0, # 'D'
1964
+ 32: 0, # 'E'
1965
+ 50: 0, # 'F'
1966
+ 49: 0, # 'G'
1967
+ 38: 0, # 'H'
1968
+ 39: 0, # 'I'
1969
+ 53: 0, # 'J'
1970
+ 36: 0, # 'K'
1971
+ 41: 0, # 'L'
1972
+ 34: 0, # 'M'
1973
+ 35: 0, # 'N'
1974
+ 47: 0, # 'O'
1975
+ 46: 0, # 'P'
1976
+ 43: 0, # 'R'
1977
+ 33: 0, # 'S'
1978
+ 37: 0, # 'T'
1979
+ 57: 0, # 'U'
1980
+ 48: 0, # 'V'
1981
+ 55: 0, # 'Y'
1982
+ 52: 0, # 'Z'
1983
+ 2: 3, # 'a'
1984
+ 18: 1, # 'b'
1985
+ 26: 1, # 'c'
1986
+ 17: 0, # 'd'
1987
+ 1: 3, # 'e'
1988
+ 27: 0, # 'f'
1989
+ 12: 1, # 'g'
1990
+ 20: 2, # 'h'
1991
+ 9: 3, # 'i'
1992
+ 22: 1, # 'j'
1993
+ 7: 1, # 'k'
1994
+ 6: 1, # 'l'
1995
+ 13: 1, # 'm'
1996
+ 4: 1, # 'n'
1997
+ 8: 3, # 'o'
1998
+ 23: 0, # 'p'
1999
+ 10: 1, # 'r'
2000
+ 5: 2, # 's'
2001
+ 3: 1, # 't'
2002
+ 21: 3, # 'u'
2003
+ 19: 1, # 'v'
2004
+ 62: 0, # 'x'
2005
+ 16: 2, # 'y'
2006
+ 11: 0, # 'z'
2007
+ 51: 0, # 'Á'
2008
+ 44: 0, # 'É'
2009
+ 61: 0, # 'Í'
2010
+ 58: 0, # 'Ó'
2011
+ 59: 0, # 'Ö'
2012
+ 60: 0, # 'Ú'
2013
+ 63: 0, # 'Ü'
2014
+ 14: 3, # 'á'
2015
+ 15: 3, # 'é'
2016
+ 30: 3, # 'í'
2017
+ 25: 2, # 'ó'
2018
+ 24: 2, # 'ö'
2019
+ 31: 2, # 'ú'
2020
+ 29: 1, # 'ü'
2021
+ 42: 1, # 'ő'
2022
+ 56: 1, # 'ű'
2023
+ },
2024
+ 9: { # 'i'
2025
+ 28: 0, # 'A'
2026
+ 40: 0, # 'B'
2027
+ 54: 0, # 'C'
2028
+ 45: 0, # 'D'
2029
+ 32: 0, # 'E'
2030
+ 50: 0, # 'F'
2031
+ 49: 0, # 'G'
2032
+ 38: 0, # 'H'
2033
+ 39: 0, # 'I'
2034
+ 53: 0, # 'J'
2035
+ 36: 0, # 'K'
2036
+ 41: 0, # 'L'
2037
+ 34: 0, # 'M'
2038
+ 35: 0, # 'N'
2039
+ 47: 0, # 'O'
2040
+ 46: 0, # 'P'
2041
+ 43: 0, # 'R'
2042
+ 33: 0, # 'S'
2043
+ 37: 0, # 'T'
2044
+ 57: 0, # 'U'
2045
+ 48: 0, # 'V'
2046
+ 55: 0, # 'Y'
2047
+ 52: 0, # 'Z'
2048
+ 2: 3, # 'a'
2049
+ 18: 3, # 'b'
2050
+ 26: 3, # 'c'
2051
+ 17: 3, # 'd'
2052
+ 1: 3, # 'e'
2053
+ 27: 3, # 'f'
2054
+ 12: 3, # 'g'
2055
+ 20: 3, # 'h'
2056
+ 9: 2, # 'i'
2057
+ 22: 2, # 'j'
2058
+ 7: 3, # 'k'
2059
+ 6: 3, # 'l'
2060
+ 13: 3, # 'm'
2061
+ 4: 3, # 'n'
2062
+ 8: 2, # 'o'
2063
+ 23: 2, # 'p'
2064
+ 10: 3, # 'r'
2065
+ 5: 3, # 's'
2066
+ 3: 3, # 't'
2067
+ 21: 3, # 'u'
2068
+ 19: 3, # 'v'
2069
+ 62: 1, # 'x'
2070
+ 16: 1, # 'y'
2071
+ 11: 3, # 'z'
2072
+ 51: 0, # 'Á'
2073
+ 44: 0, # 'É'
2074
+ 61: 0, # 'Í'
2075
+ 58: 0, # 'Ó'
2076
+ 59: 0, # 'Ö'
2077
+ 60: 0, # 'Ú'
2078
+ 63: 0, # 'Ü'
2079
+ 14: 3, # 'á'
2080
+ 15: 2, # 'é'
2081
+ 30: 1, # 'í'
2082
+ 25: 3, # 'ó'
2083
+ 24: 1, # 'ö'
2084
+ 31: 2, # 'ú'
2085
+ 29: 1, # 'ü'
2086
+ 42: 0, # 'ő'
2087
+ 56: 1, # 'ű'
2088
+ },
2089
+ 22: { # 'j'
2090
+ 28: 0, # 'A'
2091
+ 40: 0, # 'B'
2092
+ 54: 0, # 'C'
2093
+ 45: 0, # 'D'
2094
+ 32: 0, # 'E'
2095
+ 50: 0, # 'F'
2096
+ 49: 0, # 'G'
2097
+ 38: 0, # 'H'
2098
+ 39: 0, # 'I'
2099
+ 53: 0, # 'J'
2100
+ 36: 0, # 'K'
2101
+ 41: 0, # 'L'
2102
+ 34: 0, # 'M'
2103
+ 35: 0, # 'N'
2104
+ 47: 0, # 'O'
2105
+ 46: 0, # 'P'
2106
+ 43: 0, # 'R'
2107
+ 33: 0, # 'S'
2108
+ 37: 0, # 'T'
2109
+ 57: 0, # 'U'
2110
+ 48: 0, # 'V'
2111
+ 55: 0, # 'Y'
2112
+ 52: 0, # 'Z'
2113
+ 2: 3, # 'a'
2114
+ 18: 2, # 'b'
2115
+ 26: 1, # 'c'
2116
+ 17: 3, # 'd'
2117
+ 1: 3, # 'e'
2118
+ 27: 1, # 'f'
2119
+ 12: 1, # 'g'
2120
+ 20: 2, # 'h'
2121
+ 9: 1, # 'i'
2122
+ 22: 2, # 'j'
2123
+ 7: 2, # 'k'
2124
+ 6: 2, # 'l'
2125
+ 13: 1, # 'm'
2126
+ 4: 2, # 'n'
2127
+ 8: 3, # 'o'
2128
+ 23: 1, # 'p'
2129
+ 10: 2, # 'r'
2130
+ 5: 2, # 's'
2131
+ 3: 3, # 't'
2132
+ 21: 3, # 'u'
2133
+ 19: 1, # 'v'
2134
+ 62: 0, # 'x'
2135
+ 16: 0, # 'y'
2136
+ 11: 2, # 'z'
2137
+ 51: 0, # 'Á'
2138
+ 44: 0, # 'É'
2139
+ 61: 0, # 'Í'
2140
+ 58: 0, # 'Ó'
2141
+ 59: 0, # 'Ö'
2142
+ 60: 0, # 'Ú'
2143
+ 63: 0, # 'Ü'
2144
+ 14: 3, # 'á'
2145
+ 15: 3, # 'é'
2146
+ 30: 1, # 'í'
2147
+ 25: 3, # 'ó'
2148
+ 24: 3, # 'ö'
2149
+ 31: 3, # 'ú'
2150
+ 29: 2, # 'ü'
2151
+ 42: 1, # 'ő'
2152
+ 56: 1, # 'ű'
2153
+ },
2154
+ 7: { # 'k'
2155
+ 28: 0, # 'A'
2156
+ 40: 0, # 'B'
2157
+ 54: 0, # 'C'
2158
+ 45: 0, # 'D'
2159
+ 32: 0, # 'E'
2160
+ 50: 0, # 'F'
2161
+ 49: 0, # 'G'
2162
+ 38: 0, # 'H'
2163
+ 39: 0, # 'I'
2164
+ 53: 0, # 'J'
2165
+ 36: 0, # 'K'
2166
+ 41: 0, # 'L'
2167
+ 34: 0, # 'M'
2168
+ 35: 0, # 'N'
2169
+ 47: 0, # 'O'
2170
+ 46: 0, # 'P'
2171
+ 43: 0, # 'R'
2172
+ 33: 0, # 'S'
2173
+ 37: 0, # 'T'
2174
+ 57: 0, # 'U'
2175
+ 48: 0, # 'V'
2176
+ 55: 0, # 'Y'
2177
+ 52: 0, # 'Z'
2178
+ 2: 3, # 'a'
2179
+ 18: 3, # 'b'
2180
+ 26: 2, # 'c'
2181
+ 17: 1, # 'd'
2182
+ 1: 3, # 'e'
2183
+ 27: 1, # 'f'
2184
+ 12: 1, # 'g'
2185
+ 20: 2, # 'h'
2186
+ 9: 3, # 'i'
2187
+ 22: 2, # 'j'
2188
+ 7: 3, # 'k'
2189
+ 6: 3, # 'l'
2190
+ 13: 1, # 'm'
2191
+ 4: 3, # 'n'
2192
+ 8: 3, # 'o'
2193
+ 23: 1, # 'p'
2194
+ 10: 3, # 'r'
2195
+ 5: 3, # 's'
2196
+ 3: 3, # 't'
2197
+ 21: 3, # 'u'
2198
+ 19: 2, # 'v'
2199
+ 62: 0, # 'x'
2200
+ 16: 2, # 'y'
2201
+ 11: 1, # 'z'
2202
+ 51: 0, # 'Á'
2203
+ 44: 0, # 'É'
2204
+ 61: 0, # 'Í'
2205
+ 58: 0, # 'Ó'
2206
+ 59: 0, # 'Ö'
2207
+ 60: 0, # 'Ú'
2208
+ 63: 0, # 'Ü'
2209
+ 14: 3, # 'á'
2210
+ 15: 3, # 'é'
2211
+ 30: 3, # 'í'
2212
+ 25: 2, # 'ó'
2213
+ 24: 3, # 'ö'
2214
+ 31: 1, # 'ú'
2215
+ 29: 3, # 'ü'
2216
+ 42: 1, # 'ő'
2217
+ 56: 1, # 'ű'
2218
+ },
2219
+ 6: { # 'l'
2220
+ 28: 0, # 'A'
2221
+ 40: 0, # 'B'
2222
+ 54: 0, # 'C'
2223
+ 45: 0, # 'D'
2224
+ 32: 0, # 'E'
2225
+ 50: 0, # 'F'
2226
+ 49: 0, # 'G'
2227
+ 38: 0, # 'H'
2228
+ 39: 0, # 'I'
2229
+ 53: 0, # 'J'
2230
+ 36: 1, # 'K'
2231
+ 41: 0, # 'L'
2232
+ 34: 0, # 'M'
2233
+ 35: 1, # 'N'
2234
+ 47: 0, # 'O'
2235
+ 46: 0, # 'P'
2236
+ 43: 0, # 'R'
2237
+ 33: 0, # 'S'
2238
+ 37: 0, # 'T'
2239
+ 57: 0, # 'U'
2240
+ 48: 0, # 'V'
2241
+ 55: 0, # 'Y'
2242
+ 52: 0, # 'Z'
2243
+ 2: 3, # 'a'
2244
+ 18: 2, # 'b'
2245
+ 26: 3, # 'c'
2246
+ 17: 3, # 'd'
2247
+ 1: 3, # 'e'
2248
+ 27: 3, # 'f'
2249
+ 12: 3, # 'g'
2250
+ 20: 3, # 'h'
2251
+ 9: 3, # 'i'
2252
+ 22: 3, # 'j'
2253
+ 7: 3, # 'k'
2254
+ 6: 3, # 'l'
2255
+ 13: 3, # 'm'
2256
+ 4: 3, # 'n'
2257
+ 8: 3, # 'o'
2258
+ 23: 2, # 'p'
2259
+ 10: 2, # 'r'
2260
+ 5: 3, # 's'
2261
+ 3: 3, # 't'
2262
+ 21: 3, # 'u'
2263
+ 19: 3, # 'v'
2264
+ 62: 0, # 'x'
2265
+ 16: 3, # 'y'
2266
+ 11: 2, # 'z'
2267
+ 51: 0, # 'Á'
2268
+ 44: 0, # 'É'
2269
+ 61: 0, # 'Í'
2270
+ 58: 0, # 'Ó'
2271
+ 59: 0, # 'Ö'
2272
+ 60: 0, # 'Ú'
2273
+ 63: 0, # 'Ü'
2274
+ 14: 3, # 'á'
2275
+ 15: 3, # 'é'
2276
+ 30: 3, # 'í'
2277
+ 25: 3, # 'ó'
2278
+ 24: 3, # 'ö'
2279
+ 31: 2, # 'ú'
2280
+ 29: 2, # 'ü'
2281
+ 42: 3, # 'ő'
2282
+ 56: 1, # 'ű'
2283
+ },
2284
+ 13: { # 'm'
2285
+ 28: 0, # 'A'
2286
+ 40: 0, # 'B'
2287
+ 54: 0, # 'C'
2288
+ 45: 0, # 'D'
2289
+ 32: 0, # 'E'
2290
+ 50: 0, # 'F'
2291
+ 49: 0, # 'G'
2292
+ 38: 0, # 'H'
2293
+ 39: 0, # 'I'
2294
+ 53: 0, # 'J'
2295
+ 36: 0, # 'K'
2296
+ 41: 0, # 'L'
2297
+ 34: 0, # 'M'
2298
+ 35: 0, # 'N'
2299
+ 47: 0, # 'O'
2300
+ 46: 0, # 'P'
2301
+ 43: 0, # 'R'
2302
+ 33: 0, # 'S'
2303
+ 37: 0, # 'T'
2304
+ 57: 0, # 'U'
2305
+ 48: 0, # 'V'
2306
+ 55: 0, # 'Y'
2307
+ 52: 0, # 'Z'
2308
+ 2: 3, # 'a'
2309
+ 18: 3, # 'b'
2310
+ 26: 2, # 'c'
2311
+ 17: 1, # 'd'
2312
+ 1: 3, # 'e'
2313
+ 27: 1, # 'f'
2314
+ 12: 1, # 'g'
2315
+ 20: 2, # 'h'
2316
+ 9: 3, # 'i'
2317
+ 22: 2, # 'j'
2318
+ 7: 1, # 'k'
2319
+ 6: 3, # 'l'
2320
+ 13: 3, # 'm'
2321
+ 4: 2, # 'n'
2322
+ 8: 3, # 'o'
2323
+ 23: 3, # 'p'
2324
+ 10: 2, # 'r'
2325
+ 5: 2, # 's'
2326
+ 3: 2, # 't'
2327
+ 21: 3, # 'u'
2328
+ 19: 1, # 'v'
2329
+ 62: 0, # 'x'
2330
+ 16: 1, # 'y'
2331
+ 11: 2, # 'z'
2332
+ 51: 0, # 'Á'
2333
+ 44: 0, # 'É'
2334
+ 61: 0, # 'Í'
2335
+ 58: 0, # 'Ó'
2336
+ 59: 0, # 'Ö'
2337
+ 60: 0, # 'Ú'
2338
+ 63: 0, # 'Ü'
2339
+ 14: 3, # 'á'
2340
+ 15: 3, # 'é'
2341
+ 30: 2, # 'í'
2342
+ 25: 2, # 'ó'
2343
+ 24: 2, # 'ö'
2344
+ 31: 2, # 'ú'
2345
+ 29: 2, # 'ü'
2346
+ 42: 1, # 'ő'
2347
+ 56: 2, # 'ű'
2348
+ },
2349
+ 4: { # 'n'
2350
+ 28: 0, # 'A'
2351
+ 40: 0, # 'B'
2352
+ 54: 0, # 'C'
2353
+ 45: 0, # 'D'
2354
+ 32: 0, # 'E'
2355
+ 50: 0, # 'F'
2356
+ 49: 0, # 'G'
2357
+ 38: 0, # 'H'
2358
+ 39: 0, # 'I'
2359
+ 53: 0, # 'J'
2360
+ 36: 0, # 'K'
2361
+ 41: 0, # 'L'
2362
+ 34: 0, # 'M'
2363
+ 35: 0, # 'N'
2364
+ 47: 0, # 'O'
2365
+ 46: 0, # 'P'
2366
+ 43: 0, # 'R'
2367
+ 33: 0, # 'S'
2368
+ 37: 0, # 'T'
2369
+ 57: 0, # 'U'
2370
+ 48: 0, # 'V'
2371
+ 55: 0, # 'Y'
2372
+ 52: 0, # 'Z'
2373
+ 2: 3, # 'a'
2374
+ 18: 3, # 'b'
2375
+ 26: 3, # 'c'
2376
+ 17: 3, # 'd'
2377
+ 1: 3, # 'e'
2378
+ 27: 2, # 'f'
2379
+ 12: 3, # 'g'
2380
+ 20: 3, # 'h'
2381
+ 9: 3, # 'i'
2382
+ 22: 2, # 'j'
2383
+ 7: 3, # 'k'
2384
+ 6: 2, # 'l'
2385
+ 13: 2, # 'm'
2386
+ 4: 3, # 'n'
2387
+ 8: 3, # 'o'
2388
+ 23: 2, # 'p'
2389
+ 10: 2, # 'r'
2390
+ 5: 3, # 's'
2391
+ 3: 3, # 't'
2392
+ 21: 3, # 'u'
2393
+ 19: 2, # 'v'
2394
+ 62: 1, # 'x'
2395
+ 16: 3, # 'y'
2396
+ 11: 3, # 'z'
2397
+ 51: 0, # 'Á'
2398
+ 44: 0, # 'É'
2399
+ 61: 0, # 'Í'
2400
+ 58: 0, # 'Ó'
2401
+ 59: 0, # 'Ö'
2402
+ 60: 0, # 'Ú'
2403
+ 63: 0, # 'Ü'
2404
+ 14: 3, # 'á'
2405
+ 15: 3, # 'é'
2406
+ 30: 2, # 'í'
2407
+ 25: 2, # 'ó'
2408
+ 24: 3, # 'ö'
2409
+ 31: 2, # 'ú'
2410
+ 29: 3, # 'ü'
2411
+ 42: 2, # 'ő'
2412
+ 56: 1, # 'ű'
2413
+ },
2414
+ 8: { # 'o'
2415
+ 28: 0, # 'A'
2416
+ 40: 0, # 'B'
2417
+ 54: 0, # 'C'
2418
+ 45: 0, # 'D'
2419
+ 32: 0, # 'E'
2420
+ 50: 0, # 'F'
2421
+ 49: 0, # 'G'
2422
+ 38: 0, # 'H'
2423
+ 39: 0, # 'I'
2424
+ 53: 0, # 'J'
2425
+ 36: 0, # 'K'
2426
+ 41: 0, # 'L'
2427
+ 34: 0, # 'M'
2428
+ 35: 0, # 'N'
2429
+ 47: 1, # 'O'
2430
+ 46: 0, # 'P'
2431
+ 43: 0, # 'R'
2432
+ 33: 0, # 'S'
2433
+ 37: 0, # 'T'
2434
+ 57: 0, # 'U'
2435
+ 48: 0, # 'V'
2436
+ 55: 0, # 'Y'
2437
+ 52: 0, # 'Z'
2438
+ 2: 2, # 'a'
2439
+ 18: 3, # 'b'
2440
+ 26: 3, # 'c'
2441
+ 17: 3, # 'd'
2442
+ 1: 2, # 'e'
2443
+ 27: 2, # 'f'
2444
+ 12: 3, # 'g'
2445
+ 20: 3, # 'h'
2446
+ 9: 2, # 'i'
2447
+ 22: 2, # 'j'
2448
+ 7: 3, # 'k'
2449
+ 6: 3, # 'l'
2450
+ 13: 3, # 'm'
2451
+ 4: 3, # 'n'
2452
+ 8: 1, # 'o'
2453
+ 23: 3, # 'p'
2454
+ 10: 3, # 'r'
2455
+ 5: 3, # 's'
2456
+ 3: 3, # 't'
2457
+ 21: 2, # 'u'
2458
+ 19: 3, # 'v'
2459
+ 62: 1, # 'x'
2460
+ 16: 1, # 'y'
2461
+ 11: 3, # 'z'
2462
+ 51: 0, # 'Á'
2463
+ 44: 0, # 'É'
2464
+ 61: 0, # 'Í'
2465
+ 58: 0, # 'Ó'
2466
+ 59: 0, # 'Ö'
2467
+ 60: 0, # 'Ú'
2468
+ 63: 0, # 'Ü'
2469
+ 14: 1, # 'á'
2470
+ 15: 2, # 'é'
2471
+ 30: 1, # 'í'
2472
+ 25: 1, # 'ó'
2473
+ 24: 1, # 'ö'
2474
+ 31: 1, # 'ú'
2475
+ 29: 1, # 'ü'
2476
+ 42: 0, # 'ő'
2477
+ 56: 0, # 'ű'
2478
+ },
2479
+ 23: { # 'p'
2480
+ 28: 0, # 'A'
2481
+ 40: 0, # 'B'
2482
+ 54: 0, # 'C'
2483
+ 45: 0, # 'D'
2484
+ 32: 0, # 'E'
2485
+ 50: 0, # 'F'
2486
+ 49: 0, # 'G'
2487
+ 38: 0, # 'H'
2488
+ 39: 0, # 'I'
2489
+ 53: 0, # 'J'
2490
+ 36: 0, # 'K'
2491
+ 41: 0, # 'L'
2492
+ 34: 0, # 'M'
2493
+ 35: 0, # 'N'
2494
+ 47: 0, # 'O'
2495
+ 46: 0, # 'P'
2496
+ 43: 0, # 'R'
2497
+ 33: 0, # 'S'
2498
+ 37: 0, # 'T'
2499
+ 57: 0, # 'U'
2500
+ 48: 0, # 'V'
2501
+ 55: 0, # 'Y'
2502
+ 52: 0, # 'Z'
2503
+ 2: 3, # 'a'
2504
+ 18: 1, # 'b'
2505
+ 26: 2, # 'c'
2506
+ 17: 1, # 'd'
2507
+ 1: 3, # 'e'
2508
+ 27: 1, # 'f'
2509
+ 12: 1, # 'g'
2510
+ 20: 2, # 'h'
2511
+ 9: 3, # 'i'
2512
+ 22: 2, # 'j'
2513
+ 7: 2, # 'k'
2514
+ 6: 3, # 'l'
2515
+ 13: 1, # 'm'
2516
+ 4: 2, # 'n'
2517
+ 8: 3, # 'o'
2518
+ 23: 3, # 'p'
2519
+ 10: 3, # 'r'
2520
+ 5: 2, # 's'
2521
+ 3: 2, # 't'
2522
+ 21: 3, # 'u'
2523
+ 19: 2, # 'v'
2524
+ 62: 0, # 'x'
2525
+ 16: 1, # 'y'
2526
+ 11: 2, # 'z'
2527
+ 51: 0, # 'Á'
2528
+ 44: 0, # 'É'
2529
+ 61: 0, # 'Í'
2530
+ 58: 0, # 'Ó'
2531
+ 59: 0, # 'Ö'
2532
+ 60: 0, # 'Ú'
2533
+ 63: 0, # 'Ü'
2534
+ 14: 3, # 'á'
2535
+ 15: 3, # 'é'
2536
+ 30: 2, # 'í'
2537
+ 25: 2, # 'ó'
2538
+ 24: 2, # 'ö'
2539
+ 31: 1, # 'ú'
2540
+ 29: 2, # 'ü'
2541
+ 42: 1, # 'ő'
2542
+ 56: 1, # 'ű'
2543
+ },
2544
+ 10: { # 'r'
2545
+ 28: 0, # 'A'
2546
+ 40: 0, # 'B'
2547
+ 54: 0, # 'C'
2548
+ 45: 0, # 'D'
2549
+ 32: 0, # 'E'
2550
+ 50: 0, # 'F'
2551
+ 49: 0, # 'G'
2552
+ 38: 0, # 'H'
2553
+ 39: 0, # 'I'
2554
+ 53: 0, # 'J'
2555
+ 36: 0, # 'K'
2556
+ 41: 0, # 'L'
2557
+ 34: 0, # 'M'
2558
+ 35: 0, # 'N'
2559
+ 47: 0, # 'O'
2560
+ 46: 0, # 'P'
2561
+ 43: 0, # 'R'
2562
+ 33: 0, # 'S'
2563
+ 37: 0, # 'T'
2564
+ 57: 0, # 'U'
2565
+ 48: 0, # 'V'
2566
+ 55: 0, # 'Y'
2567
+ 52: 0, # 'Z'
2568
+ 2: 3, # 'a'
2569
+ 18: 3, # 'b'
2570
+ 26: 3, # 'c'
2571
+ 17: 3, # 'd'
2572
+ 1: 3, # 'e'
2573
+ 27: 2, # 'f'
2574
+ 12: 3, # 'g'
2575
+ 20: 2, # 'h'
2576
+ 9: 3, # 'i'
2577
+ 22: 3, # 'j'
2578
+ 7: 3, # 'k'
2579
+ 6: 3, # 'l'
2580
+ 13: 3, # 'm'
2581
+ 4: 3, # 'n'
2582
+ 8: 3, # 'o'
2583
+ 23: 2, # 'p'
2584
+ 10: 3, # 'r'
2585
+ 5: 3, # 's'
2586
+ 3: 3, # 't'
2587
+ 21: 3, # 'u'
2588
+ 19: 3, # 'v'
2589
+ 62: 1, # 'x'
2590
+ 16: 2, # 'y'
2591
+ 11: 3, # 'z'
2592
+ 51: 0, # 'Á'
2593
+ 44: 0, # 'É'
2594
+ 61: 0, # 'Í'
2595
+ 58: 0, # 'Ó'
2596
+ 59: 0, # 'Ö'
2597
+ 60: 0, # 'Ú'
2598
+ 63: 0, # 'Ü'
2599
+ 14: 3, # 'á'
2600
+ 15: 3, # 'é'
2601
+ 30: 2, # 'í'
2602
+ 25: 3, # 'ó'
2603
+ 24: 3, # 'ö'
2604
+ 31: 3, # 'ú'
2605
+ 29: 3, # 'ü'
2606
+ 42: 2, # 'ő'
2607
+ 56: 2, # 'ű'
2608
+ },
2609
+ 5: { # 's'
2610
+ 28: 0, # 'A'
2611
+ 40: 0, # 'B'
2612
+ 54: 0, # 'C'
2613
+ 45: 0, # 'D'
2614
+ 32: 0, # 'E'
2615
+ 50: 0, # 'F'
2616
+ 49: 0, # 'G'
2617
+ 38: 0, # 'H'
2618
+ 39: 0, # 'I'
2619
+ 53: 0, # 'J'
2620
+ 36: 0, # 'K'
2621
+ 41: 0, # 'L'
2622
+ 34: 0, # 'M'
2623
+ 35: 0, # 'N'
2624
+ 47: 0, # 'O'
2625
+ 46: 0, # 'P'
2626
+ 43: 0, # 'R'
2627
+ 33: 0, # 'S'
2628
+ 37: 0, # 'T'
2629
+ 57: 0, # 'U'
2630
+ 48: 0, # 'V'
2631
+ 55: 0, # 'Y'
2632
+ 52: 0, # 'Z'
2633
+ 2: 3, # 'a'
2634
+ 18: 3, # 'b'
2635
+ 26: 2, # 'c'
2636
+ 17: 2, # 'd'
2637
+ 1: 3, # 'e'
2638
+ 27: 2, # 'f'
2639
+ 12: 2, # 'g'
2640
+ 20: 2, # 'h'
2641
+ 9: 3, # 'i'
2642
+ 22: 1, # 'j'
2643
+ 7: 3, # 'k'
2644
+ 6: 2, # 'l'
2645
+ 13: 3, # 'm'
2646
+ 4: 3, # 'n'
2647
+ 8: 3, # 'o'
2648
+ 23: 2, # 'p'
2649
+ 10: 3, # 'r'
2650
+ 5: 3, # 's'
2651
+ 3: 3, # 't'
2652
+ 21: 3, # 'u'
2653
+ 19: 2, # 'v'
2654
+ 62: 0, # 'x'
2655
+ 16: 1, # 'y'
2656
+ 11: 3, # 'z'
2657
+ 51: 0, # 'Á'
2658
+ 44: 0, # 'É'
2659
+ 61: 0, # 'Í'
2660
+ 58: 0, # 'Ó'
2661
+ 59: 0, # 'Ö'
2662
+ 60: 0, # 'Ú'
2663
+ 63: 0, # 'Ü'
2664
+ 14: 3, # 'á'
2665
+ 15: 3, # 'é'
2666
+ 30: 3, # 'í'
2667
+ 25: 3, # 'ó'
2668
+ 24: 3, # 'ö'
2669
+ 31: 3, # 'ú'
2670
+ 29: 3, # 'ü'
2671
+ 42: 2, # 'ő'
2672
+ 56: 1, # 'ű'
2673
+ },
2674
+ 3: { # 't'
2675
+ 28: 0, # 'A'
2676
+ 40: 0, # 'B'
2677
+ 54: 0, # 'C'
2678
+ 45: 0, # 'D'
2679
+ 32: 0, # 'E'
2680
+ 50: 0, # 'F'
2681
+ 49: 0, # 'G'
2682
+ 38: 0, # 'H'
2683
+ 39: 0, # 'I'
2684
+ 53: 0, # 'J'
2685
+ 36: 0, # 'K'
2686
+ 41: 0, # 'L'
2687
+ 34: 0, # 'M'
2688
+ 35: 0, # 'N'
2689
+ 47: 0, # 'O'
2690
+ 46: 0, # 'P'
2691
+ 43: 0, # 'R'
2692
+ 33: 0, # 'S'
2693
+ 37: 0, # 'T'
2694
+ 57: 0, # 'U'
2695
+ 48: 0, # 'V'
2696
+ 55: 0, # 'Y'
2697
+ 52: 0, # 'Z'
2698
+ 2: 3, # 'a'
2699
+ 18: 3, # 'b'
2700
+ 26: 2, # 'c'
2701
+ 17: 1, # 'd'
2702
+ 1: 3, # 'e'
2703
+ 27: 2, # 'f'
2704
+ 12: 1, # 'g'
2705
+ 20: 3, # 'h'
2706
+ 9: 3, # 'i'
2707
+ 22: 3, # 'j'
2708
+ 7: 3, # 'k'
2709
+ 6: 3, # 'l'
2710
+ 13: 2, # 'm'
2711
+ 4: 3, # 'n'
2712
+ 8: 3, # 'o'
2713
+ 23: 1, # 'p'
2714
+ 10: 3, # 'r'
2715
+ 5: 3, # 's'
2716
+ 3: 3, # 't'
2717
+ 21: 3, # 'u'
2718
+ 19: 3, # 'v'
2719
+ 62: 0, # 'x'
2720
+ 16: 3, # 'y'
2721
+ 11: 1, # 'z'
2722
+ 51: 0, # 'Á'
2723
+ 44: 0, # 'É'
2724
+ 61: 0, # 'Í'
2725
+ 58: 0, # 'Ó'
2726
+ 59: 0, # 'Ö'
2727
+ 60: 0, # 'Ú'
2728
+ 63: 0, # 'Ü'
2729
+ 14: 3, # 'á'
2730
+ 15: 3, # 'é'
2731
+ 30: 2, # 'í'
2732
+ 25: 3, # 'ó'
2733
+ 24: 3, # 'ö'
2734
+ 31: 3, # 'ú'
2735
+ 29: 3, # 'ü'
2736
+ 42: 3, # 'ő'
2737
+ 56: 2, # 'ű'
2738
+ },
2739
+ 21: { # 'u'
2740
+ 28: 0, # 'A'
2741
+ 40: 0, # 'B'
2742
+ 54: 0, # 'C'
2743
+ 45: 0, # 'D'
2744
+ 32: 0, # 'E'
2745
+ 50: 0, # 'F'
2746
+ 49: 0, # 'G'
2747
+ 38: 0, # 'H'
2748
+ 39: 0, # 'I'
2749
+ 53: 0, # 'J'
2750
+ 36: 0, # 'K'
2751
+ 41: 0, # 'L'
2752
+ 34: 0, # 'M'
2753
+ 35: 0, # 'N'
2754
+ 47: 0, # 'O'
2755
+ 46: 0, # 'P'
2756
+ 43: 0, # 'R'
2757
+ 33: 0, # 'S'
2758
+ 37: 0, # 'T'
2759
+ 57: 0, # 'U'
2760
+ 48: 0, # 'V'
2761
+ 55: 0, # 'Y'
2762
+ 52: 0, # 'Z'
2763
+ 2: 1, # 'a'
2764
+ 18: 2, # 'b'
2765
+ 26: 2, # 'c'
2766
+ 17: 3, # 'd'
2767
+ 1: 2, # 'e'
2768
+ 27: 1, # 'f'
2769
+ 12: 3, # 'g'
2770
+ 20: 2, # 'h'
2771
+ 9: 2, # 'i'
2772
+ 22: 2, # 'j'
2773
+ 7: 3, # 'k'
2774
+ 6: 3, # 'l'
2775
+ 13: 3, # 'm'
2776
+ 4: 3, # 'n'
2777
+ 8: 1, # 'o'
2778
+ 23: 2, # 'p'
2779
+ 10: 3, # 'r'
2780
+ 5: 3, # 's'
2781
+ 3: 3, # 't'
2782
+ 21: 1, # 'u'
2783
+ 19: 3, # 'v'
2784
+ 62: 1, # 'x'
2785
+ 16: 1, # 'y'
2786
+ 11: 2, # 'z'
2787
+ 51: 0, # 'Á'
2788
+ 44: 0, # 'É'
2789
+ 61: 0, # 'Í'
2790
+ 58: 0, # 'Ó'
2791
+ 59: 0, # 'Ö'
2792
+ 60: 0, # 'Ú'
2793
+ 63: 0, # 'Ü'
2794
+ 14: 2, # 'á'
2795
+ 15: 1, # 'é'
2796
+ 30: 1, # 'í'
2797
+ 25: 1, # 'ó'
2798
+ 24: 0, # 'ö'
2799
+ 31: 1, # 'ú'
2800
+ 29: 0, # 'ü'
2801
+ 42: 0, # 'ő'
2802
+ 56: 0, # 'ű'
2803
+ },
2804
+ 19: { # 'v'
2805
+ 28: 0, # 'A'
2806
+ 40: 0, # 'B'
2807
+ 54: 0, # 'C'
2808
+ 45: 0, # 'D'
2809
+ 32: 0, # 'E'
2810
+ 50: 0, # 'F'
2811
+ 49: 0, # 'G'
2812
+ 38: 0, # 'H'
2813
+ 39: 0, # 'I'
2814
+ 53: 0, # 'J'
2815
+ 36: 0, # 'K'
2816
+ 41: 0, # 'L'
2817
+ 34: 0, # 'M'
2818
+ 35: 0, # 'N'
2819
+ 47: 0, # 'O'
2820
+ 46: 0, # 'P'
2821
+ 43: 0, # 'R'
2822
+ 33: 0, # 'S'
2823
+ 37: 0, # 'T'
2824
+ 57: 0, # 'U'
2825
+ 48: 0, # 'V'
2826
+ 55: 0, # 'Y'
2827
+ 52: 0, # 'Z'
2828
+ 2: 3, # 'a'
2829
+ 18: 2, # 'b'
2830
+ 26: 1, # 'c'
2831
+ 17: 1, # 'd'
2832
+ 1: 3, # 'e'
2833
+ 27: 1, # 'f'
2834
+ 12: 1, # 'g'
2835
+ 20: 1, # 'h'
2836
+ 9: 3, # 'i'
2837
+ 22: 1, # 'j'
2838
+ 7: 1, # 'k'
2839
+ 6: 1, # 'l'
2840
+ 13: 1, # 'm'
2841
+ 4: 1, # 'n'
2842
+ 8: 3, # 'o'
2843
+ 23: 1, # 'p'
2844
+ 10: 1, # 'r'
2845
+ 5: 2, # 's'
2846
+ 3: 2, # 't'
2847
+ 21: 2, # 'u'
2848
+ 19: 2, # 'v'
2849
+ 62: 0, # 'x'
2850
+ 16: 1, # 'y'
2851
+ 11: 1, # 'z'
2852
+ 51: 0, # 'Á'
2853
+ 44: 0, # 'É'
2854
+ 61: 0, # 'Í'
2855
+ 58: 0, # 'Ó'
2856
+ 59: 0, # 'Ö'
2857
+ 60: 0, # 'Ú'
2858
+ 63: 0, # 'Ü'
2859
+ 14: 3, # 'á'
2860
+ 15: 3, # 'é'
2861
+ 30: 2, # 'í'
2862
+ 25: 2, # 'ó'
2863
+ 24: 2, # 'ö'
2864
+ 31: 1, # 'ú'
2865
+ 29: 2, # 'ü'
2866
+ 42: 1, # 'ő'
2867
+ 56: 1, # 'ű'
2868
+ },
2869
+ 62: { # 'x'
2870
+ 28: 0, # 'A'
2871
+ 40: 0, # 'B'
2872
+ 54: 0, # 'C'
2873
+ 45: 0, # 'D'
2874
+ 32: 0, # 'E'
2875
+ 50: 0, # 'F'
2876
+ 49: 0, # 'G'
2877
+ 38: 0, # 'H'
2878
+ 39: 0, # 'I'
2879
+ 53: 0, # 'J'
2880
+ 36: 0, # 'K'
2881
+ 41: 0, # 'L'
2882
+ 34: 0, # 'M'
2883
+ 35: 0, # 'N'
2884
+ 47: 0, # 'O'
2885
+ 46: 0, # 'P'
2886
+ 43: 0, # 'R'
2887
+ 33: 0, # 'S'
2888
+ 37: 0, # 'T'
2889
+ 57: 0, # 'U'
2890
+ 48: 0, # 'V'
2891
+ 55: 0, # 'Y'
2892
+ 52: 0, # 'Z'
2893
+ 2: 1, # 'a'
2894
+ 18: 1, # 'b'
2895
+ 26: 1, # 'c'
2896
+ 17: 0, # 'd'
2897
+ 1: 1, # 'e'
2898
+ 27: 1, # 'f'
2899
+ 12: 0, # 'g'
2900
+ 20: 0, # 'h'
2901
+ 9: 1, # 'i'
2902
+ 22: 0, # 'j'
2903
+ 7: 1, # 'k'
2904
+ 6: 1, # 'l'
2905
+ 13: 1, # 'm'
2906
+ 4: 1, # 'n'
2907
+ 8: 1, # 'o'
2908
+ 23: 1, # 'p'
2909
+ 10: 1, # 'r'
2910
+ 5: 1, # 's'
2911
+ 3: 1, # 't'
2912
+ 21: 1, # 'u'
2913
+ 19: 0, # 'v'
2914
+ 62: 0, # 'x'
2915
+ 16: 0, # 'y'
2916
+ 11: 0, # 'z'
2917
+ 51: 0, # 'Á'
2918
+ 44: 0, # 'É'
2919
+ 61: 0, # 'Í'
2920
+ 58: 0, # 'Ó'
2921
+ 59: 0, # 'Ö'
2922
+ 60: 0, # 'Ú'
2923
+ 63: 0, # 'Ü'
2924
+ 14: 1, # 'á'
2925
+ 15: 1, # 'é'
2926
+ 30: 1, # 'í'
2927
+ 25: 1, # 'ó'
2928
+ 24: 0, # 'ö'
2929
+ 31: 0, # 'ú'
2930
+ 29: 0, # 'ü'
2931
+ 42: 0, # 'ő'
2932
+ 56: 0, # 'ű'
2933
+ },
2934
+ 16: { # 'y'
2935
+ 28: 0, # 'A'
2936
+ 40: 0, # 'B'
2937
+ 54: 0, # 'C'
2938
+ 45: 0, # 'D'
2939
+ 32: 0, # 'E'
2940
+ 50: 0, # 'F'
2941
+ 49: 0, # 'G'
2942
+ 38: 0, # 'H'
2943
+ 39: 0, # 'I'
2944
+ 53: 0, # 'J'
2945
+ 36: 0, # 'K'
2946
+ 41: 0, # 'L'
2947
+ 34: 0, # 'M'
2948
+ 35: 0, # 'N'
2949
+ 47: 0, # 'O'
2950
+ 46: 0, # 'P'
2951
+ 43: 0, # 'R'
2952
+ 33: 0, # 'S'
2953
+ 37: 0, # 'T'
2954
+ 57: 0, # 'U'
2955
+ 48: 0, # 'V'
2956
+ 55: 0, # 'Y'
2957
+ 52: 0, # 'Z'
2958
+ 2: 3, # 'a'
2959
+ 18: 2, # 'b'
2960
+ 26: 1, # 'c'
2961
+ 17: 1, # 'd'
2962
+ 1: 3, # 'e'
2963
+ 27: 2, # 'f'
2964
+ 12: 2, # 'g'
2965
+ 20: 2, # 'h'
2966
+ 9: 3, # 'i'
2967
+ 22: 2, # 'j'
2968
+ 7: 2, # 'k'
2969
+ 6: 2, # 'l'
2970
+ 13: 2, # 'm'
2971
+ 4: 3, # 'n'
2972
+ 8: 3, # 'o'
2973
+ 23: 2, # 'p'
2974
+ 10: 2, # 'r'
2975
+ 5: 3, # 's'
2976
+ 3: 3, # 't'
2977
+ 21: 3, # 'u'
2978
+ 19: 3, # 'v'
2979
+ 62: 0, # 'x'
2980
+ 16: 0, # 'y'
2981
+ 11: 2, # 'z'
2982
+ 51: 0, # 'Á'
2983
+ 44: 0, # 'É'
2984
+ 61: 0, # 'Í'
2985
+ 58: 0, # 'Ó'
2986
+ 59: 0, # 'Ö'
2987
+ 60: 0, # 'Ú'
2988
+ 63: 0, # 'Ü'
2989
+ 14: 3, # 'á'
2990
+ 15: 3, # 'é'
2991
+ 30: 2, # 'í'
2992
+ 25: 2, # 'ó'
2993
+ 24: 3, # 'ö'
2994
+ 31: 2, # 'ú'
2995
+ 29: 2, # 'ü'
2996
+ 42: 1, # 'ő'
2997
+ 56: 2, # 'ű'
2998
+ },
2999
+ 11: { # 'z'
3000
+ 28: 0, # 'A'
3001
+ 40: 0, # 'B'
3002
+ 54: 0, # 'C'
3003
+ 45: 0, # 'D'
3004
+ 32: 0, # 'E'
3005
+ 50: 0, # 'F'
3006
+ 49: 0, # 'G'
3007
+ 38: 0, # 'H'
3008
+ 39: 0, # 'I'
3009
+ 53: 0, # 'J'
3010
+ 36: 0, # 'K'
3011
+ 41: 0, # 'L'
3012
+ 34: 0, # 'M'
3013
+ 35: 0, # 'N'
3014
+ 47: 0, # 'O'
3015
+ 46: 0, # 'P'
3016
+ 43: 0, # 'R'
3017
+ 33: 0, # 'S'
3018
+ 37: 0, # 'T'
3019
+ 57: 0, # 'U'
3020
+ 48: 0, # 'V'
3021
+ 55: 0, # 'Y'
3022
+ 52: 0, # 'Z'
3023
+ 2: 3, # 'a'
3024
+ 18: 2, # 'b'
3025
+ 26: 1, # 'c'
3026
+ 17: 3, # 'd'
3027
+ 1: 3, # 'e'
3028
+ 27: 1, # 'f'
3029
+ 12: 2, # 'g'
3030
+ 20: 2, # 'h'
3031
+ 9: 3, # 'i'
3032
+ 22: 1, # 'j'
3033
+ 7: 3, # 'k'
3034
+ 6: 2, # 'l'
3035
+ 13: 3, # 'm'
3036
+ 4: 3, # 'n'
3037
+ 8: 3, # 'o'
3038
+ 23: 1, # 'p'
3039
+ 10: 2, # 'r'
3040
+ 5: 3, # 's'
3041
+ 3: 3, # 't'
3042
+ 21: 3, # 'u'
3043
+ 19: 2, # 'v'
3044
+ 62: 0, # 'x'
3045
+ 16: 1, # 'y'
3046
+ 11: 3, # 'z'
3047
+ 51: 0, # 'Á'
3048
+ 44: 0, # 'É'
3049
+ 61: 0, # 'Í'
3050
+ 58: 0, # 'Ó'
3051
+ 59: 0, # 'Ö'
3052
+ 60: 0, # 'Ú'
3053
+ 63: 0, # 'Ü'
3054
+ 14: 3, # 'á'
3055
+ 15: 3, # 'é'
3056
+ 30: 3, # 'í'
3057
+ 25: 3, # 'ó'
3058
+ 24: 3, # 'ö'
3059
+ 31: 2, # 'ú'
3060
+ 29: 3, # 'ü'
3061
+ 42: 2, # 'ő'
3062
+ 56: 1, # 'ű'
3063
+ },
3064
+ 51: { # 'Á'
3065
+ 28: 0, # 'A'
3066
+ 40: 1, # 'B'
3067
+ 54: 1, # 'C'
3068
+ 45: 1, # 'D'
3069
+ 32: 0, # 'E'
3070
+ 50: 1, # 'F'
3071
+ 49: 2, # 'G'
3072
+ 38: 1, # 'H'
3073
+ 39: 1, # 'I'
3074
+ 53: 1, # 'J'
3075
+ 36: 1, # 'K'
3076
+ 41: 2, # 'L'
3077
+ 34: 1, # 'M'
3078
+ 35: 2, # 'N'
3079
+ 47: 0, # 'O'
3080
+ 46: 1, # 'P'
3081
+ 43: 2, # 'R'
3082
+ 33: 2, # 'S'
3083
+ 37: 1, # 'T'
3084
+ 57: 0, # 'U'
3085
+ 48: 1, # 'V'
3086
+ 55: 0, # 'Y'
3087
+ 52: 1, # 'Z'
3088
+ 2: 0, # 'a'
3089
+ 18: 1, # 'b'
3090
+ 26: 1, # 'c'
3091
+ 17: 1, # 'd'
3092
+ 1: 0, # 'e'
3093
+ 27: 0, # 'f'
3094
+ 12: 1, # 'g'
3095
+ 20: 1, # 'h'
3096
+ 9: 0, # 'i'
3097
+ 22: 1, # 'j'
3098
+ 7: 1, # 'k'
3099
+ 6: 2, # 'l'
3100
+ 13: 2, # 'm'
3101
+ 4: 0, # 'n'
3102
+ 8: 0, # 'o'
3103
+ 23: 1, # 'p'
3104
+ 10: 1, # 'r'
3105
+ 5: 1, # 's'
3106
+ 3: 1, # 't'
3107
+ 21: 0, # 'u'
3108
+ 19: 0, # 'v'
3109
+ 62: 0, # 'x'
3110
+ 16: 0, # 'y'
3111
+ 11: 1, # 'z'
3112
+ 51: 0, # 'Á'
3113
+ 44: 0, # 'É'
3114
+ 61: 1, # 'Í'
3115
+ 58: 0, # 'Ó'
3116
+ 59: 0, # 'Ö'
3117
+ 60: 0, # 'Ú'
3118
+ 63: 0, # 'Ü'
3119
+ 14: 0, # 'á'
3120
+ 15: 0, # 'é'
3121
+ 30: 0, # 'í'
3122
+ 25: 0, # 'ó'
3123
+ 24: 0, # 'ö'
3124
+ 31: 0, # 'ú'
3125
+ 29: 0, # 'ü'
3126
+ 42: 0, # 'ő'
3127
+ 56: 0, # 'ű'
3128
+ },
3129
+ 44: { # 'É'
3130
+ 28: 0, # 'A'
3131
+ 40: 1, # 'B'
3132
+ 54: 1, # 'C'
3133
+ 45: 1, # 'D'
3134
+ 32: 1, # 'E'
3135
+ 50: 0, # 'F'
3136
+ 49: 2, # 'G'
3137
+ 38: 1, # 'H'
3138
+ 39: 1, # 'I'
3139
+ 53: 1, # 'J'
3140
+ 36: 1, # 'K'
3141
+ 41: 2, # 'L'
3142
+ 34: 1, # 'M'
3143
+ 35: 2, # 'N'
3144
+ 47: 0, # 'O'
3145
+ 46: 1, # 'P'
3146
+ 43: 2, # 'R'
3147
+ 33: 2, # 'S'
3148
+ 37: 2, # 'T'
3149
+ 57: 0, # 'U'
3150
+ 48: 1, # 'V'
3151
+ 55: 0, # 'Y'
3152
+ 52: 1, # 'Z'
3153
+ 2: 0, # 'a'
3154
+ 18: 1, # 'b'
3155
+ 26: 1, # 'c'
3156
+ 17: 1, # 'd'
3157
+ 1: 0, # 'e'
3158
+ 27: 0, # 'f'
3159
+ 12: 1, # 'g'
3160
+ 20: 1, # 'h'
3161
+ 9: 0, # 'i'
3162
+ 22: 1, # 'j'
3163
+ 7: 1, # 'k'
3164
+ 6: 2, # 'l'
3165
+ 13: 1, # 'm'
3166
+ 4: 2, # 'n'
3167
+ 8: 0, # 'o'
3168
+ 23: 1, # 'p'
3169
+ 10: 2, # 'r'
3170
+ 5: 3, # 's'
3171
+ 3: 1, # 't'
3172
+ 21: 0, # 'u'
3173
+ 19: 1, # 'v'
3174
+ 62: 0, # 'x'
3175
+ 16: 0, # 'y'
3176
+ 11: 0, # 'z'
3177
+ 51: 0, # 'Á'
3178
+ 44: 1, # 'É'
3179
+ 61: 0, # 'Í'
3180
+ 58: 0, # 'Ó'
3181
+ 59: 0, # 'Ö'
3182
+ 60: 0, # 'Ú'
3183
+ 63: 0, # 'Ü'
3184
+ 14: 0, # 'á'
3185
+ 15: 0, # 'é'
3186
+ 30: 0, # 'í'
3187
+ 25: 0, # 'ó'
3188
+ 24: 0, # 'ö'
3189
+ 31: 0, # 'ú'
3190
+ 29: 0, # 'ü'
3191
+ 42: 0, # 'ő'
3192
+ 56: 0, # 'ű'
3193
+ },
3194
+ 61: { # 'Í'
3195
+ 28: 0, # 'A'
3196
+ 40: 1, # 'B'
3197
+ 54: 1, # 'C'
3198
+ 45: 1, # 'D'
3199
+ 32: 0, # 'E'
3200
+ 50: 1, # 'F'
3201
+ 49: 1, # 'G'
3202
+ 38: 0, # 'H'
3203
+ 39: 0, # 'I'
3204
+ 53: 1, # 'J'
3205
+ 36: 0, # 'K'
3206
+ 41: 1, # 'L'
3207
+ 34: 1, # 'M'
3208
+ 35: 1, # 'N'
3209
+ 47: 0, # 'O'
3210
+ 46: 1, # 'P'
3211
+ 43: 1, # 'R'
3212
+ 33: 1, # 'S'
3213
+ 37: 1, # 'T'
3214
+ 57: 0, # 'U'
3215
+ 48: 1, # 'V'
3216
+ 55: 0, # 'Y'
3217
+ 52: 1, # 'Z'
3218
+ 2: 0, # 'a'
3219
+ 18: 0, # 'b'
3220
+ 26: 0, # 'c'
3221
+ 17: 0, # 'd'
3222
+ 1: 0, # 'e'
3223
+ 27: 0, # 'f'
3224
+ 12: 2, # 'g'
3225
+ 20: 0, # 'h'
3226
+ 9: 0, # 'i'
3227
+ 22: 0, # 'j'
3228
+ 7: 0, # 'k'
3229
+ 6: 0, # 'l'
3230
+ 13: 1, # 'm'
3231
+ 4: 0, # 'n'
3232
+ 8: 0, # 'o'
3233
+ 23: 0, # 'p'
3234
+ 10: 1, # 'r'
3235
+ 5: 0, # 's'
3236
+ 3: 1, # 't'
3237
+ 21: 0, # 'u'
3238
+ 19: 0, # 'v'
3239
+ 62: 0, # 'x'
3240
+ 16: 0, # 'y'
3241
+ 11: 1, # 'z'
3242
+ 51: 0, # 'Á'
3243
+ 44: 0, # 'É'
3244
+ 61: 0, # 'Í'
3245
+ 58: 0, # 'Ó'
3246
+ 59: 0, # 'Ö'
3247
+ 60: 0, # 'Ú'
3248
+ 63: 0, # 'Ü'
3249
+ 14: 0, # 'á'
3250
+ 15: 0, # 'é'
3251
+ 30: 0, # 'í'
3252
+ 25: 0, # 'ó'
3253
+ 24: 0, # 'ö'
3254
+ 31: 0, # 'ú'
3255
+ 29: 0, # 'ü'
3256
+ 42: 0, # 'ő'
3257
+ 56: 0, # 'ű'
3258
+ },
3259
+ 58: { # 'Ó'
3260
+ 28: 1, # 'A'
3261
+ 40: 1, # 'B'
3262
+ 54: 1, # 'C'
3263
+ 45: 1, # 'D'
3264
+ 32: 0, # 'E'
3265
+ 50: 1, # 'F'
3266
+ 49: 1, # 'G'
3267
+ 38: 1, # 'H'
3268
+ 39: 1, # 'I'
3269
+ 53: 1, # 'J'
3270
+ 36: 1, # 'K'
3271
+ 41: 2, # 'L'
3272
+ 34: 1, # 'M'
3273
+ 35: 1, # 'N'
3274
+ 47: 0, # 'O'
3275
+ 46: 1, # 'P'
3276
+ 43: 1, # 'R'
3277
+ 33: 1, # 'S'
3278
+ 37: 1, # 'T'
3279
+ 57: 0, # 'U'
3280
+ 48: 1, # 'V'
3281
+ 55: 0, # 'Y'
3282
+ 52: 1, # 'Z'
3283
+ 2: 0, # 'a'
3284
+ 18: 1, # 'b'
3285
+ 26: 1, # 'c'
3286
+ 17: 1, # 'd'
3287
+ 1: 0, # 'e'
3288
+ 27: 0, # 'f'
3289
+ 12: 0, # 'g'
3290
+ 20: 2, # 'h'
3291
+ 9: 0, # 'i'
3292
+ 22: 0, # 'j'
3293
+ 7: 1, # 'k'
3294
+ 6: 1, # 'l'
3295
+ 13: 0, # 'm'
3296
+ 4: 1, # 'n'
3297
+ 8: 0, # 'o'
3298
+ 23: 1, # 'p'
3299
+ 10: 1, # 'r'
3300
+ 5: 1, # 's'
3301
+ 3: 0, # 't'
3302
+ 21: 0, # 'u'
3303
+ 19: 1, # 'v'
3304
+ 62: 0, # 'x'
3305
+ 16: 0, # 'y'
3306
+ 11: 1, # 'z'
3307
+ 51: 0, # 'Á'
3308
+ 44: 1, # 'É'
3309
+ 61: 0, # 'Í'
3310
+ 58: 0, # 'Ó'
3311
+ 59: 0, # 'Ö'
3312
+ 60: 0, # 'Ú'
3313
+ 63: 0, # 'Ü'
3314
+ 14: 0, # 'á'
3315
+ 15: 0, # 'é'
3316
+ 30: 0, # 'í'
3317
+ 25: 0, # 'ó'
3318
+ 24: 0, # 'ö'
3319
+ 31: 0, # 'ú'
3320
+ 29: 0, # 'ü'
3321
+ 42: 0, # 'ő'
3322
+ 56: 0, # 'ű'
3323
+ },
3324
+ 59: { # 'Ö'
3325
+ 28: 0, # 'A'
3326
+ 40: 1, # 'B'
3327
+ 54: 1, # 'C'
3328
+ 45: 1, # 'D'
3329
+ 32: 0, # 'E'
3330
+ 50: 0, # 'F'
3331
+ 49: 1, # 'G'
3332
+ 38: 1, # 'H'
3333
+ 39: 0, # 'I'
3334
+ 53: 1, # 'J'
3335
+ 36: 1, # 'K'
3336
+ 41: 1, # 'L'
3337
+ 34: 1, # 'M'
3338
+ 35: 1, # 'N'
3339
+ 47: 0, # 'O'
3340
+ 46: 1, # 'P'
3341
+ 43: 1, # 'R'
3342
+ 33: 1, # 'S'
3343
+ 37: 1, # 'T'
3344
+ 57: 0, # 'U'
3345
+ 48: 1, # 'V'
3346
+ 55: 0, # 'Y'
3347
+ 52: 1, # 'Z'
3348
+ 2: 0, # 'a'
3349
+ 18: 0, # 'b'
3350
+ 26: 1, # 'c'
3351
+ 17: 1, # 'd'
3352
+ 1: 0, # 'e'
3353
+ 27: 0, # 'f'
3354
+ 12: 0, # 'g'
3355
+ 20: 0, # 'h'
3356
+ 9: 0, # 'i'
3357
+ 22: 0, # 'j'
3358
+ 7: 1, # 'k'
3359
+ 6: 1, # 'l'
3360
+ 13: 1, # 'm'
3361
+ 4: 1, # 'n'
3362
+ 8: 0, # 'o'
3363
+ 23: 0, # 'p'
3364
+ 10: 2, # 'r'
3365
+ 5: 1, # 's'
3366
+ 3: 1, # 't'
3367
+ 21: 0, # 'u'
3368
+ 19: 1, # 'v'
3369
+ 62: 0, # 'x'
3370
+ 16: 0, # 'y'
3371
+ 11: 1, # 'z'
3372
+ 51: 0, # 'Á'
3373
+ 44: 0, # 'É'
3374
+ 61: 0, # 'Í'
3375
+ 58: 0, # 'Ó'
3376
+ 59: 0, # 'Ö'
3377
+ 60: 0, # 'Ú'
3378
+ 63: 0, # 'Ü'
3379
+ 14: 0, # 'á'
3380
+ 15: 0, # 'é'
3381
+ 30: 0, # 'í'
3382
+ 25: 0, # 'ó'
3383
+ 24: 0, # 'ö'
3384
+ 31: 0, # 'ú'
3385
+ 29: 0, # 'ü'
3386
+ 42: 0, # 'ő'
3387
+ 56: 0, # 'ű'
3388
+ },
3389
+ 60: { # 'Ú'
3390
+ 28: 0, # 'A'
3391
+ 40: 1, # 'B'
3392
+ 54: 1, # 'C'
3393
+ 45: 1, # 'D'
3394
+ 32: 0, # 'E'
3395
+ 50: 1, # 'F'
3396
+ 49: 1, # 'G'
3397
+ 38: 0, # 'H'
3398
+ 39: 0, # 'I'
3399
+ 53: 1, # 'J'
3400
+ 36: 1, # 'K'
3401
+ 41: 1, # 'L'
3402
+ 34: 1, # 'M'
3403
+ 35: 1, # 'N'
3404
+ 47: 0, # 'O'
3405
+ 46: 0, # 'P'
3406
+ 43: 1, # 'R'
3407
+ 33: 1, # 'S'
3408
+ 37: 1, # 'T'
3409
+ 57: 0, # 'U'
3410
+ 48: 1, # 'V'
3411
+ 55: 0, # 'Y'
3412
+ 52: 1, # 'Z'
3413
+ 2: 0, # 'a'
3414
+ 18: 0, # 'b'
3415
+ 26: 0, # 'c'
3416
+ 17: 0, # 'd'
3417
+ 1: 0, # 'e'
3418
+ 27: 0, # 'f'
3419
+ 12: 2, # 'g'
3420
+ 20: 0, # 'h'
3421
+ 9: 0, # 'i'
3422
+ 22: 2, # 'j'
3423
+ 7: 0, # 'k'
3424
+ 6: 0, # 'l'
3425
+ 13: 0, # 'm'
3426
+ 4: 1, # 'n'
3427
+ 8: 0, # 'o'
3428
+ 23: 0, # 'p'
3429
+ 10: 1, # 'r'
3430
+ 5: 1, # 's'
3431
+ 3: 1, # 't'
3432
+ 21: 0, # 'u'
3433
+ 19: 0, # 'v'
3434
+ 62: 0, # 'x'
3435
+ 16: 0, # 'y'
3436
+ 11: 0, # 'z'
3437
+ 51: 0, # 'Á'
3438
+ 44: 0, # 'É'
3439
+ 61: 0, # 'Í'
3440
+ 58: 0, # 'Ó'
3441
+ 59: 0, # 'Ö'
3442
+ 60: 0, # 'Ú'
3443
+ 63: 0, # 'Ü'
3444
+ 14: 0, # 'á'
3445
+ 15: 0, # 'é'
3446
+ 30: 0, # 'í'
3447
+ 25: 0, # 'ó'
3448
+ 24: 0, # 'ö'
3449
+ 31: 0, # 'ú'
3450
+ 29: 0, # 'ü'
3451
+ 42: 0, # 'ő'
3452
+ 56: 0, # 'ű'
3453
+ },
3454
+ 63: { # 'Ü'
3455
+ 28: 0, # 'A'
3456
+ 40: 1, # 'B'
3457
+ 54: 0, # 'C'
3458
+ 45: 1, # 'D'
3459
+ 32: 0, # 'E'
3460
+ 50: 0, # 'F'
3461
+ 49: 1, # 'G'
3462
+ 38: 1, # 'H'
3463
+ 39: 0, # 'I'
3464
+ 53: 1, # 'J'
3465
+ 36: 1, # 'K'
3466
+ 41: 1, # 'L'
3467
+ 34: 1, # 'M'
3468
+ 35: 1, # 'N'
3469
+ 47: 0, # 'O'
3470
+ 46: 0, # 'P'
3471
+ 43: 1, # 'R'
3472
+ 33: 1, # 'S'
3473
+ 37: 1, # 'T'
3474
+ 57: 0, # 'U'
3475
+ 48: 1, # 'V'
3476
+ 55: 0, # 'Y'
3477
+ 52: 1, # 'Z'
3478
+ 2: 0, # 'a'
3479
+ 18: 1, # 'b'
3480
+ 26: 0, # 'c'
3481
+ 17: 1, # 'd'
3482
+ 1: 0, # 'e'
3483
+ 27: 0, # 'f'
3484
+ 12: 1, # 'g'
3485
+ 20: 0, # 'h'
3486
+ 9: 0, # 'i'
3487
+ 22: 0, # 'j'
3488
+ 7: 0, # 'k'
3489
+ 6: 1, # 'l'
3490
+ 13: 0, # 'm'
3491
+ 4: 1, # 'n'
3492
+ 8: 0, # 'o'
3493
+ 23: 0, # 'p'
3494
+ 10: 1, # 'r'
3495
+ 5: 1, # 's'
3496
+ 3: 1, # 't'
3497
+ 21: 0, # 'u'
3498
+ 19: 1, # 'v'
3499
+ 62: 0, # 'x'
3500
+ 16: 0, # 'y'
3501
+ 11: 1, # 'z'
3502
+ 51: 0, # 'Á'
3503
+ 44: 0, # 'É'
3504
+ 61: 0, # 'Í'
3505
+ 58: 0, # 'Ó'
3506
+ 59: 0, # 'Ö'
3507
+ 60: 0, # 'Ú'
3508
+ 63: 0, # 'Ü'
3509
+ 14: 0, # 'á'
3510
+ 15: 0, # 'é'
3511
+ 30: 0, # 'í'
3512
+ 25: 0, # 'ó'
3513
+ 24: 0, # 'ö'
3514
+ 31: 0, # 'ú'
3515
+ 29: 0, # 'ü'
3516
+ 42: 0, # 'ő'
3517
+ 56: 0, # 'ű'
3518
+ },
3519
+ 14: { # 'á'
3520
+ 28: 0, # 'A'
3521
+ 40: 0, # 'B'
3522
+ 54: 0, # 'C'
3523
+ 45: 0, # 'D'
3524
+ 32: 0, # 'E'
3525
+ 50: 0, # 'F'
3526
+ 49: 0, # 'G'
3527
+ 38: 0, # 'H'
3528
+ 39: 0, # 'I'
3529
+ 53: 0, # 'J'
3530
+ 36: 0, # 'K'
3531
+ 41: 0, # 'L'
3532
+ 34: 0, # 'M'
3533
+ 35: 0, # 'N'
3534
+ 47: 0, # 'O'
3535
+ 46: 0, # 'P'
3536
+ 43: 0, # 'R'
3537
+ 33: 0, # 'S'
3538
+ 37: 0, # 'T'
3539
+ 57: 0, # 'U'
3540
+ 48: 0, # 'V'
3541
+ 55: 0, # 'Y'
3542
+ 52: 0, # 'Z'
3543
+ 2: 1, # 'a'
3544
+ 18: 3, # 'b'
3545
+ 26: 3, # 'c'
3546
+ 17: 3, # 'd'
3547
+ 1: 1, # 'e'
3548
+ 27: 2, # 'f'
3549
+ 12: 3, # 'g'
3550
+ 20: 2, # 'h'
3551
+ 9: 2, # 'i'
3552
+ 22: 3, # 'j'
3553
+ 7: 3, # 'k'
3554
+ 6: 3, # 'l'
3555
+ 13: 3, # 'm'
3556
+ 4: 3, # 'n'
3557
+ 8: 1, # 'o'
3558
+ 23: 2, # 'p'
3559
+ 10: 3, # 'r'
3560
+ 5: 3, # 's'
3561
+ 3: 3, # 't'
3562
+ 21: 2, # 'u'
3563
+ 19: 3, # 'v'
3564
+ 62: 0, # 'x'
3565
+ 16: 1, # 'y'
3566
+ 11: 3, # 'z'
3567
+ 51: 0, # 'Á'
3568
+ 44: 0, # 'É'
3569
+ 61: 0, # 'Í'
3570
+ 58: 0, # 'Ó'
3571
+ 59: 0, # 'Ö'
3572
+ 60: 0, # 'Ú'
3573
+ 63: 0, # 'Ü'
3574
+ 14: 1, # 'á'
3575
+ 15: 2, # 'é'
3576
+ 30: 1, # 'í'
3577
+ 25: 0, # 'ó'
3578
+ 24: 1, # 'ö'
3579
+ 31: 0, # 'ú'
3580
+ 29: 1, # 'ü'
3581
+ 42: 0, # 'ő'
3582
+ 56: 0, # 'ű'
3583
+ },
3584
+ 15: { # 'é'
3585
+ 28: 0, # 'A'
3586
+ 40: 0, # 'B'
3587
+ 54: 0, # 'C'
3588
+ 45: 0, # 'D'
3589
+ 32: 0, # 'E'
3590
+ 50: 0, # 'F'
3591
+ 49: 0, # 'G'
3592
+ 38: 0, # 'H'
3593
+ 39: 0, # 'I'
3594
+ 53: 0, # 'J'
3595
+ 36: 0, # 'K'
3596
+ 41: 0, # 'L'
3597
+ 34: 0, # 'M'
3598
+ 35: 0, # 'N'
3599
+ 47: 0, # 'O'
3600
+ 46: 0, # 'P'
3601
+ 43: 0, # 'R'
3602
+ 33: 0, # 'S'
3603
+ 37: 0, # 'T'
3604
+ 57: 0, # 'U'
3605
+ 48: 0, # 'V'
3606
+ 55: 0, # 'Y'
3607
+ 52: 0, # 'Z'
3608
+ 2: 1, # 'a'
3609
+ 18: 3, # 'b'
3610
+ 26: 2, # 'c'
3611
+ 17: 3, # 'd'
3612
+ 1: 1, # 'e'
3613
+ 27: 1, # 'f'
3614
+ 12: 3, # 'g'
3615
+ 20: 3, # 'h'
3616
+ 9: 2, # 'i'
3617
+ 22: 2, # 'j'
3618
+ 7: 3, # 'k'
3619
+ 6: 3, # 'l'
3620
+ 13: 3, # 'm'
3621
+ 4: 3, # 'n'
3622
+ 8: 1, # 'o'
3623
+ 23: 3, # 'p'
3624
+ 10: 3, # 'r'
3625
+ 5: 3, # 's'
3626
+ 3: 3, # 't'
3627
+ 21: 0, # 'u'
3628
+ 19: 3, # 'v'
3629
+ 62: 0, # 'x'
3630
+ 16: 0, # 'y'
3631
+ 11: 3, # 'z'
3632
+ 51: 0, # 'Á'
3633
+ 44: 0, # 'É'
3634
+ 61: 0, # 'Í'
3635
+ 58: 0, # 'Ó'
3636
+ 59: 0, # 'Ö'
3637
+ 60: 0, # 'Ú'
3638
+ 63: 0, # 'Ü'
3639
+ 14: 1, # 'á'
3640
+ 15: 1, # 'é'
3641
+ 30: 0, # 'í'
3642
+ 25: 0, # 'ó'
3643
+ 24: 0, # 'ö'
3644
+ 31: 0, # 'ú'
3645
+ 29: 1, # 'ü'
3646
+ 42: 0, # 'ő'
3647
+ 56: 0, # 'ű'
3648
+ },
3649
+ 30: { # 'í'
3650
+ 28: 0, # 'A'
3651
+ 40: 0, # 'B'
3652
+ 54: 0, # 'C'
3653
+ 45: 0, # 'D'
3654
+ 32: 0, # 'E'
3655
+ 50: 0, # 'F'
3656
+ 49: 0, # 'G'
3657
+ 38: 0, # 'H'
3658
+ 39: 0, # 'I'
3659
+ 53: 0, # 'J'
3660
+ 36: 0, # 'K'
3661
+ 41: 0, # 'L'
3662
+ 34: 0, # 'M'
3663
+ 35: 0, # 'N'
3664
+ 47: 0, # 'O'
3665
+ 46: 0, # 'P'
3666
+ 43: 0, # 'R'
3667
+ 33: 0, # 'S'
3668
+ 37: 0, # 'T'
3669
+ 57: 0, # 'U'
3670
+ 48: 0, # 'V'
3671
+ 55: 0, # 'Y'
3672
+ 52: 0, # 'Z'
3673
+ 2: 0, # 'a'
3674
+ 18: 1, # 'b'
3675
+ 26: 2, # 'c'
3676
+ 17: 1, # 'd'
3677
+ 1: 0, # 'e'
3678
+ 27: 1, # 'f'
3679
+ 12: 3, # 'g'
3680
+ 20: 0, # 'h'
3681
+ 9: 0, # 'i'
3682
+ 22: 1, # 'j'
3683
+ 7: 1, # 'k'
3684
+ 6: 2, # 'l'
3685
+ 13: 2, # 'm'
3686
+ 4: 3, # 'n'
3687
+ 8: 0, # 'o'
3688
+ 23: 1, # 'p'
3689
+ 10: 3, # 'r'
3690
+ 5: 2, # 's'
3691
+ 3: 3, # 't'
3692
+ 21: 0, # 'u'
3693
+ 19: 3, # 'v'
3694
+ 62: 0, # 'x'
3695
+ 16: 0, # 'y'
3696
+ 11: 2, # 'z'
3697
+ 51: 0, # 'Á'
3698
+ 44: 0, # 'É'
3699
+ 61: 0, # 'Í'
3700
+ 58: 0, # 'Ó'
3701
+ 59: 0, # 'Ö'
3702
+ 60: 0, # 'Ú'
3703
+ 63: 0, # 'Ü'
3704
+ 14: 0, # 'á'
3705
+ 15: 0, # 'é'
3706
+ 30: 0, # 'í'
3707
+ 25: 0, # 'ó'
3708
+ 24: 0, # 'ö'
3709
+ 31: 0, # 'ú'
3710
+ 29: 0, # 'ü'
3711
+ 42: 0, # 'ő'
3712
+ 56: 0, # 'ű'
3713
+ },
3714
+ 25: { # 'ó'
3715
+ 28: 0, # 'A'
3716
+ 40: 0, # 'B'
3717
+ 54: 0, # 'C'
3718
+ 45: 0, # 'D'
3719
+ 32: 0, # 'E'
3720
+ 50: 0, # 'F'
3721
+ 49: 0, # 'G'
3722
+ 38: 0, # 'H'
3723
+ 39: 0, # 'I'
3724
+ 53: 0, # 'J'
3725
+ 36: 0, # 'K'
3726
+ 41: 0, # 'L'
3727
+ 34: 0, # 'M'
3728
+ 35: 0, # 'N'
3729
+ 47: 0, # 'O'
3730
+ 46: 0, # 'P'
3731
+ 43: 0, # 'R'
3732
+ 33: 0, # 'S'
3733
+ 37: 0, # 'T'
3734
+ 57: 0, # 'U'
3735
+ 48: 0, # 'V'
3736
+ 55: 0, # 'Y'
3737
+ 52: 0, # 'Z'
3738
+ 2: 2, # 'a'
3739
+ 18: 3, # 'b'
3740
+ 26: 2, # 'c'
3741
+ 17: 3, # 'd'
3742
+ 1: 1, # 'e'
3743
+ 27: 2, # 'f'
3744
+ 12: 2, # 'g'
3745
+ 20: 2, # 'h'
3746
+ 9: 2, # 'i'
3747
+ 22: 2, # 'j'
3748
+ 7: 3, # 'k'
3749
+ 6: 3, # 'l'
3750
+ 13: 2, # 'm'
3751
+ 4: 3, # 'n'
3752
+ 8: 1, # 'o'
3753
+ 23: 2, # 'p'
3754
+ 10: 3, # 'r'
3755
+ 5: 3, # 's'
3756
+ 3: 3, # 't'
3757
+ 21: 1, # 'u'
3758
+ 19: 2, # 'v'
3759
+ 62: 0, # 'x'
3760
+ 16: 0, # 'y'
3761
+ 11: 3, # 'z'
3762
+ 51: 0, # 'Á'
3763
+ 44: 0, # 'É'
3764
+ 61: 0, # 'Í'
3765
+ 58: 0, # 'Ó'
3766
+ 59: 0, # 'Ö'
3767
+ 60: 0, # 'Ú'
3768
+ 63: 0, # 'Ü'
3769
+ 14: 1, # 'á'
3770
+ 15: 1, # 'é'
3771
+ 30: 1, # 'í'
3772
+ 25: 0, # 'ó'
3773
+ 24: 1, # 'ö'
3774
+ 31: 1, # 'ú'
3775
+ 29: 1, # 'ü'
3776
+ 42: 0, # 'ő'
3777
+ 56: 0, # 'ű'
3778
+ },
3779
+ 24: { # 'ö'
3780
+ 28: 0, # 'A'
3781
+ 40: 0, # 'B'
3782
+ 54: 0, # 'C'
3783
+ 45: 0, # 'D'
3784
+ 32: 0, # 'E'
3785
+ 50: 0, # 'F'
3786
+ 49: 0, # 'G'
3787
+ 38: 0, # 'H'
3788
+ 39: 0, # 'I'
3789
+ 53: 0, # 'J'
3790
+ 36: 0, # 'K'
3791
+ 41: 0, # 'L'
3792
+ 34: 0, # 'M'
3793
+ 35: 0, # 'N'
3794
+ 47: 0, # 'O'
3795
+ 46: 0, # 'P'
3796
+ 43: 0, # 'R'
3797
+ 33: 0, # 'S'
3798
+ 37: 0, # 'T'
3799
+ 57: 0, # 'U'
3800
+ 48: 0, # 'V'
3801
+ 55: 0, # 'Y'
3802
+ 52: 0, # 'Z'
3803
+ 2: 0, # 'a'
3804
+ 18: 3, # 'b'
3805
+ 26: 1, # 'c'
3806
+ 17: 2, # 'd'
3807
+ 1: 0, # 'e'
3808
+ 27: 1, # 'f'
3809
+ 12: 2, # 'g'
3810
+ 20: 1, # 'h'
3811
+ 9: 0, # 'i'
3812
+ 22: 1, # 'j'
3813
+ 7: 3, # 'k'
3814
+ 6: 3, # 'l'
3815
+ 13: 3, # 'm'
3816
+ 4: 3, # 'n'
3817
+ 8: 0, # 'o'
3818
+ 23: 2, # 'p'
3819
+ 10: 3, # 'r'
3820
+ 5: 3, # 's'
3821
+ 3: 3, # 't'
3822
+ 21: 0, # 'u'
3823
+ 19: 3, # 'v'
3824
+ 62: 0, # 'x'
3825
+ 16: 0, # 'y'
3826
+ 11: 3, # 'z'
3827
+ 51: 0, # 'Á'
3828
+ 44: 0, # 'É'
3829
+ 61: 0, # 'Í'
3830
+ 58: 0, # 'Ó'
3831
+ 59: 0, # 'Ö'
3832
+ 60: 0, # 'Ú'
3833
+ 63: 0, # 'Ü'
3834
+ 14: 0, # 'á'
3835
+ 15: 0, # 'é'
3836
+ 30: 0, # 'í'
3837
+ 25: 0, # 'ó'
3838
+ 24: 0, # 'ö'
3839
+ 31: 0, # 'ú'
3840
+ 29: 0, # 'ü'
3841
+ 42: 0, # 'ő'
3842
+ 56: 0, # 'ű'
3843
+ },
3844
+ 31: { # 'ú'
3845
+ 28: 0, # 'A'
3846
+ 40: 0, # 'B'
3847
+ 54: 0, # 'C'
3848
+ 45: 0, # 'D'
3849
+ 32: 0, # 'E'
3850
+ 50: 0, # 'F'
3851
+ 49: 0, # 'G'
3852
+ 38: 0, # 'H'
3853
+ 39: 0, # 'I'
3854
+ 53: 0, # 'J'
3855
+ 36: 0, # 'K'
3856
+ 41: 0, # 'L'
3857
+ 34: 0, # 'M'
3858
+ 35: 0, # 'N'
3859
+ 47: 0, # 'O'
3860
+ 46: 0, # 'P'
3861
+ 43: 0, # 'R'
3862
+ 33: 0, # 'S'
3863
+ 37: 0, # 'T'
3864
+ 57: 0, # 'U'
3865
+ 48: 0, # 'V'
3866
+ 55: 0, # 'Y'
3867
+ 52: 0, # 'Z'
3868
+ 2: 1, # 'a'
3869
+ 18: 1, # 'b'
3870
+ 26: 2, # 'c'
3871
+ 17: 1, # 'd'
3872
+ 1: 1, # 'e'
3873
+ 27: 2, # 'f'
3874
+ 12: 3, # 'g'
3875
+ 20: 1, # 'h'
3876
+ 9: 1, # 'i'
3877
+ 22: 3, # 'j'
3878
+ 7: 1, # 'k'
3879
+ 6: 3, # 'l'
3880
+ 13: 1, # 'm'
3881
+ 4: 2, # 'n'
3882
+ 8: 0, # 'o'
3883
+ 23: 1, # 'p'
3884
+ 10: 3, # 'r'
3885
+ 5: 3, # 's'
3886
+ 3: 2, # 't'
3887
+ 21: 1, # 'u'
3888
+ 19: 1, # 'v'
3889
+ 62: 0, # 'x'
3890
+ 16: 0, # 'y'
3891
+ 11: 2, # 'z'
3892
+ 51: 0, # 'Á'
3893
+ 44: 0, # 'É'
3894
+ 61: 0, # 'Í'
3895
+ 58: 0, # 'Ó'
3896
+ 59: 0, # 'Ö'
3897
+ 60: 0, # 'Ú'
3898
+ 63: 0, # 'Ü'
3899
+ 14: 1, # 'á'
3900
+ 15: 1, # 'é'
3901
+ 30: 0, # 'í'
3902
+ 25: 0, # 'ó'
3903
+ 24: 0, # 'ö'
3904
+ 31: 0, # 'ú'
3905
+ 29: 0, # 'ü'
3906
+ 42: 0, # 'ő'
3907
+ 56: 0, # 'ű'
3908
+ },
3909
+ 29: { # 'ü'
3910
+ 28: 0, # 'A'
3911
+ 40: 0, # 'B'
3912
+ 54: 0, # 'C'
3913
+ 45: 0, # 'D'
3914
+ 32: 0, # 'E'
3915
+ 50: 0, # 'F'
3916
+ 49: 0, # 'G'
3917
+ 38: 0, # 'H'
3918
+ 39: 0, # 'I'
3919
+ 53: 0, # 'J'
3920
+ 36: 0, # 'K'
3921
+ 41: 0, # 'L'
3922
+ 34: 0, # 'M'
3923
+ 35: 0, # 'N'
3924
+ 47: 0, # 'O'
3925
+ 46: 0, # 'P'
3926
+ 43: 0, # 'R'
3927
+ 33: 0, # 'S'
3928
+ 37: 0, # 'T'
3929
+ 57: 0, # 'U'
3930
+ 48: 0, # 'V'
3931
+ 55: 0, # 'Y'
3932
+ 52: 0, # 'Z'
3933
+ 2: 1, # 'a'
3934
+ 18: 1, # 'b'
3935
+ 26: 1, # 'c'
3936
+ 17: 2, # 'd'
3937
+ 1: 1, # 'e'
3938
+ 27: 1, # 'f'
3939
+ 12: 3, # 'g'
3940
+ 20: 2, # 'h'
3941
+ 9: 1, # 'i'
3942
+ 22: 1, # 'j'
3943
+ 7: 3, # 'k'
3944
+ 6: 3, # 'l'
3945
+ 13: 1, # 'm'
3946
+ 4: 3, # 'n'
3947
+ 8: 0, # 'o'
3948
+ 23: 1, # 'p'
3949
+ 10: 2, # 'r'
3950
+ 5: 2, # 's'
3951
+ 3: 2, # 't'
3952
+ 21: 0, # 'u'
3953
+ 19: 2, # 'v'
3954
+ 62: 0, # 'x'
3955
+ 16: 0, # 'y'
3956
+ 11: 2, # 'z'
3957
+ 51: 0, # 'Á'
3958
+ 44: 0, # 'É'
3959
+ 61: 0, # 'Í'
3960
+ 58: 0, # 'Ó'
3961
+ 59: 0, # 'Ö'
3962
+ 60: 0, # 'Ú'
3963
+ 63: 0, # 'Ü'
3964
+ 14: 0, # 'á'
3965
+ 15: 1, # 'é'
3966
+ 30: 0, # 'í'
3967
+ 25: 0, # 'ó'
3968
+ 24: 0, # 'ö'
3969
+ 31: 0, # 'ú'
3970
+ 29: 0, # 'ü'
3971
+ 42: 0, # 'ő'
3972
+ 56: 0, # 'ű'
3973
+ },
3974
+ 42: { # 'ő'
3975
+ 28: 0, # 'A'
3976
+ 40: 0, # 'B'
3977
+ 54: 0, # 'C'
3978
+ 45: 0, # 'D'
3979
+ 32: 0, # 'E'
3980
+ 50: 0, # 'F'
3981
+ 49: 0, # 'G'
3982
+ 38: 0, # 'H'
3983
+ 39: 0, # 'I'
3984
+ 53: 0, # 'J'
3985
+ 36: 0, # 'K'
3986
+ 41: 0, # 'L'
3987
+ 34: 0, # 'M'
3988
+ 35: 0, # 'N'
3989
+ 47: 0, # 'O'
3990
+ 46: 0, # 'P'
3991
+ 43: 0, # 'R'
3992
+ 33: 0, # 'S'
3993
+ 37: 0, # 'T'
3994
+ 57: 0, # 'U'
3995
+ 48: 0, # 'V'
3996
+ 55: 0, # 'Y'
3997
+ 52: 0, # 'Z'
3998
+ 2: 1, # 'a'
3999
+ 18: 2, # 'b'
4000
+ 26: 1, # 'c'
4001
+ 17: 2, # 'd'
4002
+ 1: 1, # 'e'
4003
+ 27: 1, # 'f'
4004
+ 12: 1, # 'g'
4005
+ 20: 1, # 'h'
4006
+ 9: 1, # 'i'
4007
+ 22: 1, # 'j'
4008
+ 7: 2, # 'k'
4009
+ 6: 3, # 'l'
4010
+ 13: 1, # 'm'
4011
+ 4: 2, # 'n'
4012
+ 8: 1, # 'o'
4013
+ 23: 1, # 'p'
4014
+ 10: 2, # 'r'
4015
+ 5: 2, # 's'
4016
+ 3: 2, # 't'
4017
+ 21: 1, # 'u'
4018
+ 19: 1, # 'v'
4019
+ 62: 0, # 'x'
4020
+ 16: 0, # 'y'
4021
+ 11: 2, # 'z'
4022
+ 51: 0, # 'Á'
4023
+ 44: 0, # 'É'
4024
+ 61: 0, # 'Í'
4025
+ 58: 0, # 'Ó'
4026
+ 59: 0, # 'Ö'
4027
+ 60: 0, # 'Ú'
4028
+ 63: 0, # 'Ü'
4029
+ 14: 0, # 'á'
4030
+ 15: 1, # 'é'
4031
+ 30: 1, # 'í'
4032
+ 25: 0, # 'ó'
4033
+ 24: 0, # 'ö'
4034
+ 31: 0, # 'ú'
4035
+ 29: 1, # 'ü'
4036
+ 42: 0, # 'ő'
4037
+ 56: 0, # 'ű'
4038
+ },
4039
+ 56: { # 'ű'
4040
+ 28: 0, # 'A'
4041
+ 40: 0, # 'B'
4042
+ 54: 0, # 'C'
4043
+ 45: 0, # 'D'
4044
+ 32: 0, # 'E'
4045
+ 50: 0, # 'F'
4046
+ 49: 0, # 'G'
4047
+ 38: 0, # 'H'
4048
+ 39: 0, # 'I'
4049
+ 53: 0, # 'J'
4050
+ 36: 0, # 'K'
4051
+ 41: 0, # 'L'
4052
+ 34: 0, # 'M'
4053
+ 35: 0, # 'N'
4054
+ 47: 0, # 'O'
4055
+ 46: 0, # 'P'
4056
+ 43: 0, # 'R'
4057
+ 33: 0, # 'S'
4058
+ 37: 0, # 'T'
4059
+ 57: 0, # 'U'
4060
+ 48: 0, # 'V'
4061
+ 55: 0, # 'Y'
4062
+ 52: 0, # 'Z'
4063
+ 2: 1, # 'a'
4064
+ 18: 1, # 'b'
4065
+ 26: 0, # 'c'
4066
+ 17: 1, # 'd'
4067
+ 1: 1, # 'e'
4068
+ 27: 1, # 'f'
4069
+ 12: 1, # 'g'
4070
+ 20: 1, # 'h'
4071
+ 9: 1, # 'i'
4072
+ 22: 1, # 'j'
4073
+ 7: 1, # 'k'
4074
+ 6: 1, # 'l'
4075
+ 13: 0, # 'm'
4076
+ 4: 2, # 'n'
4077
+ 8: 0, # 'o'
4078
+ 23: 0, # 'p'
4079
+ 10: 1, # 'r'
4080
+ 5: 1, # 's'
4081
+ 3: 1, # 't'
4082
+ 21: 0, # 'u'
4083
+ 19: 1, # 'v'
4084
+ 62: 0, # 'x'
4085
+ 16: 0, # 'y'
4086
+ 11: 2, # 'z'
4087
+ 51: 0, # 'Á'
4088
+ 44: 0, # 'É'
4089
+ 61: 0, # 'Í'
4090
+ 58: 0, # 'Ó'
4091
+ 59: 0, # 'Ö'
4092
+ 60: 0, # 'Ú'
4093
+ 63: 0, # 'Ü'
4094
+ 14: 0, # 'á'
4095
+ 15: 0, # 'é'
4096
+ 30: 0, # 'í'
4097
+ 25: 0, # 'ó'
4098
+ 24: 0, # 'ö'
4099
+ 31: 0, # 'ú'
4100
+ 29: 0, # 'ü'
4101
+ 42: 0, # 'ő'
4102
+ 56: 0, # 'ű'
4103
+ },
4104
+ }
4105
+
4106
+ # 255: Undefined characters that did not exist in training text
4107
+ # 254: Carriage/Return
4108
+ # 253: symbol (punctuation) that does not belong to word
4109
+ # 252: 0 - 9
4110
+ # 251: Control characters
4111
+
4112
+ # Character Mapping Table(s):
4113
+ WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER = {
4114
+ 0: 255, # '\x00'
4115
+ 1: 255, # '\x01'
4116
+ 2: 255, # '\x02'
4117
+ 3: 255, # '\x03'
4118
+ 4: 255, # '\x04'
4119
+ 5: 255, # '\x05'
4120
+ 6: 255, # '\x06'
4121
+ 7: 255, # '\x07'
4122
+ 8: 255, # '\x08'
4123
+ 9: 255, # '\t'
4124
+ 10: 254, # '\n'
4125
+ 11: 255, # '\x0b'
4126
+ 12: 255, # '\x0c'
4127
+ 13: 254, # '\r'
4128
+ 14: 255, # '\x0e'
4129
+ 15: 255, # '\x0f'
4130
+ 16: 255, # '\x10'
4131
+ 17: 255, # '\x11'
4132
+ 18: 255, # '\x12'
4133
+ 19: 255, # '\x13'
4134
+ 20: 255, # '\x14'
4135
+ 21: 255, # '\x15'
4136
+ 22: 255, # '\x16'
4137
+ 23: 255, # '\x17'
4138
+ 24: 255, # '\x18'
4139
+ 25: 255, # '\x19'
4140
+ 26: 255, # '\x1a'
4141
+ 27: 255, # '\x1b'
4142
+ 28: 255, # '\x1c'
4143
+ 29: 255, # '\x1d'
4144
+ 30: 255, # '\x1e'
4145
+ 31: 255, # '\x1f'
4146
+ 32: 253, # ' '
4147
+ 33: 253, # '!'
4148
+ 34: 253, # '"'
4149
+ 35: 253, # '#'
4150
+ 36: 253, # '$'
4151
+ 37: 253, # '%'
4152
+ 38: 253, # '&'
4153
+ 39: 253, # "'"
4154
+ 40: 253, # '('
4155
+ 41: 253, # ')'
4156
+ 42: 253, # '*'
4157
+ 43: 253, # '+'
4158
+ 44: 253, # ','
4159
+ 45: 253, # '-'
4160
+ 46: 253, # '.'
4161
+ 47: 253, # '/'
4162
+ 48: 252, # '0'
4163
+ 49: 252, # '1'
4164
+ 50: 252, # '2'
4165
+ 51: 252, # '3'
4166
+ 52: 252, # '4'
4167
+ 53: 252, # '5'
4168
+ 54: 252, # '6'
4169
+ 55: 252, # '7'
4170
+ 56: 252, # '8'
4171
+ 57: 252, # '9'
4172
+ 58: 253, # ':'
4173
+ 59: 253, # ';'
4174
+ 60: 253, # '<'
4175
+ 61: 253, # '='
4176
+ 62: 253, # '>'
4177
+ 63: 253, # '?'
4178
+ 64: 253, # '@'
4179
+ 65: 28, # 'A'
4180
+ 66: 40, # 'B'
4181
+ 67: 54, # 'C'
4182
+ 68: 45, # 'D'
4183
+ 69: 32, # 'E'
4184
+ 70: 50, # 'F'
4185
+ 71: 49, # 'G'
4186
+ 72: 38, # 'H'
4187
+ 73: 39, # 'I'
4188
+ 74: 53, # 'J'
4189
+ 75: 36, # 'K'
4190
+ 76: 41, # 'L'
4191
+ 77: 34, # 'M'
4192
+ 78: 35, # 'N'
4193
+ 79: 47, # 'O'
4194
+ 80: 46, # 'P'
4195
+ 81: 72, # 'Q'
4196
+ 82: 43, # 'R'
4197
+ 83: 33, # 'S'
4198
+ 84: 37, # 'T'
4199
+ 85: 57, # 'U'
4200
+ 86: 48, # 'V'
4201
+ 87: 64, # 'W'
4202
+ 88: 68, # 'X'
4203
+ 89: 55, # 'Y'
4204
+ 90: 52, # 'Z'
4205
+ 91: 253, # '['
4206
+ 92: 253, # '\\'
4207
+ 93: 253, # ']'
4208
+ 94: 253, # '^'
4209
+ 95: 253, # '_'
4210
+ 96: 253, # '`'
4211
+ 97: 2, # 'a'
4212
+ 98: 18, # 'b'
4213
+ 99: 26, # 'c'
4214
+ 100: 17, # 'd'
4215
+ 101: 1, # 'e'
4216
+ 102: 27, # 'f'
4217
+ 103: 12, # 'g'
4218
+ 104: 20, # 'h'
4219
+ 105: 9, # 'i'
4220
+ 106: 22, # 'j'
4221
+ 107: 7, # 'k'
4222
+ 108: 6, # 'l'
4223
+ 109: 13, # 'm'
4224
+ 110: 4, # 'n'
4225
+ 111: 8, # 'o'
4226
+ 112: 23, # 'p'
4227
+ 113: 67, # 'q'
4228
+ 114: 10, # 'r'
4229
+ 115: 5, # 's'
4230
+ 116: 3, # 't'
4231
+ 117: 21, # 'u'
4232
+ 118: 19, # 'v'
4233
+ 119: 65, # 'w'
4234
+ 120: 62, # 'x'
4235
+ 121: 16, # 'y'
4236
+ 122: 11, # 'z'
4237
+ 123: 253, # '{'
4238
+ 124: 253, # '|'
4239
+ 125: 253, # '}'
4240
+ 126: 253, # '~'
4241
+ 127: 253, # '\x7f'
4242
+ 128: 161, # '€'
4243
+ 129: 162, # None
4244
+ 130: 163, # '‚'
4245
+ 131: 164, # None
4246
+ 132: 165, # '„'
4247
+ 133: 166, # '…'
4248
+ 134: 167, # '†'
4249
+ 135: 168, # '‡'
4250
+ 136: 169, # None
4251
+ 137: 170, # '‰'
4252
+ 138: 171, # 'Š'
4253
+ 139: 172, # '‹'
4254
+ 140: 173, # 'Ś'
4255
+ 141: 174, # 'Ť'
4256
+ 142: 175, # 'Ž'
4257
+ 143: 176, # 'Ź'
4258
+ 144: 177, # None
4259
+ 145: 178, # '‘'
4260
+ 146: 179, # '’'
4261
+ 147: 180, # '“'
4262
+ 148: 78, # '”'
4263
+ 149: 181, # '•'
4264
+ 150: 69, # '–'
4265
+ 151: 182, # '—'
4266
+ 152: 183, # None
4267
+ 153: 184, # '™'
4268
+ 154: 185, # 'š'
4269
+ 155: 186, # '›'
4270
+ 156: 187, # 'ś'
4271
+ 157: 188, # 'ť'
4272
+ 158: 189, # 'ž'
4273
+ 159: 190, # 'ź'
4274
+ 160: 191, # '\xa0'
4275
+ 161: 192, # 'ˇ'
4276
+ 162: 193, # '˘'
4277
+ 163: 194, # 'Ł'
4278
+ 164: 195, # '¤'
4279
+ 165: 196, # 'Ą'
4280
+ 166: 197, # '¦'
4281
+ 167: 76, # '§'
4282
+ 168: 198, # '¨'
4283
+ 169: 199, # '©'
4284
+ 170: 200, # 'Ş'
4285
+ 171: 201, # '«'
4286
+ 172: 202, # '¬'
4287
+ 173: 203, # '\xad'
4288
+ 174: 204, # '®'
4289
+ 175: 205, # 'Ż'
4290
+ 176: 81, # '°'
4291
+ 177: 206, # '±'
4292
+ 178: 207, # '˛'
4293
+ 179: 208, # 'ł'
4294
+ 180: 209, # '´'
4295
+ 181: 210, # 'µ'
4296
+ 182: 211, # '¶'
4297
+ 183: 212, # '·'
4298
+ 184: 213, # '¸'
4299
+ 185: 214, # 'ą'
4300
+ 186: 215, # 'ş'
4301
+ 187: 216, # '»'
4302
+ 188: 217, # 'Ľ'
4303
+ 189: 218, # '˝'
4304
+ 190: 219, # 'ľ'
4305
+ 191: 220, # 'ż'
4306
+ 192: 221, # 'Ŕ'
4307
+ 193: 51, # 'Á'
4308
+ 194: 83, # 'Â'
4309
+ 195: 222, # 'Ă'
4310
+ 196: 80, # 'Ä'
4311
+ 197: 223, # 'Ĺ'
4312
+ 198: 224, # 'Ć'
4313
+ 199: 225, # 'Ç'
4314
+ 200: 226, # 'Č'
4315
+ 201: 44, # 'É'
4316
+ 202: 227, # 'Ę'
4317
+ 203: 228, # 'Ë'
4318
+ 204: 229, # 'Ě'
4319
+ 205: 61, # 'Í'
4320
+ 206: 230, # 'Î'
4321
+ 207: 231, # 'Ď'
4322
+ 208: 232, # 'Đ'
4323
+ 209: 233, # 'Ń'
4324
+ 210: 234, # 'Ň'
4325
+ 211: 58, # 'Ó'
4326
+ 212: 235, # 'Ô'
4327
+ 213: 66, # 'Ő'
4328
+ 214: 59, # 'Ö'
4329
+ 215: 236, # '×'
4330
+ 216: 237, # 'Ř'
4331
+ 217: 238, # 'Ů'
4332
+ 218: 60, # 'Ú'
4333
+ 219: 70, # 'Ű'
4334
+ 220: 63, # 'Ü'
4335
+ 221: 239, # 'Ý'
4336
+ 222: 240, # 'Ţ'
4337
+ 223: 241, # 'ß'
4338
+ 224: 84, # 'ŕ'
4339
+ 225: 14, # 'á'
4340
+ 226: 75, # 'â'
4341
+ 227: 242, # 'ă'
4342
+ 228: 71, # 'ä'
4343
+ 229: 82, # 'ĺ'
4344
+ 230: 243, # 'ć'
4345
+ 231: 73, # 'ç'
4346
+ 232: 244, # 'č'
4347
+ 233: 15, # 'é'
4348
+ 234: 85, # 'ę'
4349
+ 235: 79, # 'ë'
4350
+ 236: 86, # 'ě'
4351
+ 237: 30, # 'í'
4352
+ 238: 77, # 'î'
4353
+ 239: 87, # 'ď'
4354
+ 240: 245, # 'đ'
4355
+ 241: 246, # 'ń'
4356
+ 242: 247, # 'ň'
4357
+ 243: 25, # 'ó'
4358
+ 244: 74, # 'ô'
4359
+ 245: 42, # 'ő'
4360
+ 246: 24, # 'ö'
4361
+ 247: 248, # '÷'
4362
+ 248: 249, # 'ř'
4363
+ 249: 250, # 'ů'
4364
+ 250: 31, # 'ú'
4365
+ 251: 56, # 'ű'
4366
+ 252: 29, # 'ü'
4367
+ 253: 251, # 'ý'
4368
+ 254: 252, # 'ţ'
4369
+ 255: 253, # '˙'
4370
+ }
4371
+
4372
+ WINDOWS_1250_HUNGARIAN_MODEL = SingleByteCharSetModel(
4373
+ charset_name="windows-1250",
4374
+ language="Hungarian",
4375
+ char_to_order_map=WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER,
4376
+ language_model=HUNGARIAN_LANG_MODEL,
4377
+ typical_positive_ratio=0.947368,
4378
+ keep_ascii_letters=True,
4379
+ alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű",
4380
+ )
4381
+
4382
+ ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER = {
4383
+ 0: 255, # '\x00'
4384
+ 1: 255, # '\x01'
4385
+ 2: 255, # '\x02'
4386
+ 3: 255, # '\x03'
4387
+ 4: 255, # '\x04'
4388
+ 5: 255, # '\x05'
4389
+ 6: 255, # '\x06'
4390
+ 7: 255, # '\x07'
4391
+ 8: 255, # '\x08'
4392
+ 9: 255, # '\t'
4393
+ 10: 254, # '\n'
4394
+ 11: 255, # '\x0b'
4395
+ 12: 255, # '\x0c'
4396
+ 13: 254, # '\r'
4397
+ 14: 255, # '\x0e'
4398
+ 15: 255, # '\x0f'
4399
+ 16: 255, # '\x10'
4400
+ 17: 255, # '\x11'
4401
+ 18: 255, # '\x12'
4402
+ 19: 255, # '\x13'
4403
+ 20: 255, # '\x14'
4404
+ 21: 255, # '\x15'
4405
+ 22: 255, # '\x16'
4406
+ 23: 255, # '\x17'
4407
+ 24: 255, # '\x18'
4408
+ 25: 255, # '\x19'
4409
+ 26: 255, # '\x1a'
4410
+ 27: 255, # '\x1b'
4411
+ 28: 255, # '\x1c'
4412
+ 29: 255, # '\x1d'
4413
+ 30: 255, # '\x1e'
4414
+ 31: 255, # '\x1f'
4415
+ 32: 253, # ' '
4416
+ 33: 253, # '!'
4417
+ 34: 253, # '"'
4418
+ 35: 253, # '#'
4419
+ 36: 253, # '$'
4420
+ 37: 253, # '%'
4421
+ 38: 253, # '&'
4422
+ 39: 253, # "'"
4423
+ 40: 253, # '('
4424
+ 41: 253, # ')'
4425
+ 42: 253, # '*'
4426
+ 43: 253, # '+'
4427
+ 44: 253, # ','
4428
+ 45: 253, # '-'
4429
+ 46: 253, # '.'
4430
+ 47: 253, # '/'
4431
+ 48: 252, # '0'
4432
+ 49: 252, # '1'
4433
+ 50: 252, # '2'
4434
+ 51: 252, # '3'
4435
+ 52: 252, # '4'
4436
+ 53: 252, # '5'
4437
+ 54: 252, # '6'
4438
+ 55: 252, # '7'
4439
+ 56: 252, # '8'
4440
+ 57: 252, # '9'
4441
+ 58: 253, # ':'
4442
+ 59: 253, # ';'
4443
+ 60: 253, # '<'
4444
+ 61: 253, # '='
4445
+ 62: 253, # '>'
4446
+ 63: 253, # '?'
4447
+ 64: 253, # '@'
4448
+ 65: 28, # 'A'
4449
+ 66: 40, # 'B'
4450
+ 67: 54, # 'C'
4451
+ 68: 45, # 'D'
4452
+ 69: 32, # 'E'
4453
+ 70: 50, # 'F'
4454
+ 71: 49, # 'G'
4455
+ 72: 38, # 'H'
4456
+ 73: 39, # 'I'
4457
+ 74: 53, # 'J'
4458
+ 75: 36, # 'K'
4459
+ 76: 41, # 'L'
4460
+ 77: 34, # 'M'
4461
+ 78: 35, # 'N'
4462
+ 79: 47, # 'O'
4463
+ 80: 46, # 'P'
4464
+ 81: 71, # 'Q'
4465
+ 82: 43, # 'R'
4466
+ 83: 33, # 'S'
4467
+ 84: 37, # 'T'
4468
+ 85: 57, # 'U'
4469
+ 86: 48, # 'V'
4470
+ 87: 64, # 'W'
4471
+ 88: 68, # 'X'
4472
+ 89: 55, # 'Y'
4473
+ 90: 52, # 'Z'
4474
+ 91: 253, # '['
4475
+ 92: 253, # '\\'
4476
+ 93: 253, # ']'
4477
+ 94: 253, # '^'
4478
+ 95: 253, # '_'
4479
+ 96: 253, # '`'
4480
+ 97: 2, # 'a'
4481
+ 98: 18, # 'b'
4482
+ 99: 26, # 'c'
4483
+ 100: 17, # 'd'
4484
+ 101: 1, # 'e'
4485
+ 102: 27, # 'f'
4486
+ 103: 12, # 'g'
4487
+ 104: 20, # 'h'
4488
+ 105: 9, # 'i'
4489
+ 106: 22, # 'j'
4490
+ 107: 7, # 'k'
4491
+ 108: 6, # 'l'
4492
+ 109: 13, # 'm'
4493
+ 110: 4, # 'n'
4494
+ 111: 8, # 'o'
4495
+ 112: 23, # 'p'
4496
+ 113: 67, # 'q'
4497
+ 114: 10, # 'r'
4498
+ 115: 5, # 's'
4499
+ 116: 3, # 't'
4500
+ 117: 21, # 'u'
4501
+ 118: 19, # 'v'
4502
+ 119: 65, # 'w'
4503
+ 120: 62, # 'x'
4504
+ 121: 16, # 'y'
4505
+ 122: 11, # 'z'
4506
+ 123: 253, # '{'
4507
+ 124: 253, # '|'
4508
+ 125: 253, # '}'
4509
+ 126: 253, # '~'
4510
+ 127: 253, # '\x7f'
4511
+ 128: 159, # '\x80'
4512
+ 129: 160, # '\x81'
4513
+ 130: 161, # '\x82'
4514
+ 131: 162, # '\x83'
4515
+ 132: 163, # '\x84'
4516
+ 133: 164, # '\x85'
4517
+ 134: 165, # '\x86'
4518
+ 135: 166, # '\x87'
4519
+ 136: 167, # '\x88'
4520
+ 137: 168, # '\x89'
4521
+ 138: 169, # '\x8a'
4522
+ 139: 170, # '\x8b'
4523
+ 140: 171, # '\x8c'
4524
+ 141: 172, # '\x8d'
4525
+ 142: 173, # '\x8e'
4526
+ 143: 174, # '\x8f'
4527
+ 144: 175, # '\x90'
4528
+ 145: 176, # '\x91'
4529
+ 146: 177, # '\x92'
4530
+ 147: 178, # '\x93'
4531
+ 148: 179, # '\x94'
4532
+ 149: 180, # '\x95'
4533
+ 150: 181, # '\x96'
4534
+ 151: 182, # '\x97'
4535
+ 152: 183, # '\x98'
4536
+ 153: 184, # '\x99'
4537
+ 154: 185, # '\x9a'
4538
+ 155: 186, # '\x9b'
4539
+ 156: 187, # '\x9c'
4540
+ 157: 188, # '\x9d'
4541
+ 158: 189, # '\x9e'
4542
+ 159: 190, # '\x9f'
4543
+ 160: 191, # '\xa0'
4544
+ 161: 192, # 'Ą'
4545
+ 162: 193, # '˘'
4546
+ 163: 194, # 'Ł'
4547
+ 164: 195, # '¤'
4548
+ 165: 196, # 'Ľ'
4549
+ 166: 197, # 'Ś'
4550
+ 167: 75, # '§'
4551
+ 168: 198, # '¨'
4552
+ 169: 199, # 'Š'
4553
+ 170: 200, # 'Ş'
4554
+ 171: 201, # 'Ť'
4555
+ 172: 202, # 'Ź'
4556
+ 173: 203, # '\xad'
4557
+ 174: 204, # 'Ž'
4558
+ 175: 205, # 'Ż'
4559
+ 176: 79, # '°'
4560
+ 177: 206, # 'ą'
4561
+ 178: 207, # '˛'
4562
+ 179: 208, # 'ł'
4563
+ 180: 209, # '´'
4564
+ 181: 210, # 'ľ'
4565
+ 182: 211, # 'ś'
4566
+ 183: 212, # 'ˇ'
4567
+ 184: 213, # '¸'
4568
+ 185: 214, # 'š'
4569
+ 186: 215, # 'ş'
4570
+ 187: 216, # 'ť'
4571
+ 188: 217, # 'ź'
4572
+ 189: 218, # '˝'
4573
+ 190: 219, # 'ž'
4574
+ 191: 220, # 'ż'
4575
+ 192: 221, # 'Ŕ'
4576
+ 193: 51, # 'Á'
4577
+ 194: 81, # 'Â'
4578
+ 195: 222, # 'Ă'
4579
+ 196: 78, # 'Ä'
4580
+ 197: 223, # 'Ĺ'
4581
+ 198: 224, # 'Ć'
4582
+ 199: 225, # 'Ç'
4583
+ 200: 226, # 'Č'
4584
+ 201: 44, # 'É'
4585
+ 202: 227, # 'Ę'
4586
+ 203: 228, # 'Ë'
4587
+ 204: 229, # 'Ě'
4588
+ 205: 61, # 'Í'
4589
+ 206: 230, # 'Î'
4590
+ 207: 231, # 'Ď'
4591
+ 208: 232, # 'Đ'
4592
+ 209: 233, # 'Ń'
4593
+ 210: 234, # 'Ň'
4594
+ 211: 58, # 'Ó'
4595
+ 212: 235, # 'Ô'
4596
+ 213: 66, # 'Ő'
4597
+ 214: 59, # 'Ö'
4598
+ 215: 236, # '×'
4599
+ 216: 237, # 'Ř'
4600
+ 217: 238, # 'Ů'
4601
+ 218: 60, # 'Ú'
4602
+ 219: 69, # 'Ű'
4603
+ 220: 63, # 'Ü'
4604
+ 221: 239, # 'Ý'
4605
+ 222: 240, # 'Ţ'
4606
+ 223: 241, # 'ß'
4607
+ 224: 82, # 'ŕ'
4608
+ 225: 14, # 'á'
4609
+ 226: 74, # 'â'
4610
+ 227: 242, # 'ă'
4611
+ 228: 70, # 'ä'
4612
+ 229: 80, # 'ĺ'
4613
+ 230: 243, # 'ć'
4614
+ 231: 72, # 'ç'
4615
+ 232: 244, # 'č'
4616
+ 233: 15, # 'é'
4617
+ 234: 83, # 'ę'
4618
+ 235: 77, # 'ë'
4619
+ 236: 84, # 'ě'
4620
+ 237: 30, # 'í'
4621
+ 238: 76, # 'î'
4622
+ 239: 85, # 'ď'
4623
+ 240: 245, # 'đ'
4624
+ 241: 246, # 'ń'
4625
+ 242: 247, # 'ň'
4626
+ 243: 25, # 'ó'
4627
+ 244: 73, # 'ô'
4628
+ 245: 42, # 'ő'
4629
+ 246: 24, # 'ö'
4630
+ 247: 248, # '÷'
4631
+ 248: 249, # 'ř'
4632
+ 249: 250, # 'ů'
4633
+ 250: 31, # 'ú'
4634
+ 251: 56, # 'ű'
4635
+ 252: 29, # 'ü'
4636
+ 253: 251, # 'ý'
4637
+ 254: 252, # 'ţ'
4638
+ 255: 253, # '˙'
4639
+ }
4640
+
4641
+ ISO_8859_2_HUNGARIAN_MODEL = SingleByteCharSetModel(
4642
+ charset_name="ISO-8859-2",
4643
+ language="Hungarian",
4644
+ char_to_order_map=ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER,
4645
+ language_model=HUNGARIAN_LANG_MODEL,
4646
+ typical_positive_ratio=0.947368,
4647
+ keep_ascii_letters=True,
4648
+ alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű",
4649
+ )