texsmith 0.2.1__tar.gz → 0.2.1.dev0__tar.gz

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 (491) hide show
  1. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/.github/workflows/ci.yml +10 -21
  2. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/PKG-INFO +1 -1
  3. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/uv.lock +47 -47
  4. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/.editorconfig +0 -0
  5. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/.gitignore +0 -0
  6. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/.vscode/settings.json +0 -0
  7. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/AGENT.md +0 -0
  8. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/CHANGELOG.md +0 -0
  9. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/LICENSE.md +0 -0
  10. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/Makefile +0 -0
  11. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/README.md +0 -0
  12. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/.nav.yml +0 -0
  13. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/.nav.yml +0 -0
  14. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/author.md +0 -0
  15. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/contribute.md +0 -0
  16. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/devel/config.md +0 -0
  17. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/devel/glossary.md +0 -0
  18. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/devel/index.md +0 -0
  19. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/devel/plugins.md +0 -0
  20. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/devel/tables.md +0 -0
  21. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/index.md +0 -0
  22. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/license.md +0 -0
  23. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/other-resources.md +0 -0
  24. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/release-notes.md +0 -0
  25. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/about/versioning.md +0 -0
  26. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/bibliography.md +0 -0
  27. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/cli.md +0 -0
  28. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/core.md +0 -0
  29. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/custom-transformers.md +0 -0
  30. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/handlers.md +0 -0
  31. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/high-level.md +0 -0
  32. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/index.md +0 -0
  33. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/latex.md +0 -0
  34. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/markdown.md +0 -0
  35. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/plugins.md +0 -0
  36. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/api/transformers.md +0 -0
  37. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/.nav.yml +0 -0
  38. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/drawio-viewer.js +0 -0
  39. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/examples/README.md +0 -0
  40. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/examples/cheese.bib +0 -0
  41. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/examples/cheese.md +0 -0
  42. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/examples/code.py +0 -0
  43. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/examples/dialects.md +0 -0
  44. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/examples/mozzarella.svg +0 -0
  45. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/js/auto-reload.js +0 -0
  46. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/mermaid.mmd +0 -0
  47. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/mermaid.svg +0 -0
  48. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/pipeline.png +0 -0
  49. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/standards.svg +0 -0
  50. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/ts-anvil.svg +0 -0
  51. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/ts-dark.svg +0 -0
  52. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/ts-light.svg +0 -0
  53. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/ts-logo.svg +0 -0
  54. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/assets/workflow.drawio +0 -0
  55. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/cli/bibliography.md +0 -0
  56. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/cli/build.md +0 -0
  57. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/cli/index.md +0 -0
  58. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/cli/slots.md +0 -0
  59. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/cli/templates.md +0 -0
  60. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/css/brand.css +0 -0
  61. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/css/extra.css +0 -0
  62. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/book.md +0 -0
  63. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/colorful.md +0 -0
  64. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/cooking.md +0 -0
  65. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/diagrams.md +0 -0
  66. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/index.md +0 -0
  67. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/languages.md +0 -0
  68. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/letters.md +0 -0
  69. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/paper.md +0 -0
  70. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/pgcd.drawio +0 -0
  71. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/snippet-configs/letter.yml +0 -0
  72. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/snippets.md +0 -0
  73. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/examples/texsmith.md +0 -0
  74. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/.nav.yml +0 -0
  75. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/extensions.md +0 -0
  76. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/features/.nav.yml +0 -0
  77. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/features/acronyms.md +0 -0
  78. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/features/bibliography.md +0 -0
  79. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/features/headings.md +0 -0
  80. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/features/listings.md +0 -0
  81. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/features/tags.md +0 -0
  82. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/fonts.md +0 -0
  83. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/fragments/.nav.yml +0 -0
  84. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/fragments/geometry.md +0 -0
  85. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/fragments/glossary.md +0 -0
  86. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/fragments/index.md +0 -0
  87. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/fragments/typesetting.md +0 -0
  88. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/front-matter.md +0 -0
  89. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/getting-started.md +0 -0
  90. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/limitations.md +0 -0
  91. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/metadata.md +0 -0
  92. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/mkdocs.md +0 -0
  93. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/plumbing/.nav.yml +0 -0
  94. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/plumbing/engines.md +0 -0
  95. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/plumbing/index.md +0 -0
  96. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/plumbing/latex.md +0 -0
  97. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/plumbing/pipeline.md +0 -0
  98. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/plumbing/tex.md +0 -0
  99. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/tectonic.md +0 -0
  100. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/templates/discovery.md +0 -0
  101. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/templates/fragments.md +0 -0
  102. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/templates/index.md +0 -0
  103. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/templates/mermaid.md +0 -0
  104. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/templates/partials.md +0 -0
  105. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/templates/template-cookbook.md +0 -0
  106. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/guide/troubleshooting.md +0 -0
  107. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/hooks/mkdocs_hooks.py +0 -0
  108. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/index.md +0 -0
  109. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/js/mathjax.js +0 -0
  110. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/abbr.md +0 -0
  111. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/admonitions.md +0 -0
  112. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/captions.md +0 -0
  113. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/code.md +0 -0
  114. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/deflists.md +0 -0
  115. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/extra.md +0 -0
  116. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/formatting.md +0 -0
  117. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/images.md +0 -0
  118. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/index.md +0 -0
  119. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/math.md +0 -0
  120. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/mermaid.md +0 -0
  121. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/notes.md +0 -0
  122. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/progressbar.md +0 -0
  123. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/references.md +0 -0
  124. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/smartypants.md +0 -0
  125. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/supported.md +0 -0
  126. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/tables.md +0 -0
  127. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/syntax/wikilinks.md +0 -0
  128. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/docs/texsmith-logo.pdf +0 -0
  129. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/fonts-test.tex +0 -0
  130. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/mkdocs.yml +0 -0
  131. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/noxfile.py +0 -0
  132. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/.editorconfig +0 -0
  133. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/.gitignore +0 -0
  134. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/.markdownlint.yaml +0 -0
  135. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/LICENSE.md +0 -0
  136. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/Makefile +0 -0
  137. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/README.md +0 -0
  138. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/docs/about.md +0 -0
  139. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/docs/images/latex-hummingbird.svg +0 -0
  140. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/docs/index.md +0 -0
  141. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/hatch_build.py +0 -0
  142. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/mkdocs.yml +0 -0
  143. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/noxfile.py +0 -0
  144. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/pyproject.toml +0 -0
  145. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/src/mkdocs_plugin_texsmith/__init__.py +0 -0
  146. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/src/mkdocs_plugin_texsmith/plugin.py +0 -0
  147. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/tests/test_import.py +0 -0
  148. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/tests/test_plugin_config.py +0 -0
  149. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/packages/mkdocs_texsmith/uv.lock +0 -0
  150. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/pyproject.toml +0 -0
  151. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/pyrightconfig.json +0 -0
  152. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/scripts/ci/python_versions.py +0 -0
  153. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/scripts/refresh_cli_help.sh +0 -0
  154. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/__init__.py +0 -0
  155. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/__init__.py +0 -0
  156. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/docker.py +0 -0
  157. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/__init__.py +0 -0
  158. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/_assets.py +0 -0
  159. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/_helpers.py +0 -0
  160. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/_mermaid.py +0 -0
  161. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/admonitions.py +0 -0
  162. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/basic.py +0 -0
  163. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/blocks.py +0 -0
  164. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/code.py +0 -0
  165. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/inline.py +0 -0
  166. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/links.py +0 -0
  167. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/handlers/media.py +0 -0
  168. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/__init__.py +0 -0
  169. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/engines/__init__.py +0 -0
  170. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/engines/latex/__init__.py +0 -0
  171. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/engines/latex/log.py +0 -0
  172. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/engines/latex/runner.py +0 -0
  173. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/engines/tectonic/__init__.py +0 -0
  174. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/formatter.py +0 -0
  175. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/latexmk.py +0 -0
  176. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/acronym.tex +0 -0
  177. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/add.tex +0 -0
  178. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/addition.tex +0 -0
  179. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/blockquote.tex +0 -0
  180. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/callout.tex +0 -0
  181. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/choices.tex +0 -0
  182. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/citation.tex +0 -0
  183. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/codeblock.tex +0 -0
  184. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/codeblock_listings.tex +0 -0
  185. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/codeblock_pygments.tex +0 -0
  186. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/codeblock_verbatim.tex +0 -0
  187. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/codeinline.tex +0 -0
  188. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/codeinlinett.tex +0 -0
  189. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/comment.tex +0 -0
  190. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/del.tex +0 -0
  191. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/deletion.tex +0 -0
  192. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/description_list.tex +0 -0
  193. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/enquote.tex +0 -0
  194. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/epigraph.tex +0 -0
  195. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/exercises_solutions.tex +0 -0
  196. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/figure.tex +0 -0
  197. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/figure_tcolorbox.tex +0 -0
  198. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/footnote.tex +0 -0
  199. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/glossary.tex +0 -0
  200. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/heading.tex +0 -0
  201. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/highlight.tex +0 -0
  202. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/horizontal_rule.tex +0 -0
  203. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/href.tex +0 -0
  204. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/icon.tex +0 -0
  205. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/include.tex +0 -0
  206. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/index.tex +0 -0
  207. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/italic.tex +0 -0
  208. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/keystroke.tex +0 -0
  209. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/label.tex +0 -0
  210. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/list_acronyms.tex +0 -0
  211. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/list_glossary.tex +0 -0
  212. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/multicolumn.tex +0 -0
  213. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/ordered_list.tex +0 -0
  214. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/pagestyle.tex +0 -0
  215. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/ref.tex +0 -0
  216. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/regex.tex +0 -0
  217. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/smallcaps.tex +0 -0
  218. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/strikethrough.tex +0 -0
  219. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/strong.tex +0 -0
  220. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/subscript.tex +0 -0
  221. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/substitution.tex +0 -0
  222. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/superscript.tex +0 -0
  223. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/tabbed.tex +0 -0
  224. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/table.tex +0 -0
  225. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/underline.tex +0 -0
  226. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/unordered_list.tex +0 -0
  227. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/partials/url.tex +0 -0
  228. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/pygments.py +0 -0
  229. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/pyxindy.py +0 -0
  230. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/renderer.py +0 -0
  231. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/tectonic.py +0 -0
  232. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/utils.py +0 -0
  233. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/xindy/latex.xdy +0 -0
  234. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/latex/xindy/tex.xdy +0 -0
  235. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/markdown/__init__.py +0 -0
  236. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/plugins/__init__.py +0 -0
  237. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/plugins/material.py +0 -0
  238. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/plugins/snippet.py +0 -0
  239. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/transformers/__init__.py +0 -0
  240. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/transformers/base.py +0 -0
  241. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/transformers/strategies.py +0 -0
  242. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/adapters/transformers/utils.py +0 -0
  243. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/__init__.py +0 -0
  244. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/bibliography/__init__.py +0 -0
  245. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/bibliography/collection.py +0 -0
  246. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/bibliography/doi.py +0 -0
  247. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/bibliography/issues.py +0 -0
  248. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/bibliography/parsing.py +0 -0
  249. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/callouts.py +0 -0
  250. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/config.py +0 -0
  251. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/context.py +0 -0
  252. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/__init__.py +0 -0
  253. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/_utils.py +0 -0
  254. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/core.py +0 -0
  255. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/debug.py +0 -0
  256. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/execution.py +0 -0
  257. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/inputs.py +0 -0
  258. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/models.py +0 -0
  259. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/pipeline.py +0 -0
  260. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/renderer.py +0 -0
  261. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/service.py +0 -0
  262. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion/templates.py +0 -0
  263. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/conversion_contexts.py +0 -0
  264. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/diagnostics.py +0 -0
  265. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/documents.py +0 -0
  266. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/exceptions.py +0 -0
  267. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/execution.py +0 -0
  268. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/fonts/__init__.py +0 -0
  269. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/fragments/__init__.py +0 -0
  270. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/fragments/base.py +0 -0
  271. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/metadata.py +0 -0
  272. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/mustache.py +0 -0
  273. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/partials.py +0 -0
  274. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/rules.py +0 -0
  275. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/__init__.py +0 -0
  276. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/base.py +0 -0
  277. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/builtins.py +0 -0
  278. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/context_usage.py +0 -0
  279. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/loader.py +0 -0
  280. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/manifest.py +0 -0
  281. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/runtime.py +0 -0
  282. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/session.py +0 -0
  283. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/text.py +0 -0
  284. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/templates/wrapper.py +0 -0
  285. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/core/user_dir.py +0 -0
  286. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/devtools.py +0 -0
  287. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/__init__.py +0 -0
  288. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/index/__init__.py +0 -0
  289. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/index/markdown.py +0 -0
  290. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/index/mkdocs_plugin.py +0 -0
  291. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/index/registry.py +0 -0
  292. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/index/renderer.py +0 -0
  293. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/index/templates/index.tex +0 -0
  294. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/latex_raw.py +0 -0
  295. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/latex_text.py +0 -0
  296. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/mermaid.py +0 -0
  297. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/missing_footnotes.py +0 -0
  298. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/multi_citations.py +0 -0
  299. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/progressbar/__init__.py +0 -0
  300. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/progressbar/markdown.py +0 -0
  301. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/progressbar/renderer.py +0 -0
  302. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/smallcaps.py +0 -0
  303. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/texlogos/__init__.py +0 -0
  304. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/texlogos/markdown.py +0 -0
  305. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/texlogos/renderer.py +0 -0
  306. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/extensions/texlogos/specs.py +0 -0
  307. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/__init__.py +0 -0
  308. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/cache.py +0 -0
  309. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/constants.py +0 -0
  310. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/coverage.py +0 -0
  311. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/downloader.py +0 -0
  312. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/fallback.py +0 -0
  313. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/html_scripts.py +0 -0
  314. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/logging.py +0 -0
  315. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/pipeline.py +0 -0
  316. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/scripts.py +0 -0
  317. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fonts/ucharclasses.py +0 -0
  318. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/__init__.py +0 -0
  319. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/bibliography/__init__.py +0 -0
  320. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/bibliography/fragment.toml +0 -0
  321. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/bibliography/ts-bibliography-backmatter.jinja.tex +0 -0
  322. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/bibliography/ts-bibliography.jinja.tex +0 -0
  323. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/callouts/__init__.py +0 -0
  324. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/callouts/fragment.toml +0 -0
  325. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/callouts/ts-callouts.jinja.sty +0 -0
  326. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/code/__init__.py +0 -0
  327. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/code/fragment.toml +0 -0
  328. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/code/ts-code.jinja.sty +0 -0
  329. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/extra/__init__.py +0 -0
  330. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/extra/fragment.toml +0 -0
  331. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/extra/ts-extra.jinja.tex +0 -0
  332. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/fonts/__init__.py +0 -0
  333. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/fonts/fragment.toml +0 -0
  334. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/fonts/ts-fonts.jinja.sty +0 -0
  335. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/frame/__init__.py +0 -0
  336. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/frame/fragment.toml +0 -0
  337. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/frame/ts-frame.tex.jinja +0 -0
  338. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/geometry/__init__.py +0 -0
  339. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/geometry/fragment.toml +0 -0
  340. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/geometry/paper.py +0 -0
  341. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/geometry/ts_geometry.tex.jinja +0 -0
  342. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/glossary/__init__.py +0 -0
  343. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/glossary/fragment.toml +0 -0
  344. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/glossary/ts-glossary-backmatter.jinja.tex +0 -0
  345. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/glossary/ts-glossary.jinja.sty +0 -0
  346. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/index/__init__.py +0 -0
  347. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/index/fragment.toml +0 -0
  348. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/index/ts-index-backmatter.jinja.tex +0 -0
  349. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/index/ts-index.jinja.sty +0 -0
  350. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/keystrokes/__init__.py +0 -0
  351. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/keystrokes/fragment.toml +0 -0
  352. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/keystrokes/ts-keystrokes.jinja.sty +0 -0
  353. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/todolist/__init__.py +0 -0
  354. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/todolist/fragment.toml +0 -0
  355. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/todolist/ts-todolist.jinja.sty +0 -0
  356. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/typesetting/__init__.py +0 -0
  357. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/typesetting/fragment.toml +0 -0
  358. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/fragments/typesetting/ts-typesetting.tex.jinja +0 -0
  359. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/index.py +0 -0
  360. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/plugins/__init__.py +0 -0
  361. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/progressbar.py +0 -0
  362. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/quotes.py +0 -0
  363. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/smart_dashes.py +0 -0
  364. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/__init__.py +0 -0
  365. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/article/README.md +0 -0
  366. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/article/__init__.py +0 -0
  367. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/article/template/manifest.toml +0 -0
  368. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/article/template/mermaid-config.json +0 -0
  369. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/article/template/template.tex +0 -0
  370. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/book/README.md +0 -0
  371. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/book/__init__.py +0 -0
  372. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/book/overrides/codeblock.tex +0 -0
  373. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/book/overrides/codeinline.tex +0 -0
  374. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/book/template/fixtoc.sty +0 -0
  375. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/book/template/manifest.toml +0 -0
  376. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/book/template/template.tex +0 -0
  377. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/common/__init__.py +0 -0
  378. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/common/latexmkrc +0 -0
  379. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/letter/README.md +0 -0
  380. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/letter/__init__.py +0 -0
  381. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/letter/demo.md +0 -0
  382. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/letter/fonts/modernline bold.otf +0 -0
  383. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/letter/fonts/modernline.otf +0 -0
  384. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/letter/manifest.toml +0 -0
  385. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/letter/template/callouts.jinja.sty +0 -0
  386. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/letter/template/template.tex +0 -0
  387. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/snippet/README.md +0 -0
  388. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/snippet/__init__.py +0 -0
  389. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/snippet/template/manifest.toml +0 -0
  390. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/templates/snippet/template/template.tex +0 -0
  391. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/texlogos.py +0 -0
  392. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/__init__.py +0 -0
  393. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/__init__.py +0 -0
  394. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/_options.py +0 -0
  395. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/app.py +0 -0
  396. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/bibliography.py +0 -0
  397. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/commands/__init__.py +0 -0
  398. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/commands/render.py +0 -0
  399. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/commands/templates.py +0 -0
  400. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/diagnostics.py +0 -0
  401. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/presenter.py +0 -0
  402. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/state.py +0 -0
  403. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/src/texsmith/ui/cli/utils.py +0 -0
  404. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/test.md +0 -0
  405. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/fixtures/bib/a.bib +0 -0
  406. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/fixtures/bib/b.bib +0 -0
  407. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/fixtures/template-info/article.txt +0 -0
  408. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/fixtures/template-info/book.txt +0 -0
  409. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/fixtures/template-info/letter.txt +0 -0
  410. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/fixtures/template-info/snippet.txt +0 -0
  411. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_admonitions.py +0 -0
  412. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_api_service.py +0 -0
  413. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_article_template.py +0 -0
  414. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_assets.py +0 -0
  415. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_attribute_ownership.py +0 -0
  416. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_baseline_regressions.py +0 -0
  417. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_bibliography.py +0 -0
  418. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_bibliography_fragment.py +0 -0
  419. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_blocks.py +0 -0
  420. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_callouts.py +0 -0
  421. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_citations.py +0 -0
  422. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_cli.py +0 -0
  423. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_cli_bibliography.py +0 -0
  424. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_cli_convert.py +0 -0
  425. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_cli_templates_commands.py +0 -0
  426. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_code_engines.py +0 -0
  427. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_combining_marks.py +0 -0
  428. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_counter_extension.py +0 -0
  429. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_data_script_rendering.py +0 -0
  430. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_dependency_warnings.py +0 -0
  431. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_diagnostics.py +0 -0
  432. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_diagrams_backend.py +0 -0
  433. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_docker.py +0 -0
  434. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_document_state.py +0 -0
  435. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_engine_helpers.py +0 -0
  436. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_extra_fragment.py +0 -0
  437. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_fallback_cache_refresh.py +0 -0
  438. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_fonts_fallback.py +0 -0
  439. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_formatting.py +0 -0
  440. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_fragment_configs.py +0 -0
  441. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_fragments/geometry.md +0 -0
  442. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_fragments.py +0 -0
  443. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_geometry_fragment.py +0 -0
  444. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_headings.py +0 -0
  445. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_html_script_detection.py +0 -0
  446. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_index_extension.py +0 -0
  447. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_latex_log.py +0 -0
  448. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_letter_template.py +0 -0
  449. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_links.py +0 -0
  450. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_markdown_latex_raw.py +0 -0
  451. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_markdown_latex_text.py +0 -0
  452. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_markdown_mermaid.py +0 -0
  453. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_markdown_module.py +0 -0
  454. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_markdown_quotes.py +0 -0
  455. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_markdown_smart_dashes.py +0 -0
  456. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_media_conversion.py +0 -0
  457. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mkdocs/docs/code.md +0 -0
  458. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mkdocs/docs/formatting.md +0 -0
  459. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mkdocs/docs/headings.md +0 -0
  460. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mkdocs/docs/index.md +0 -0
  461. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mkdocs/docs/pgcd.drawio +0 -0
  462. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mkdocs/mkdocs.yml +0 -0
  463. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mkdocs_html.py +0 -0
  464. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mkdocs_integration.py +0 -0
  465. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mkdocs_plugin.py +0 -0
  466. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_mustache.py +0 -0
  467. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_partials.py +0 -0
  468. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_presenter.py +0 -0
  469. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_press_metadata.py +0 -0
  470. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_progressbar_extension.py +0 -0
  471. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_renderer_entry_points.py +0 -0
  472. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_renderer_fallback_manager.py +0 -0
  473. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_renderer_parser_fallback.py +0 -0
  474. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_rule_ordering.py +0 -0
  475. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_script_wrapping.py +0 -0
  476. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_snippet_cache.py +0 -0
  477. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_snippet_parser.py +0 -0
  478. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_strip_tags.py +0 -0
  479. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_tectonic_downloads.py +0 -0
  480. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_template_attributes.py +0 -0
  481. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_template_emitters.py +0 -0
  482. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_template_loader.py +0 -0
  483. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_template_renderer.py +0 -0
  484. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_template_renderer_slots.py +0 -0
  485. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_template_wrapping.py +0 -0
  486. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_texlogos_extension.py +0 -0
  487. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_title_levels.py +0 -0
  488. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_transformers.py +0 -0
  489. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_typesetting_fragment.py +0 -0
  490. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_user_dir.py +0 -0
  491. {texsmith-0.2.1 → texsmith-0.2.1.dev0}/tests/test_utils.py +0 -0
@@ -21,7 +21,6 @@ jobs:
21
21
  - name: Install uv
22
22
  uses: astral-sh/setup-uv@v7
23
23
  with:
24
- version: "0.9.18"
25
24
  enable-cache: true
26
25
  cache-python: false
27
26
  env:
@@ -56,7 +55,6 @@ jobs:
56
55
  - name: Install uv
57
56
  uses: astral-sh/setup-uv@v7
58
57
  with:
59
- version: "0.9.18"
60
58
  enable-cache: true
61
59
  cache-python: false
62
60
  env:
@@ -67,7 +65,7 @@ jobs:
67
65
 
68
66
  - name: Install Cairo (macOS)
69
67
  if: runner.os == 'macOS'
70
- run: brew list cairo >/dev/null 2>&1 || brew install cairo
68
+ run: brew install cairo
71
69
 
72
70
  - name: Run pytest
73
71
  run: uv run pytest
@@ -94,7 +92,6 @@ jobs:
94
92
  - name: Install uv
95
93
  uses: astral-sh/setup-uv@v7
96
94
  with:
97
- version: "0.9.18"
98
95
  enable-cache: true
99
96
  cache-python: false
100
97
  env:
@@ -139,7 +136,6 @@ jobs:
139
136
  - name: Install uv
140
137
  uses: astral-sh/setup-uv@v7
141
138
  with:
142
- version: "0.9.18"
143
139
  enable-cache: true
144
140
  cache-python: false
145
141
 
@@ -153,21 +149,6 @@ jobs:
153
149
  uv run playwright install-deps
154
150
  uv run playwright install chromium
155
151
 
156
- # Build the main Python package distribution before docs/examples touch the repo
157
- - name: Build distributions (texsmith)
158
- run: uv build
159
-
160
- # Build the MkDocs plugin distribution before docs/examples touch the repo
161
- - name: Build distributions (mkdocs_texsmith)
162
- working-directory: packages/mkdocs_texsmith
163
- run: uv build
164
-
165
- # Ensure no generated artifacts pollute the version calculation
166
- - name: Verify clean git state
167
- run: |
168
- git status --porcelain
169
- test -z "$(git status --porcelain)"
170
-
171
152
  # Build all examples (clean + all)
172
153
  - name: Build examples
173
154
  run: |
@@ -184,6 +165,15 @@ jobs:
184
165
  run: |
185
166
  make docs
186
167
 
168
+ # Build the main Python package distribution
169
+ - name: Build distributions (texsmith)
170
+ run: uv build
171
+
172
+ # Build the MkDocs plugin distribution
173
+ - name: Build distributions (mkdocs_texsmith)
174
+ working-directory: packages/mkdocs_texsmith
175
+ run: uv build
176
+
187
177
  # Upload all artifacts needed for the release job
188
178
  - name: Upload release artifacts
189
179
  uses: actions/upload-artifact@v4
@@ -252,7 +242,6 @@ jobs:
252
242
  - name: Install uv
253
243
  uses: astral-sh/setup-uv@v7
254
244
  with:
255
- version: "0.9.18"
256
245
  enable-cache: true
257
246
  cache-python: false
258
247
  env:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: texsmith
3
- Version: 0.2.1
3
+ Version: 0.2.1.dev0
4
4
  Summary: A Markdown to LaTeX converter.
5
5
  Project-URL: Homepage, https://github.com/yves-chevallier/texsmith
6
6
  Author-email: Yves Chevallier <yves.chevalier@heig-vd.ch>
@@ -502,7 +502,7 @@ name = "exceptiongroup"
502
502
  version = "1.3.1"
503
503
  source = { registry = "https://pypi.org/simple" }
504
504
  dependencies = [
505
- { name = "typing-extensions", marker = "python_full_version < '3.13'" },
505
+ { name = "typing-extensions", marker = "python_full_version < '3.11'" },
506
506
  ]
507
507
  sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" }
508
508
  wheels = [
@@ -660,11 +660,11 @@ wheels = [
660
660
 
661
661
  [[package]]
662
662
  name = "humanize"
663
- version = "4.15.0"
663
+ version = "4.14.0"
664
664
  source = { registry = "https://pypi.org/simple" }
665
- sdist = { url = "https://files.pythonhosted.org/packages/ba/66/a3921783d54be8a6870ac4ccffcd15c4dc0dd7fcce51c6d63b8c63935276/humanize-4.15.0.tar.gz", hash = "sha256:1dd098483eb1c7ee8e32eb2e99ad1910baefa4b75c3aff3a82f4d78688993b10", size = 83599, upload-time = "2025-12-20T20:16:13.19Z" }
665
+ sdist = { url = "https://files.pythonhosted.org/packages/b6/43/50033d25ad96a7f3845f40999b4778f753c3901a11808a584fed7c00d9f5/humanize-4.14.0.tar.gz", hash = "sha256:2fa092705ea640d605c435b1ca82b2866a1b601cdf96f076d70b79a855eba90d", size = 82939, upload-time = "2025-10-15T13:04:51.214Z" }
666
666
  wheels = [
667
- { url = "https://files.pythonhosted.org/packages/c5/7b/bca5613a0c3b542420cf92bd5e5fb8ebd5435ce1011a091f66bb7693285e/humanize-4.15.0-py3-none-any.whl", hash = "sha256:b1186eb9f5a9749cd9cb8565aee77919dd7c8d076161cf44d70e59e3301e1769", size = 132203, upload-time = "2025-12-20T20:16:11.67Z" },
667
+ { url = "https://files.pythonhosted.org/packages/c3/5b/9512c5fb6c8218332b530f13500c6ff5f3ce3342f35e0dd7be9ac3856fd3/humanize-4.14.0-py3-none-any.whl", hash = "sha256:d57701248d040ad456092820e6fde56c930f17749956ac47f4f655c0c547bfff", size = 132092, upload-time = "2025-10-15T13:04:49.404Z" },
668
668
  ]
669
669
 
670
670
  [[package]]
@@ -678,14 +678,14 @@ wheels = [
678
678
 
679
679
  [[package]]
680
680
  name = "importlib-metadata"
681
- version = "8.7.1"
681
+ version = "8.7.0"
682
682
  source = { registry = "https://pypi.org/simple" }
683
683
  dependencies = [
684
684
  { name = "zipp" },
685
685
  ]
686
- sdist = { url = "https://files.pythonhosted.org/packages/f3/49/3b30cad09e7771a4982d9975a8cbf64f00d4a1ececb53297f1d9a7be1b10/importlib_metadata-8.7.1.tar.gz", hash = "sha256:49fef1ae6440c182052f407c8d34a68f72efc36db9ca90dc0113398f2fdde8bb", size = 57107, upload-time = "2025-12-21T10:00:19.278Z" }
686
+ sdist = { url = "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000", size = 56641, upload-time = "2025-04-27T15:29:01.736Z" }
687
687
  wheels = [
688
- { url = "https://files.pythonhosted.org/packages/fa/5e/f8e9a1d23b9c20a551a8a02ea3637b4642e22c2626e3a13a9a29cdea99eb/importlib_metadata-8.7.1-py3-none-any.whl", hash = "sha256:5a1f80bf1daa489495071efbb095d75a634cf28a8bc299581244063b53176151", size = 27865, upload-time = "2025-12-21T10:00:18.329Z" },
688
+ { url = "https://files.pythonhosted.org/packages/20/b0/36bd937216ec521246249be3bf9855081de4c5e06a0c9b4219dbeda50373/importlib_metadata-8.7.0-py3-none-any.whl", hash = "sha256:e5dd1551894c77868a30651cef00984d50e1002d06942a7101d34870c5f02afd", size = 27656, upload-time = "2025-04-27T15:29:00.214Z" },
689
689
  ]
690
690
 
691
691
  [[package]]
@@ -1075,7 +1075,7 @@ wheels = [
1075
1075
 
1076
1076
  [[package]]
1077
1077
  name = "mkdocs-material"
1078
- version = "9.7.1"
1078
+ version = "9.7.0"
1079
1079
  source = { registry = "https://pypi.org/simple" }
1080
1080
  dependencies = [
1081
1081
  { name = "babel" },
@@ -1090,9 +1090,9 @@ dependencies = [
1090
1090
  { name = "pymdown-extensions" },
1091
1091
  { name = "requests" },
1092
1092
  ]
1093
- sdist = { url = "https://files.pythonhosted.org/packages/27/e2/2ffc356cd72f1473d07c7719d82a8f2cbd261666828614ecb95b12169f41/mkdocs_material-9.7.1.tar.gz", hash = "sha256:89601b8f2c3e6c6ee0a918cc3566cb201d40bf37c3cd3c2067e26fadb8cce2b8", size = 4094392, upload-time = "2025-12-18T09:49:00.308Z" }
1093
+ sdist = { url = "https://files.pythonhosted.org/packages/9c/3b/111b84cd6ff28d9e955b5f799ef217a17bc1684ac346af333e6100e413cb/mkdocs_material-9.7.0.tar.gz", hash = "sha256:602b359844e906ee402b7ed9640340cf8a474420d02d8891451733b6b02314ec", size = 4094546, upload-time = "2025-11-11T08:49:09.73Z" }
1094
1094
  wheels = [
1095
- { url = "https://files.pythonhosted.org/packages/3e/32/ed071cb721aca8c227718cffcf7bd539620e9799bbf2619e90c757bfd030/mkdocs_material-9.7.1-py3-none-any.whl", hash = "sha256:3f6100937d7d731f87f1e3e3b021c97f7239666b9ba1151ab476cabb96c60d5c", size = 9297166, upload-time = "2025-12-18T09:48:56.664Z" },
1095
+ { url = "https://files.pythonhosted.org/packages/04/87/eefe8d5e764f4cf50ed91b943f8e8f96b5efd65489d8303b7a36e2e79834/mkdocs_material-9.7.0-py3-none-any.whl", hash = "sha256:da2866ea53601125ff5baa8aa06404c6e07af3c5ce3d5de95e3b52b80b442887", size = 9283770, upload-time = "2025-11-11T08:49:06.26Z" },
1096
1096
  ]
1097
1097
 
1098
1098
  [[package]]
@@ -1253,11 +1253,11 @@ wheels = [
1253
1253
 
1254
1254
  [[package]]
1255
1255
  name = "pbs-installer"
1256
- version = "2025.12.17"
1256
+ version = "2025.12.5"
1257
1257
  source = { registry = "https://pypi.org/simple" }
1258
- sdist = { url = "https://files.pythonhosted.org/packages/9c/64/5cf67f6347e518f7e63902b8d43fd2d5594ea1819754f507bf1dde752809/pbs_installer-2025.12.17.tar.gz", hash = "sha256:cf32043fadd168c17a1b18c1c3f801090281bd5c9ce101e2deb7e0e51c8279dd", size = 66998, upload-time = "2025-12-17T23:02:44.202Z" }
1258
+ sdist = { url = "https://files.pythonhosted.org/packages/3f/23/4ab46102595bb44a9e622b3f3f10da1058fd2bd09fc8e6343341e19e7bb1/pbs_installer-2025.12.5.tar.gz", hash = "sha256:3d03347d73f4a58ddfbe26473b622065476633e57de44fb025527c8852e4efa7", size = 66986, upload-time = "2025-12-05T23:02:46.542Z" }
1259
1259
  wheels = [
1260
- { url = "https://files.pythonhosted.org/packages/29/15/83cc8ef2fed1c47a39d99efe6c3a918b9a576a696ba2743a0ae79db92a1e/pbs_installer-2025.12.17-py3-none-any.whl", hash = "sha256:1a899ac5af9ca4c59a7a7944ec3fcf7ad7e40d5684b12eadcfbeee7c59d44123", size = 68726, upload-time = "2025-12-17T23:02:42.649Z" },
1260
+ { url = "https://files.pythonhosted.org/packages/2d/35/df2d2a541cc82796cc1553c78f45b662ccb5136c5f0f11de90b7593a5518/pbs_installer-2025.12.5-py3-none-any.whl", hash = "sha256:1cc1977bbb8367bb3ce03a7954f58d6e765e184fd873b73674076f9e8788cd08", size = 68691, upload-time = "2025-12-05T23:02:45.136Z" },
1261
1261
  ]
1262
1262
 
1263
1263
  [package.optional-dependencies]
@@ -1650,23 +1650,23 @@ wheels = [
1650
1650
 
1651
1651
  [[package]]
1652
1652
  name = "pyparsing"
1653
- version = "3.3.1"
1653
+ version = "3.2.5"
1654
1654
  source = { registry = "https://pypi.org/simple" }
1655
- sdist = { url = "https://files.pythonhosted.org/packages/33/c1/1d9de9aeaa1b89b0186e5fe23294ff6517fce1bc69149185577cd31016b2/pyparsing-3.3.1.tar.gz", hash = "sha256:47fad0f17ac1e2cad3de3b458570fbc9b03560aa029ed5e16ee5554da9a2251c", size = 1550512, upload-time = "2025-12-23T03:14:04.391Z" }
1655
+ sdist = { url = "https://files.pythonhosted.org/packages/f2/a5/181488fc2b9d093e3972d2a472855aae8a03f000592dbfce716a512b3359/pyparsing-3.2.5.tar.gz", hash = "sha256:2df8d5b7b2802ef88e8d016a2eb9c7aeaa923529cd251ed0fe4608275d4105b6", size = 1099274, upload-time = "2025-09-21T04:11:06.277Z" }
1656
1656
  wheels = [
1657
- { url = "https://files.pythonhosted.org/packages/8b/40/2614036cdd416452f5bf98ec037f38a1afb17f327cb8e6b652d4729e0af8/pyparsing-3.3.1-py3-none-any.whl", hash = "sha256:023b5e7e5520ad96642e2c6db4cb683d3970bd640cdf7115049a6e9c3682df82", size = 121793, upload-time = "2025-12-23T03:14:02.103Z" },
1657
+ { url = "https://files.pythonhosted.org/packages/10/5e/1aa9a93198c6b64513c9d7752de7422c06402de6600a8767da1524f9570b/pyparsing-3.2.5-py3-none-any.whl", hash = "sha256:e38a4f02064cf41fe6593d328d0512495ad1f3d8a91c4f73fc401b3079a59a5e", size = 113890, upload-time = "2025-09-21T04:11:04.117Z" },
1658
1658
  ]
1659
1659
 
1660
1660
  [[package]]
1661
1661
  name = "pypdf"
1662
- version = "6.5.0"
1662
+ version = "6.4.2"
1663
1663
  source = { registry = "https://pypi.org/simple" }
1664
1664
  dependencies = [
1665
1665
  { name = "typing-extensions", marker = "python_full_version < '3.11'" },
1666
1666
  ]
1667
- sdist = { url = "https://files.pythonhosted.org/packages/4d/9b/db1056a54eda8cd44f9e5128e87e1142cb328295dad92bbec0d39f251641/pypdf-6.5.0.tar.gz", hash = "sha256:9e78950906380ae4f2ce1d9039e9008098ba6366a4d9c7423c4bdbd6e6683404", size = 5277655, upload-time = "2025-12-21T11:07:19.876Z" }
1667
+ sdist = { url = "https://files.pythonhosted.org/packages/bd/c2/b59b02ff7f2dc006799d2c5dc3a8877686890abdd915176ef799070edf17/pypdf-6.4.2.tar.gz", hash = "sha256:c466ff1272ffb4712c2348d2bbc3019bc93f1c62ccfaf50808e3b9f13c3dc527", size = 5275502, upload-time = "2025-12-14T14:30:58.58Z" }
1668
1668
  wheels = [
1669
- { url = "https://files.pythonhosted.org/packages/de/db/f2e7703791a1f32532618b82789ddddb7173b9e22d97e34cc11950d8e330/pypdf-6.5.0-py3-none-any.whl", hash = "sha256:9cef8002aaedeecf648dfd9ff1ce38f20ae8d88e2534fced6630038906440b25", size = 329560, upload-time = "2025-12-21T11:07:18.173Z" },
1669
+ { url = "https://files.pythonhosted.org/packages/38/99/3147435e15ccd97c0451efc3d13495dc22602e9887f81e64f1b135bae821/pypdf-6.4.2-py3-none-any.whl", hash = "sha256:014dcff867fd99fc0b6fc90ed1f7e1347ef2317ae038a489c2caa64106d268f4", size = 328212, upload-time = "2025-12-14T14:30:56.701Z" },
1670
1670
  ]
1671
1671
 
1672
1672
  [[package]]
@@ -1855,28 +1855,28 @@ wheels = [
1855
1855
 
1856
1856
  [[package]]
1857
1857
  name = "ruff"
1858
- version = "0.14.10"
1859
- source = { registry = "https://pypi.org/simple" }
1860
- sdist = { url = "https://files.pythonhosted.org/packages/57/08/52232a877978dd8f9cf2aeddce3e611b40a63287dfca29b6b8da791f5e8d/ruff-0.14.10.tar.gz", hash = "sha256:9a2e830f075d1a42cd28420d7809ace390832a490ed0966fe373ba288e77aaf4", size = 5859763, upload-time = "2025-12-18T19:28:57.98Z" }
1861
- wheels = [
1862
- { url = "https://files.pythonhosted.org/packages/60/01/933704d69f3f05ee16ef11406b78881733c186fe14b6a46b05cfcaf6d3b2/ruff-0.14.10-py3-none-linux_armv6l.whl", hash = "sha256:7a3ce585f2ade3e1f29ec1b92df13e3da262178df8c8bdf876f48fa0e8316c49", size = 13527080, upload-time = "2025-12-18T19:29:25.642Z" },
1863
- { url = "https://files.pythonhosted.org/packages/df/58/a0349197a7dfa603ffb7f5b0470391efa79ddc327c1e29c4851e85b09cc5/ruff-0.14.10-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:674f9be9372907f7257c51f1d4fc902cb7cf014b9980152b802794317941f08f", size = 13797320, upload-time = "2025-12-18T19:29:02.571Z" },
1864
- { url = "https://files.pythonhosted.org/packages/7b/82/36be59f00a6082e38c23536df4e71cdbc6af8d7c707eade97fcad5c98235/ruff-0.14.10-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d85713d522348837ef9df8efca33ccb8bd6fcfc86a2cde3ccb4bc9d28a18003d", size = 12918434, upload-time = "2025-12-18T19:28:51.202Z" },
1865
- { url = "https://files.pythonhosted.org/packages/a6/00/45c62a7f7e34da92a25804f813ebe05c88aa9e0c25e5cb5a7d23dd7450e3/ruff-0.14.10-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6987ebe0501ae4f4308d7d24e2d0fe3d7a98430f5adfd0f1fead050a740a3a77", size = 13371961, upload-time = "2025-12-18T19:29:04.991Z" },
1866
- { url = "https://files.pythonhosted.org/packages/40/31/a5906d60f0405f7e57045a70f2d57084a93ca7425f22e1d66904769d1628/ruff-0.14.10-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:16a01dfb7b9e4eee556fbfd5392806b1b8550c9b4a9f6acd3dbe6812b193c70a", size = 13275629, upload-time = "2025-12-18T19:29:21.381Z" },
1867
- { url = "https://files.pythonhosted.org/packages/3e/60/61c0087df21894cf9d928dc04bcd4fb10e8b2e8dca7b1a276ba2155b2002/ruff-0.14.10-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7165d31a925b7a294465fa81be8c12a0e9b60fb02bf177e79067c867e71f8b1f", size = 14029234, upload-time = "2025-12-18T19:29:00.132Z" },
1868
- { url = "https://files.pythonhosted.org/packages/44/84/77d911bee3b92348b6e5dab5a0c898d87084ea03ac5dc708f46d88407def/ruff-0.14.10-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:c561695675b972effb0c0a45db233f2c816ff3da8dcfbe7dfc7eed625f218935", size = 15449890, upload-time = "2025-12-18T19:28:53.573Z" },
1869
- { url = "https://files.pythonhosted.org/packages/e9/36/480206eaefa24a7ec321582dda580443a8f0671fdbf6b1c80e9c3e93a16a/ruff-0.14.10-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4bb98fcbbc61725968893682fd4df8966a34611239c9fd07a1f6a07e7103d08e", size = 15123172, upload-time = "2025-12-18T19:29:23.453Z" },
1870
- { url = "https://files.pythonhosted.org/packages/5c/38/68e414156015ba80cef5473d57919d27dfb62ec804b96180bafdeaf0e090/ruff-0.14.10-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f24b47993a9d8cb858429e97bdf8544c78029f09b520af615c1d261bf827001d", size = 14460260, upload-time = "2025-12-18T19:29:27.808Z" },
1871
- { url = "https://files.pythonhosted.org/packages/b3/19/9e050c0dca8aba824d67cc0db69fb459c28d8cd3f6855b1405b3f29cc91d/ruff-0.14.10-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:59aabd2e2c4fd614d2862e7939c34a532c04f1084476d6833dddef4afab87e9f", size = 14229978, upload-time = "2025-12-18T19:29:11.32Z" },
1872
- { url = "https://files.pythonhosted.org/packages/51/eb/e8dd1dd6e05b9e695aa9dd420f4577debdd0f87a5ff2fedda33c09e9be8c/ruff-0.14.10-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:213db2b2e44be8625002dbea33bb9c60c66ea2c07c084a00d55732689d697a7f", size = 14338036, upload-time = "2025-12-18T19:29:09.184Z" },
1873
- { url = "https://files.pythonhosted.org/packages/6a/12/f3e3a505db7c19303b70af370d137795fcfec136d670d5de5391e295c134/ruff-0.14.10-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:b914c40ab64865a17a9a5b67911d14df72346a634527240039eb3bd650e5979d", size = 13264051, upload-time = "2025-12-18T19:29:13.431Z" },
1874
- { url = "https://files.pythonhosted.org/packages/08/64/8c3a47eaccfef8ac20e0484e68e0772013eb85802f8a9f7603ca751eb166/ruff-0.14.10-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:1484983559f026788e3a5c07c81ef7d1e97c1c78ed03041a18f75df104c45405", size = 13283998, upload-time = "2025-12-18T19:29:06.994Z" },
1875
- { url = "https://files.pythonhosted.org/packages/12/84/534a5506f4074e5cc0529e5cd96cfc01bb480e460c7edf5af70d2bcae55e/ruff-0.14.10-py3-none-musllinux_1_2_i686.whl", hash = "sha256:c70427132db492d25f982fffc8d6c7535cc2fd2c83fc8888f05caaa248521e60", size = 13601891, upload-time = "2025-12-18T19:28:55.811Z" },
1876
- { url = "https://files.pythonhosted.org/packages/0d/1e/14c916087d8598917dbad9b2921d340f7884824ad6e9c55de948a93b106d/ruff-0.14.10-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5bcf45b681e9f1ee6445d317ce1fa9d6cba9a6049542d1c3d5b5958986be8830", size = 14336660, upload-time = "2025-12-18T19:29:16.531Z" },
1877
- { url = "https://files.pythonhosted.org/packages/f2/1c/d7b67ab43f30013b47c12b42d1acd354c195351a3f7a1d67f59e54227ede/ruff-0.14.10-py3-none-win32.whl", hash = "sha256:104c49fc7ab73f3f3a758039adea978869a918f31b73280db175b43a2d9b51d6", size = 13196187, upload-time = "2025-12-18T19:29:19.006Z" },
1878
- { url = "https://files.pythonhosted.org/packages/fb/9c/896c862e13886fae2af961bef3e6312db9ebc6adc2b156fe95e615dee8c1/ruff-0.14.10-py3-none-win_amd64.whl", hash = "sha256:466297bd73638c6bdf06485683e812db1c00c7ac96d4ddd0294a338c62fdc154", size = 14661283, upload-time = "2025-12-18T19:29:30.16Z" },
1879
- { url = "https://files.pythonhosted.org/packages/74/31/b0e29d572670dca3674eeee78e418f20bdf97fa8aa9ea71380885e175ca0/ruff-0.14.10-py3-none-win_arm64.whl", hash = "sha256:e51d046cf6dda98a4633b8a8a771451107413b0f07183b2bef03f075599e44e6", size = 13729839, upload-time = "2025-12-18T19:28:48.636Z" },
1858
+ version = "0.14.9"
1859
+ source = { registry = "https://pypi.org/simple" }
1860
+ sdist = { url = "https://files.pythonhosted.org/packages/f6/1b/ab712a9d5044435be8e9a2beb17cbfa4c241aa9b5e4413febac2a8b79ef2/ruff-0.14.9.tar.gz", hash = "sha256:35f85b25dd586381c0cc053f48826109384c81c00ad7ef1bd977bfcc28119d5b", size = 5809165, upload-time = "2025-12-11T21:39:47.381Z" }
1861
+ wheels = [
1862
+ { url = "https://files.pythonhosted.org/packages/b8/1c/d1b1bba22cffec02351c78ab9ed4f7d7391876e12720298448b29b7229c1/ruff-0.14.9-py3-none-linux_armv6l.whl", hash = "sha256:f1ec5de1ce150ca6e43691f4a9ef5c04574ad9ca35c8b3b0e18877314aba7e75", size = 13576541, upload-time = "2025-12-11T21:39:14.806Z" },
1863
+ { url = "https://files.pythonhosted.org/packages/94/ab/ffe580e6ea1fca67f6337b0af59fc7e683344a43642d2d55d251ff83ceae/ruff-0.14.9-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:ed9d7417a299fc6030b4f26333bf1117ed82a61ea91238558c0268c14e00d0c2", size = 13779363, upload-time = "2025-12-11T21:39:20.29Z" },
1864
+ { url = "https://files.pythonhosted.org/packages/7d/f8/2be49047f929d6965401855461e697ab185e1a6a683d914c5c19c7962d9e/ruff-0.14.9-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d5dc3473c3f0e4a1008d0ef1d75cee24a48e254c8bed3a7afdd2b4392657ed2c", size = 12925292, upload-time = "2025-12-11T21:39:38.757Z" },
1865
+ { url = "https://files.pythonhosted.org/packages/9e/e9/08840ff5127916bb989c86f18924fd568938b06f58b60e206176f327c0fe/ruff-0.14.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:84bf7c698fc8f3cb8278830fb6b5a47f9bcc1ed8cb4f689b9dd02698fa840697", size = 13362894, upload-time = "2025-12-11T21:39:02.524Z" },
1866
+ { url = "https://files.pythonhosted.org/packages/31/1c/5b4e8e7750613ef43390bb58658eaf1d862c0cc3352d139cd718a2cea164/ruff-0.14.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:aa733093d1f9d88a5d98988d8834ef5d6f9828d03743bf5e338bf980a19fce27", size = 13311482, upload-time = "2025-12-11T21:39:17.51Z" },
1867
+ { url = "https://files.pythonhosted.org/packages/5b/3a/459dce7a8cb35ba1ea3e9c88f19077667a7977234f3b5ab197fad240b404/ruff-0.14.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6a1cfb04eda979b20c8c19550c8b5f498df64ff8da151283311ce3199e8b3648", size = 14016100, upload-time = "2025-12-11T21:39:41.948Z" },
1868
+ { url = "https://files.pythonhosted.org/packages/a6/31/f064f4ec32524f9956a0890fc6a944e5cf06c63c554e39957d208c0ffc45/ruff-0.14.9-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:1e5cb521e5ccf0008bd74d5595a4580313844a42b9103b7388eca5a12c970743", size = 15477729, upload-time = "2025-12-11T21:39:23.279Z" },
1869
+ { url = "https://files.pythonhosted.org/packages/7a/6d/f364252aad36ccd443494bc5f02e41bf677f964b58902a17c0b16c53d890/ruff-0.14.9-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cd429a8926be6bba4befa8cdcf3f4dd2591c413ea5066b1e99155ed245ae42bb", size = 15122386, upload-time = "2025-12-11T21:39:33.125Z" },
1870
+ { url = "https://files.pythonhosted.org/packages/20/02/e848787912d16209aba2799a4d5a1775660b6a3d0ab3944a4ccc13e64a02/ruff-0.14.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ab208c1b7a492e37caeaf290b1378148f75e13c2225af5d44628b95fd7834273", size = 14497124, upload-time = "2025-12-11T21:38:59.33Z" },
1871
+ { url = "https://files.pythonhosted.org/packages/f3/51/0489a6a5595b7760b5dbac0dd82852b510326e7d88d51dbffcd2e07e3ff3/ruff-0.14.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:72034534e5b11e8a593f517b2f2f2b273eb68a30978c6a2d40473ad0aaa4cb4a", size = 14195343, upload-time = "2025-12-11T21:39:44.866Z" },
1872
+ { url = "https://files.pythonhosted.org/packages/f6/53/3bb8d2fa73e4c2f80acc65213ee0830fa0c49c6479313f7a68a00f39e208/ruff-0.14.9-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:712ff04f44663f1b90a1195f51525836e3413c8a773574a7b7775554269c30ed", size = 14346425, upload-time = "2025-12-11T21:39:05.927Z" },
1873
+ { url = "https://files.pythonhosted.org/packages/ad/04/bdb1d0ab876372da3e983896481760867fc84f969c5c09d428e8f01b557f/ruff-0.14.9-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:a111fee1db6f1d5d5810245295527cda1d367c5aa8f42e0fca9a78ede9b4498b", size = 13258768, upload-time = "2025-12-11T21:39:08.691Z" },
1874
+ { url = "https://files.pythonhosted.org/packages/40/d9/8bf8e1e41a311afd2abc8ad12be1b6c6c8b925506d9069b67bb5e9a04af3/ruff-0.14.9-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:8769efc71558fecc25eb295ddec7d1030d41a51e9dcf127cbd63ec517f22d567", size = 13326939, upload-time = "2025-12-11T21:39:53.842Z" },
1875
+ { url = "https://files.pythonhosted.org/packages/f4/56/a213fa9edb6dd849f1cfbc236206ead10913693c72a67fb7ddc1833bf95d/ruff-0.14.9-py3-none-musllinux_1_2_i686.whl", hash = "sha256:347e3bf16197e8a2de17940cd75fd6491e25c0aa7edf7d61aa03f146a1aa885a", size = 13578888, upload-time = "2025-12-11T21:39:35.988Z" },
1876
+ { url = "https://files.pythonhosted.org/packages/33/09/6a4a67ffa4abae6bf44c972a4521337ffce9cbc7808faadede754ef7a79c/ruff-0.14.9-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:7715d14e5bccf5b660f54516558aa94781d3eb0838f8e706fb60e3ff6eff03a8", size = 14314473, upload-time = "2025-12-11T21:39:50.78Z" },
1877
+ { url = "https://files.pythonhosted.org/packages/12/0d/15cc82da5d83f27a3c6b04f3a232d61bc8c50d38a6cd8da79228e5f8b8d6/ruff-0.14.9-py3-none-win32.whl", hash = "sha256:df0937f30aaabe83da172adaf8937003ff28172f59ca9f17883b4213783df197", size = 13202651, upload-time = "2025-12-11T21:39:26.628Z" },
1878
+ { url = "https://files.pythonhosted.org/packages/32/f7/c78b060388eefe0304d9d42e68fab8cffd049128ec466456cef9b8d4f06f/ruff-0.14.9-py3-none-win_amd64.whl", hash = "sha256:c0b53a10e61df15a42ed711ec0bda0c582039cf6c754c49c020084c55b5b0bc2", size = 14702079, upload-time = "2025-12-11T21:39:11.954Z" },
1879
+ { url = "https://files.pythonhosted.org/packages/26/09/7a9520315decd2334afa65ed258fed438f070e31f05a2e43dd480a5e5911/ruff-0.14.9-py3-none-win_arm64.whl", hash = "sha256:8e821c366517a074046d92f0e9213ed1c13dbc5b37a7fc20b07f79b64d62cc84", size = 13744730, upload-time = "2025-12-11T21:39:29.659Z" },
1880
1880
  ]
1881
1881
 
1882
1882
  [[package]]
@@ -1899,11 +1899,11 @@ wheels = [
1899
1899
 
1900
1900
  [[package]]
1901
1901
  name = "soupsieve"
1902
- version = "2.8.1"
1902
+ version = "2.8"
1903
1903
  source = { registry = "https://pypi.org/simple" }
1904
- sdist = { url = "https://files.pythonhosted.org/packages/89/23/adf3796d740536d63a6fbda113d07e60c734b6ed5d3058d1e47fc0495e47/soupsieve-2.8.1.tar.gz", hash = "sha256:4cf733bc50fa805f5df4b8ef4740fc0e0fa6218cf3006269afd3f9d6d80fd350", size = 117856, upload-time = "2025-12-18T13:50:34.655Z" }
1904
+ sdist = { url = "https://files.pythonhosted.org/packages/6d/e6/21ccce3262dd4889aa3332e5a119a3491a95e8f60939870a3a035aabac0d/soupsieve-2.8.tar.gz", hash = "sha256:e2dd4a40a628cb5f28f6d4b0db8800b8f581b65bb380b97de22ba5ca8d72572f", size = 103472, upload-time = "2025-08-27T15:39:51.78Z" }
1905
1905
  wheels = [
1906
- { url = "https://files.pythonhosted.org/packages/48/f3/b67d6ea49ca9154453b6d70b34ea22f3996b9fa55da105a79d8732227adc/soupsieve-2.8.1-py3-none-any.whl", hash = "sha256:a11fe2a6f3d76ab3cf2de04eb339c1be5b506a8a47f2ceb6d139803177f85434", size = 36710, upload-time = "2025-12-18T13:50:33.267Z" },
1906
+ { url = "https://files.pythonhosted.org/packages/14/a0/bb38d3b76b8cae341dad93a2dd83ab7462e6dbcdd84d43f54ee60a8dc167/soupsieve-2.8-py3-none-any.whl", hash = "sha256:0cc76456a30e20f5d7f2e14a98a4ae2ee4e5abdc7c5ea0aafe795f344bc7984c", size = 36679, upload-time = "2025-08-27T15:39:50.179Z" },
1907
1907
  ]
1908
1908
 
1909
1909
  [[package]]
@@ -2073,7 +2073,7 @@ wheels = [
2073
2073
 
2074
2074
  [[package]]
2075
2075
  name = "typer"
2076
- version = "0.21.0"
2076
+ version = "0.20.0"
2077
2077
  source = { registry = "https://pypi.org/simple" }
2078
2078
  dependencies = [
2079
2079
  { name = "click" },
@@ -2081,9 +2081,9 @@ dependencies = [
2081
2081
  { name = "shellingham" },
2082
2082
  { name = "typing-extensions" },
2083
2083
  ]
2084
- sdist = { url = "https://files.pythonhosted.org/packages/85/30/ff9ede605e3bd086b4dd842499814e128500621f7951ca1e5ce84bbf61b1/typer-0.21.0.tar.gz", hash = "sha256:c87c0d2b6eee3b49c5c64649ec92425492c14488096dfbc8a0c2799b2f6f9c53", size = 106781, upload-time = "2025-12-25T09:54:53.651Z" }
2084
+ sdist = { url = "https://files.pythonhosted.org/packages/8f/28/7c85c8032b91dbe79725b6f17d2fffc595dff06a35c7a30a37bef73a1ab4/typer-0.20.0.tar.gz", hash = "sha256:1aaf6494031793e4876fb0bacfa6a912b551cf43c1e63c800df8b1a866720c37", size = 106492, upload-time = "2025-10-20T17:03:49.445Z" }
2085
2085
  wheels = [
2086
- { url = "https://files.pythonhosted.org/packages/e1/e4/5ebc1899d31d2b1601b32d21cfb4bba022ae6fce323d365f0448031b1660/typer-0.21.0-py3-none-any.whl", hash = "sha256:c79c01ca6b30af9fd48284058a7056ba0d3bf5cf10d0ff3d0c5b11b68c258ac6", size = 47109, upload-time = "2025-12-25T09:54:51.918Z" },
2086
+ { url = "https://files.pythonhosted.org/packages/78/64/7713ffe4b5983314e9d436a90d5bd4f63b6054e2aca783a3cfc44cb95bbf/typer-0.20.0-py3-none-any.whl", hash = "sha256:5b463df6793ec1dca6213a3cf4c0f03bc6e322ac5e16e13ddd622a889489784a", size = 47028, upload-time = "2025-10-20T17:03:47.617Z" },
2087
2087
  ]
2088
2088
 
2089
2089
  [[package]]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes