kash-shell 0.3.27__tar.gz → 0.3.28__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 (322) hide show
  1. {kash_shell-0.3.27 → kash_shell-0.3.28}/PKG-INFO +4 -3
  2. {kash_shell-0.3.27 → kash_shell-0.3.28}/pyproject.toml +3 -2
  3. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/shell_load_commands.py +3 -9
  4. {kash_shell-0.3.27 → kash_shell-0.3.28}/uv.lock +99 -89
  5. {kash_shell-0.3.27 → kash_shell-0.3.28}/.copier-answers.yml +0 -0
  6. {kash_shell-0.3.27 → kash_shell-0.3.28}/.cursor/rules/general.mdc +0 -0
  7. {kash_shell-0.3.27 → kash_shell-0.3.28}/.cursor/rules/python.mdc +0 -0
  8. {kash_shell-0.3.27 → kash_shell-0.3.28}/.env.template +0 -0
  9. {kash_shell-0.3.27 → kash_shell-0.3.28}/.github/workflows/ci.yml +0 -0
  10. {kash_shell-0.3.27 → kash_shell-0.3.28}/.github/workflows/publish.yml +0 -0
  11. {kash_shell-0.3.27 → kash_shell-0.3.28}/.gitignore +0 -0
  12. {kash_shell-0.3.27 → kash_shell-0.3.28}/LICENSE +0 -0
  13. {kash_shell-0.3.27 → kash_shell-0.3.28}/Makefile +0 -0
  14. {kash_shell-0.3.27 → kash_shell-0.3.28}/README.md +0 -0
  15. {kash_shell-0.3.27 → kash_shell-0.3.28}/development.md +0 -0
  16. {kash_shell-0.3.27 → kash_shell-0.3.28}/devtools/generate_readme.xsh +0 -0
  17. {kash_shell-0.3.27 → kash_shell-0.3.28}/devtools/lint.py +0 -0
  18. {kash_shell-0.3.27 → kash_shell-0.3.28}/devtools/profile_main.py +0 -0
  19. {kash_shell-0.3.27 → kash_shell-0.3.28}/installation.md +0 -0
  20. {kash_shell-0.3.27 → kash_shell-0.3.28}/publishing.md +0 -0
  21. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/__init__.py +0 -0
  22. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/__main__.py +0 -0
  23. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/__init__.py +0 -0
  24. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/assistant_chat.py +0 -0
  25. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/chat.py +0 -0
  26. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/combine_docs.py +0 -0
  27. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/concat_docs.py +0 -0
  28. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/format_markdown_template.py +0 -0
  29. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/markdownify_html.py +0 -0
  30. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/minify_html.py +0 -0
  31. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/readability.py +0 -0
  32. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/render_as_html.py +0 -0
  33. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/show_webpage.py +0 -0
  34. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/strip_html.py +0 -0
  35. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/summarize_as_bullets.py +0 -0
  36. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/tabbed_webpage_config.py +0 -0
  37. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/tabbed_webpage_generate.py +0 -0
  38. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/meta/write_instructions.py +0 -0
  39. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/meta/write_new_action.py +0 -0
  40. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/__init__.py +0 -0
  41. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/basic_file_commands.py +0 -0
  42. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/browser_commands.py +0 -0
  43. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/debug_commands.py +0 -0
  44. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/diff_commands.py +0 -0
  45. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/files_command.py +0 -0
  46. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/general_commands.py +0 -0
  47. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/logs_commands.py +0 -0
  48. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/model_commands.py +0 -0
  49. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/reformat_command.py +0 -0
  50. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/search_command.py +0 -0
  51. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/show_command.py +0 -0
  52. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/extras/parse_uv_lock.py +0 -0
  53. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/extras/utils_commands.py +0 -0
  54. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/assistant_commands.py +0 -0
  55. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/doc_commands.py +0 -0
  56. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/help_commands.py +0 -0
  57. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/logo.py +0 -0
  58. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/welcome.py +0 -0
  59. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/workspace/selection_commands.py +0 -0
  60. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/workspace/workspace_commands.py +0 -0
  61. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/__init__.py +0 -0
  62. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/capture_output.py +0 -0
  63. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/colors.py +0 -0
  64. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/env_settings.py +0 -0
  65. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/init.py +0 -0
  66. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/lazy_imports.py +0 -0
  67. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/logger.py +0 -0
  68. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/logger_basic.py +0 -0
  69. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/logo.txt +0 -0
  70. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/server_config.py +0 -0
  71. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/settings.py +0 -0
  72. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/setup.py +0 -0
  73. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/suppress_warnings.py +0 -0
  74. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/text_styles.py +0 -0
  75. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/unified_live.py +0 -0
  76. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/__init__.py +0 -0
  77. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/all_docs.py +0 -0
  78. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/load_actions_info.py +0 -0
  79. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/load_api_docs.py +0 -0
  80. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/load_help_topics.py +0 -0
  81. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/load_source_code.py +0 -0
  82. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/api_docs_template.md +0 -0
  83. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/assistant_instructions_template.md +0 -0
  84. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/readme_template.md +0 -0
  85. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/a1_what_is_kash.md +0 -0
  86. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/a2_installation.md +0 -0
  87. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/a3_getting_started.md +0 -0
  88. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/a4_elements.md +0 -0
  89. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/a5_tips_for_use_with_other_tools.md +0 -0
  90. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b0_philosophy_of_kash.md +0 -0
  91. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b1_kash_overview.md +0 -0
  92. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b2_workspace_and_file_formats.md +0 -0
  93. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b3_modern_shell_tool_recommendations.md +0 -0
  94. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b4_faq.md +0 -0
  95. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/warning.md +0 -0
  96. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/welcome.md +0 -0
  97. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/docs_base.py +0 -0
  98. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/load_custom_command_info.py +0 -0
  99. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/load_faqs.py +0 -0
  100. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/load_recipe_snippets.py +0 -0
  101. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/recipes/general_system_commands.sh +0 -0
  102. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/recipes/python_dev_commands.sh +0 -0
  103. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/recipes/tldr_standard_commands.sh +0 -0
  104. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/embeddings/cosine.py +0 -0
  105. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/embeddings/embeddings.py +0 -0
  106. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/embeddings/text_similarity.py +0 -0
  107. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/__init__.py +0 -0
  108. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/action_decorators.py +0 -0
  109. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/action_exec.py +0 -0
  110. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/action_registry.py +0 -0
  111. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/combiners.py +0 -0
  112. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/command_exec.py +0 -0
  113. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/command_registry.py +0 -0
  114. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/fetch_url_items.py +0 -0
  115. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/history.py +0 -0
  116. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/importing.py +0 -0
  117. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/llm_transforms.py +0 -0
  118. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/precondition_checks.py +0 -0
  119. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/precondition_registry.py +0 -0
  120. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/preconditions.py +0 -0
  121. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/resolve_args.py +0 -0
  122. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/runtime_settings.py +0 -0
  123. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/shell_callable_action.py +0 -0
  124. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/__init__.py +0 -0
  125. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/args_model.py +0 -0
  126. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/commands_model.py +0 -0
  127. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/script_model.py +0 -0
  128. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/shell_model.py +0 -0
  129. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/__init__.py +0 -0
  130. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/file_store.py +0 -0
  131. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/item_file_format.py +0 -0
  132. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/metadata_dirs.py +0 -0
  133. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/persisted_yaml.py +0 -0
  134. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/store_cache_warmer.py +0 -0
  135. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/store_filenames.py +0 -0
  136. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/__init__.py +0 -0
  137. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/assistant.py +0 -0
  138. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/assistant_instructions.py +0 -0
  139. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/assistant_output.py +0 -0
  140. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/function_param_info.py +0 -0
  141. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_embeddings.py +0 -0
  142. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_lookups.py +0 -0
  143. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_pages.py +0 -0
  144. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_printing.py +0 -0
  145. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_types.py +0 -0
  146. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/recommended_commands.py +0 -0
  147. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/tldr_help.py +0 -0
  148. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/__init__.py +0 -0
  149. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/clean_headings.py +0 -0
  150. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/custom_sliding_transforms.py +0 -0
  151. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/fuzzy_parsing.py +0 -0
  152. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/init_litellm.py +0 -0
  153. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_api_keys.py +0 -0
  154. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_completion.py +0 -0
  155. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_features.py +0 -0
  156. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_messages.py +0 -0
  157. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_names.py +0 -0
  158. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llms.py +0 -0
  159. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/__init__.py +0 -0
  160. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/local_server.py +0 -0
  161. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/local_server_commands.py +0 -0
  162. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/local_server_routes.py +0 -0
  163. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/local_url_formatters.py +0 -0
  164. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/port_tools.py +0 -0
  165. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/rich_html_template.py +0 -0
  166. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/__init__.py +0 -0
  167. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_cli.py +0 -0
  168. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_main.py +0 -0
  169. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_server_commands.py +0 -0
  170. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_server_routes.py +0 -0
  171. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_server_sse.py +0 -0
  172. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_server_stdio.py +0 -0
  173. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/__init__.py +0 -0
  174. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/audio_processing.py +0 -0
  175. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/media_cache.py +0 -0
  176. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/media_services.py +0 -0
  177. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/media_tools.py +0 -0
  178. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/services/local_file_media.py +0 -0
  179. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/timestamp_citations.py +0 -0
  180. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/transcription_deepgram.py +0 -0
  181. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/transcription_format.py +0 -0
  182. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/transcription_whisper.py +0 -0
  183. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/__init__.py +0 -0
  184. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/actions_model.py +0 -0
  185. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/assistant_response_model.py +0 -0
  186. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/compound_actions_model.py +0 -0
  187. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/concept_model.py +0 -0
  188. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/exec_model.py +0 -0
  189. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/graph_model.py +0 -0
  190. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/items_model.py +0 -0
  191. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/language_list.py +0 -0
  192. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/llm_actions_model.py +0 -0
  193. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/media_model.py +0 -0
  194. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/operations_model.py +0 -0
  195. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/params_model.py +0 -0
  196. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/paths_model.py +0 -0
  197. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/preconditions_model.py +0 -0
  198. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/__init__.py +0 -0
  199. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/completions/completion_scoring.py +0 -0
  200. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/completions/completion_types.py +0 -0
  201. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/completions/shell_completions.py +0 -0
  202. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/file_icons/color_for_format.py +0 -0
  203. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/file_icons/nerd_icons.py +0 -0
  204. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/__init__.py +0 -0
  205. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/input_prompts.py +0 -0
  206. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/inquirer_settings.py +0 -0
  207. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/param_inputs.py +0 -0
  208. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/shell_confirm.py +0 -0
  209. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/__init__.py +0 -0
  210. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/kerm_code_utils.py +0 -0
  211. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/kerm_codes.py +0 -0
  212. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/kmarkdown.py +0 -0
  213. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/shell_formatting.py +0 -0
  214. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/shell_output.py +0 -0
  215. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/shell_main.py +0 -0
  216. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/ui/__init__.py +0 -0
  217. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/ui/shell_results.py +0 -0
  218. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/ui/shell_syntax.py +0 -0
  219. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/utils/exception_printing.py +0 -0
  220. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/utils/native_utils.py +0 -0
  221. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/utils/shell_function_wrapper.py +0 -0
  222. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/version.py +0 -0
  223. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/__init__.py +0 -0
  224. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/api_retries.py +0 -0
  225. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/cache_requests_limited.py +0 -0
  226. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/gather_limited.py +0 -0
  227. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/http_utils.py +0 -0
  228. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/progress_protocol.py +0 -0
  229. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/__init__.py +0 -0
  230. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/format_utils.py +0 -0
  231. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/function_inspect.py +0 -0
  232. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/import_utils.py +0 -0
  233. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/lazyobject.py +0 -0
  234. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/obj_replace.py +0 -0
  235. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/parse_docstring.py +0 -0
  236. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/parse_key_vals.py +0 -0
  237. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/parse_shell_args.py +0 -0
  238. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/stack_traces.py +0 -0
  239. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/task_stack.py +0 -0
  240. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/testing.py +0 -0
  241. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/type_utils.py +0 -0
  242. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/uniquifier.py +0 -0
  243. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/url.py +0 -0
  244. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/url_slice.py +0 -0
  245. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/errors.py +0 -0
  246. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_formats/chat_format.py +0 -0
  247. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/__init__.py +0 -0
  248. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/csv_utils.py +0 -0
  249. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/dir_info.py +0 -0
  250. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_ext.py +0 -0
  251. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_formats.py +0 -0
  252. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_formats_model.py +0 -0
  253. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_sort_filter.py +0 -0
  254. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_walk.py +0 -0
  255. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/filename_parsing.py +0 -0
  256. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/ignore_files.py +0 -0
  257. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/mtime_cache.py +0 -0
  258. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/path_utils.py +0 -0
  259. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/lang_utils/__init__.py +0 -0
  260. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/lang_utils/capitalization.py +0 -0
  261. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/__init__.py +0 -0
  262. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/ansi_cell_len.py +0 -0
  263. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/multitask_status.py +0 -0
  264. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/rich_char_transform.py +0 -0
  265. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/rich_indent.py +0 -0
  266. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/rich_markdown_fork.py +0 -0
  267. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/doc_normalization.py +0 -0
  268. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/escape_html_tags.py +0 -0
  269. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/markdown_render.py +0 -0
  270. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/markdown_utils.py +0 -0
  271. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/markdownify_utils.py +0 -0
  272. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/unified_diffs.py +0 -0
  273. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/canon_url.py +0 -0
  274. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/dir_store.py +0 -0
  275. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/file_cache_utils.py +0 -0
  276. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/file_processing.py +0 -0
  277. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/local_file_cache.py +0 -0
  278. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_extract.py +0 -0
  279. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_extract_justext.py +0 -0
  280. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_extract_readabilipy.py +0 -0
  281. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_fetch.py +0 -0
  282. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_page_model.py +0 -0
  283. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/__init__.py +0 -0
  284. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/simple_webpage.py +0 -0
  285. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/tabbed_webpage.py +0 -0
  286. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/template_render.py +0 -0
  287. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/base_styles.css.jinja +0 -0
  288. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/base_webpage.html.jinja +0 -0
  289. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/components/toc_scripts.js.jinja +0 -0
  290. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/components/toc_styles.css.jinja +0 -0
  291. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/components/tooltip_scripts.js.jinja +0 -0
  292. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/components/tooltip_styles.css.jinja +0 -0
  293. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/content_styles.css.jinja +0 -0
  294. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/explain_view.html.jinja +0 -0
  295. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/item_view.html.jinja +0 -0
  296. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/simple_webpage.html.jinja +0 -0
  297. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/tabbed_webpage.html.jinja +0 -0
  298. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/__init__.py +0 -0
  299. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/param_state.py +0 -0
  300. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/selections.py +0 -0
  301. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/source_items.py +0 -0
  302. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/workspace_dirs.py +0 -0
  303. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/workspace_output.py +0 -0
  304. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/workspace_registry.py +0 -0
  305. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/workspaces.py +0 -0
  306. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/command_nl_utils.py +0 -0
  307. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/custom_shell.py +0 -0
  308. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/customize_prompt.py +0 -0
  309. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/load_into_xonsh.py +0 -0
  310. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/shell_which.py +0 -0
  311. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_completers.py +0 -0
  312. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_env.py +0 -0
  313. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_keybindings.py +0 -0
  314. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_modern_tools.py +0 -0
  315. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_ranking_completer.py +0 -0
  316. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xontrib/fnm.py +0 -0
  317. {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xontrib/kash_extension.py +0 -0
  318. {kash_shell-0.3.27 → kash_shell-0.3.28}/tests/kash/utils/api_utils/test_gather_limited.py +0 -0
  319. {kash_shell-0.3.27 → kash_shell-0.3.28}/tests/kash/utils/file_utils/test_csv_utils.py +0 -0
  320. {kash_shell-0.3.27 → kash_shell-0.3.28}/tests/kash/utils/rich_custom/test_multitask_status.py +0 -0
  321. {kash_shell-0.3.27 → kash_shell-0.3.28}/tests/test_shell.py +0 -0
  322. {kash_shell-0.3.27 → kash_shell-0.3.28}/tests/web_gen/test_social_metadata.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kash-shell
3
- Version: 0.3.27
3
+ Version: 0.3.28
4
4
  Summary: The knowledge agent shell (core)
5
5
  Project-URL: Repository, https://github.com/jlevy/kash-shell
6
6
  Author-email: Joshua Levy <joshua@cal.berkeley.edu>
@@ -29,7 +29,7 @@ Requires-Dist: deepgram-sdk>=3.10.1
29
29
  Requires-Dist: dunamai>=1.23.0
30
30
  Requires-Dist: fastapi>=0.115.11
31
31
  Requires-Dist: flowmark>=0.5.2
32
- Requires-Dist: frontmatter-format>=0.2.1
32
+ Requires-Dist: frontmatter-format>=0.2.2
33
33
  Requires-Dist: funlog>=0.2.0
34
34
  Requires-Dist: httpx[brotli]>=0.28.1
35
35
  Requires-Dist: humanfriendly>=10.0
@@ -37,7 +37,7 @@ Requires-Dist: inquirerpy>=0.3.4
37
37
  Requires-Dist: jinja2>=3.1.6
38
38
  Requires-Dist: justext>=3.0.2
39
39
  Requires-Dist: lazyasd>=0.1.4
40
- Requires-Dist: litellm>=1.63.11
40
+ Requires-Dist: litellm>=1.74.15.post1
41
41
  Requires-Dist: markdownify>=0.13.1
42
42
  Requires-Dist: mcp-proxy>=0.5.0
43
43
  Requires-Dist: mcp>=1.6.0
@@ -64,6 +64,7 @@ Requires-Dist: rich>=14.0.0
64
64
  Requires-Dist: ripgrepy>=2.1.0
65
65
  Requires-Dist: send2trash>=1.8.3
66
66
  Requires-Dist: setproctitle>=1.3.5
67
+ Requires-Dist: sidematter-format>=0.0.1
67
68
  Requires-Dist: strif>=3.0.1
68
69
  Requires-Dist: tenacity>=9.0.0
69
70
  Requires-Dist: thefuzz>=0.22.1
@@ -46,7 +46,8 @@ dependencies = [
46
46
  "funlog>=0.2.0",
47
47
  "prettyfmt>=0.3.1",
48
48
  "flowmark>=0.5.2",
49
- "frontmatter-format>=0.2.1",
49
+ "frontmatter-format>=0.2.2",
50
+ "sidematter-format>=0.0.1",
50
51
  "chopdiff>=0.2.3",
51
52
  "clideps>=0.1.4",
52
53
  "tminify>=0.1.6",
@@ -84,7 +85,7 @@ dependencies = [
84
85
  # LLM and API essentials:
85
86
  "tiktoken>=0.9.0",
86
87
  "openai>=1.66.3",
87
- "litellm>=1.63.11",
88
+ "litellm>=1.74.15.post1",
88
89
  "pyrate-limiter>=3.7.0",
89
90
  "aiolimiter>=1.2.1",
90
91
  # Basic text handling and web scraping:
@@ -130,20 +130,14 @@ def log_command_action_info():
130
130
  kits = get_loaded_kits()
131
131
  action_count = len(get_all_action_classes())
132
132
  command_count = len(get_all_commands())
133
- cprint(
134
- Text.assemble(
135
- Text("Kits loaded: "),
136
- Text(
137
- f"{', '.join(kits.keys()) if kits else 'none'}", style=COLOR_VALUE if kits else ""
138
- ),
139
- )
140
- )
133
+ kits_list = ["kash-shell"] + list(k.distribution_name for k in kits.values())
141
134
  cprint(
142
135
  Text.assemble(
143
136
  Text(f"{command_count} commands", style=COLOR_VALUE),
144
137
  Text(" and "),
145
138
  Text(f"{action_count} actions", style=COLOR_VALUE),
146
- Text(" loaded."),
139
+ Text(" loaded from "),
140
+ Text(f"{', '.join(kits_list)}", style=COLOR_VALUE if kits_list else ""),
147
141
  )
148
142
  )
149
143
 
@@ -302,11 +302,11 @@ wheels = [
302
302
 
303
303
  [[package]]
304
304
  name = "certifi"
305
- version = "2025.7.14"
305
+ version = "2025.8.3"
306
306
  source = { registry = "https://pypi.org/simple" }
307
- sdist = { url = "https://files.pythonhosted.org/packages/b3/76/52c535bcebe74590f296d6c77c86dabf761c41980e1347a2422e4aa2ae41/certifi-2025.7.14.tar.gz", hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995", size = 163981, upload-time = "2025-07-14T03:29:28.449Z" }
307
+ sdist = { url = "https://files.pythonhosted.org/packages/dc/67/960ebe6bf230a96cda2e0abcf73af550ec4f090005363542f0765df162e0/certifi-2025.8.3.tar.gz", hash = "sha256:e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407", size = 162386, upload-time = "2025-08-03T03:07:47.08Z" }
308
308
  wheels = [
309
- { url = "https://files.pythonhosted.org/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl", hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2", size = 162722, upload-time = "2025-07-14T03:29:26.863Z" },
309
+ { url = "https://files.pythonhosted.org/packages/e5/48/1549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32/certifi-2025.8.3-py3-none-any.whl", hash = "sha256:f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5", size = 161216, upload-time = "2025-08-03T03:07:45.777Z" },
310
310
  ]
311
311
 
312
312
  [[package]]
@@ -583,7 +583,7 @@ wheels = [
583
583
 
584
584
  [[package]]
585
585
  name = "deepgram-sdk"
586
- version = "4.8.0"
586
+ version = "4.8.1"
587
587
  source = { registry = "https://pypi.org/simple" }
588
588
  dependencies = [
589
589
  { name = "aenum" },
@@ -595,9 +595,9 @@ dependencies = [
595
595
  { name = "typing-extensions" },
596
596
  { name = "websockets" },
597
597
  ]
598
- sdist = { url = "https://files.pythonhosted.org/packages/60/9b/ddbcb74375c0329594010c2eb51f9ccb6b3b7ac44d2bb3effb6b4064d6d6/deepgram_sdk-4.8.0.tar.gz", hash = "sha256:b5cfd16e657121f9db05d9a594c4f4dfab604bb3885d17e2ae12a7923cd11ba3", size = 100072, upload-time = "2025-07-25T20:24:11.568Z" }
598
+ sdist = { url = "https://files.pythonhosted.org/packages/e1/7a/420a885ddfc16b6142353414e8e529882a1e261fd4cfbae449ce84d59590/deepgram_sdk-4.8.1.tar.gz", hash = "sha256:aada4c34532096bb8c438ed23c6d182920e8cba9609bf1b1e40a7f30820cfa32", size = 100105, upload-time = "2025-08-02T01:00:33.854Z" }
599
599
  wheels = [
600
- { url = "https://files.pythonhosted.org/packages/f2/f1/655ddffdef4b738c0ae4fe647bbb21d6ba5da49ee1d9e44d6860fdd986a6/deepgram_sdk-4.8.0-py3-none-any.whl", hash = "sha256:ba30873c5438eab269d88bd059cf6b147c55a61cb8d71c91c30a51a3a6c99608", size = 157929, upload-time = "2025-07-25T20:24:10.371Z" },
600
+ { url = "https://files.pythonhosted.org/packages/7d/85/70151387088f110623ff066d6e27d1169f5dd130eaf8b2044f4de9d41034/deepgram_sdk-4.8.1-py3-none-any.whl", hash = "sha256:1af2a9fab57c858f2201bebd8f553fdfe9ef3d1b036e0ac588104b11ae3bc727", size = 157925, upload-time = "2025-08-02T01:00:32.215Z" },
601
601
  ]
602
602
 
603
603
  [[package]]
@@ -684,14 +684,14 @@ wheels = [
684
684
 
685
685
  [[package]]
686
686
  name = "frontmatter-format"
687
- version = "0.2.1"
687
+ version = "0.2.2"
688
688
  source = { registry = "https://pypi.org/simple" }
689
689
  dependencies = [
690
690
  { name = "ruamel-yaml" },
691
691
  ]
692
- sdist = { url = "https://files.pythonhosted.org/packages/ef/bb/d05fa1ca60ac06820ed8f6ac6ec7f1861a338e00aa36a45a2602968465b2/frontmatter_format-0.2.1.tar.gz", hash = "sha256:07b622fa48b1511814140ff6319a0d10471d1feaef933289423676adf9682519", size = 426472, upload-time = "2025-03-29T20:34:48.716Z" }
692
+ sdist = { url = "https://files.pythonhosted.org/packages/04/ad/a4c8327bcc053225a8f804b95f60f29947c492db13289ac1578518be06db/frontmatter_format-0.2.2.tar.gz", hash = "sha256:5c7a2da232c9a6a861b76bc0756f6cabfb9445782dcf6b49dcdf555fdb5dc43e", size = 435830, upload-time = "2025-08-03T18:56:36.904Z" }
693
693
  wheels = [
694
- { url = "https://files.pythonhosted.org/packages/1c/c2/04e825139dea2eac9366ae0c1bac8c796e766e02c17760f09d2b44579350/frontmatter_format-0.2.1-py3-none-any.whl", hash = "sha256:6bede4c8a52df515a8559d23653ea3f7bf599e0c621b047c283d7199be0a826f", size = 13336, upload-time = "2025-03-29T20:34:47.171Z" },
694
+ { url = "https://files.pythonhosted.org/packages/d3/21/fe73c1a1ca5e36d4fc990bc8f977b7d6d42397b3925b4a73bfae3ad90dbc/frontmatter_format-0.2.2-py3-none-any.whl", hash = "sha256:77b332f619781518b849cea3534f27cddadc59ba07884f967dbf1a77e0052703", size = 13926, upload-time = "2025-08-03T18:56:35.61Z" },
695
695
  ]
696
696
 
697
697
  [[package]]
@@ -1115,6 +1115,7 @@ dependencies = [
1115
1115
  { name = "ripgrepy" },
1116
1116
  { name = "send2trash" },
1117
1117
  { name = "setproctitle" },
1118
+ { name = "sidematter-format" },
1118
1119
  { name = "strif" },
1119
1120
  { name = "tenacity" },
1120
1121
  { name = "thefuzz" },
@@ -1152,7 +1153,7 @@ requires-dist = [
1152
1153
  { name = "dunamai", specifier = ">=1.23.0" },
1153
1154
  { name = "fastapi", specifier = ">=0.115.11" },
1154
1155
  { name = "flowmark", specifier = ">=0.5.2" },
1155
- { name = "frontmatter-format", specifier = ">=0.2.1" },
1156
+ { name = "frontmatter-format", specifier = ">=0.2.2" },
1156
1157
  { name = "funlog", specifier = ">=0.2.0" },
1157
1158
  { name = "httpx", extras = ["brotli"], specifier = ">=0.28.1" },
1158
1159
  { name = "humanfriendly", specifier = ">=10.0" },
@@ -1160,7 +1161,7 @@ requires-dist = [
1160
1161
  { name = "jinja2", specifier = ">=3.1.6" },
1161
1162
  { name = "justext", specifier = ">=3.0.2" },
1162
1163
  { name = "lazyasd", specifier = ">=0.1.4" },
1163
- { name = "litellm", specifier = ">=1.63.11" },
1164
+ { name = "litellm", specifier = ">=1.74.15.post1" },
1164
1165
  { name = "markdownify", specifier = ">=0.13.1" },
1165
1166
  { name = "mcp", specifier = ">=1.6.0" },
1166
1167
  { name = "mcp-proxy", specifier = ">=0.5.0" },
@@ -1187,6 +1188,7 @@ requires-dist = [
1187
1188
  { name = "ripgrepy", specifier = ">=2.1.0" },
1188
1189
  { name = "send2trash", specifier = ">=1.8.3" },
1189
1190
  { name = "setproctitle", specifier = ">=1.3.5" },
1191
+ { name = "sidematter-format", specifier = ">=0.0.1" },
1190
1192
  { name = "strif", specifier = ">=3.0.1" },
1191
1193
  { name = "tenacity", specifier = ">=9.0.0" },
1192
1194
  { name = "thefuzz", specifier = ">=0.22.1" },
@@ -1217,7 +1219,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/b3/15/c9f68c4f477fbaa9f
1217
1219
 
1218
1220
  [[package]]
1219
1221
  name = "litellm"
1220
- version = "1.74.9.post1"
1222
+ version = "1.74.15.post1"
1221
1223
  source = { registry = "https://pypi.org/simple" }
1222
1224
  dependencies = [
1223
1225
  { name = "aiohttp" },
@@ -1232,10 +1234,7 @@ dependencies = [
1232
1234
  { name = "tiktoken" },
1233
1235
  { name = "tokenizers" },
1234
1236
  ]
1235
- sdist = { url = "https://files.pythonhosted.org/packages/f9/39/60a16cfa5aa43498f35538aa2c4608f303eaa60396e862e38ecdc5c85681/litellm-1.74.9.post1.tar.gz", hash = "sha256:968cc4ef2afa701a3da78389d1fd1514ace1574c09e46785972c1e1d594547f1", size = 9660690, upload-time = "2025-07-29T00:53:32.47Z" }
1236
- wheels = [
1237
- { url = "https://files.pythonhosted.org/packages/31/0b/3951fc38b726a1a72fa806ab46fc64bbf2b92cbed69be856dd768196e16a/litellm-1.74.9.post1-py3-none-any.whl", hash = "sha256:9247808f90247073cb63657fb23e00d8ec2c46af8792476f61d9517e7c9633ae", size = 8740465, upload-time = "2025-07-29T00:53:29.976Z" },
1238
- ]
1237
+ sdist = { url = "https://files.pythonhosted.org/packages/3e/fc/02bfc7dcf6276fbbd5acf0ebcb188f824cf6d4ee8013d7150458c77c7047/litellm-1.74.15.post1.tar.gz", hash = "sha256:8c0f73f89f15603afebbc912cb30ba6f18439eb12249f16a37646752fb76825e", size = 9711380, upload-time = "2025-08-02T22:05:05.361Z" }
1239
1238
 
1240
1239
  [[package]]
1241
1240
  name = "lxml"
@@ -1404,7 +1403,7 @@ wheels = [
1404
1403
 
1405
1404
  [[package]]
1406
1405
  name = "mcp"
1407
- version = "1.12.2"
1406
+ version = "1.12.3"
1408
1407
  source = { registry = "https://pypi.org/simple" }
1409
1408
  dependencies = [
1410
1409
  { name = "anyio" },
@@ -1419,9 +1418,9 @@ dependencies = [
1419
1418
  { name = "starlette" },
1420
1419
  { name = "uvicorn", marker = "sys_platform != 'emscripten'" },
1421
1420
  ]
1422
- sdist = { url = "https://files.pythonhosted.org/packages/66/85/f36d538b1286b7758f35c1b69d93f2719d2df90c01bd074eadd35f6afc35/mcp-1.12.2.tar.gz", hash = "sha256:a4b7c742c50ce6ed6d6a6c096cca0e3893f5aecc89a59ed06d47c4e6ba41edcc", size = 426202, upload-time = "2025-07-24T18:29:05.175Z" }
1421
+ sdist = { url = "https://files.pythonhosted.org/packages/4d/19/9955e2df5384ff5dd25d38f8e88aaf89d2d3d9d39f27e7383eaf0b293836/mcp-1.12.3.tar.gz", hash = "sha256:ab2e05f5e5c13e1dc90a4a9ef23ac500a6121362a564447855ef0ab643a99fed", size = 427203, upload-time = "2025-07-31T18:36:36.795Z" }
1423
1422
  wheels = [
1424
- { url = "https://files.pythonhosted.org/packages/2f/cf/3fd38cfe43962452e4bfadc6966b2ea0afaf8e0286cb3991c247c8c33ebd/mcp-1.12.2-py3-none-any.whl", hash = "sha256:b86d584bb60193a42bd78aef01882c5c42d614e416cbf0480149839377ab5a5f", size = 158473, upload-time = "2025-07-24T18:29:03.419Z" },
1423
+ { url = "https://files.pythonhosted.org/packages/8f/8b/0be74e3308a486f1d127f3f6767de5f9f76454c9b4183210c61cc50999b6/mcp-1.12.3-py3-none-any.whl", hash = "sha256:5483345bf39033b858920a5b6348a303acacf45b23936972160ff152107b850e", size = 158810, upload-time = "2025-07-31T18:36:34.915Z" },
1425
1424
  ]
1426
1425
 
1427
1426
  [[package]]
@@ -1538,18 +1537,16 @@ wheels = [
1538
1537
 
1539
1538
  [[package]]
1540
1539
  name = "nodejs-wheel-binaries"
1541
- version = "22.17.1"
1540
+ version = "22.18.0"
1542
1541
  source = { registry = "https://pypi.org/simple" }
1543
- sdist = { url = "https://files.pythonhosted.org/packages/48/27/97bf86b124b3e385fa39c22480d7fad934c28e6591c869ee8879260329f5/nodejs_wheel_binaries-22.17.1.tar.gz", hash = "sha256:0a8bf2a9d319988b8fa8b8b7bb5a7d986527672e6d6352735714f768af9828d0", size = 8065, upload-time = "2025-07-27T16:02:29.207Z" }
1544
1542
  wheels = [
1545
- { url = "https://files.pythonhosted.org/packages/0d/04/814f76f2e5f27eae05aaa6bb8840f01f378e9a441c5ccdbe7999efa7acae/nodejs_wheel_binaries-22.17.1-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:1f4d208c0c087a2909b6e9e6e0735da083dc997aa74e9b302703b0798b2faa4c", size = 51003618, upload-time = "2025-07-27T16:01:57.617Z" },
1546
- { url = "https://files.pythonhosted.org/packages/47/db/d0edcebaa420b1079e180959bc841dce638ccc3e45a76b41c4ea7318aa0d/nodejs_wheel_binaries-22.17.1-py2.py3-none-macosx_11_0_x86_64.whl", hash = "sha256:457ada98c6e3e03c7fd3f7d6a55572b70af7155c8dd908246373c63697226db6", size = 51936048, upload-time = "2025-07-27T16:02:01.357Z" },
1547
- { url = "https://files.pythonhosted.org/packages/72/e2/4dc2362718e880341db1105a56d7a58477c53edd36e8aac83a197ba7152d/nodejs_wheel_binaries-22.17.1-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a79a87aeb2f1dfc3d36cd595921f7671a7342467f8b224b56e9049771e5ec20b", size = 57928386, upload-time = "2025-07-27T16:02:04.887Z" },
1548
- { url = "https://files.pythonhosted.org/packages/cc/c2/9ef78ae76cfd4540c0b552f499d3f73b35bd9391ecf13bf558e8ea22cd00/nodejs_wheel_binaries-22.17.1-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:05c4eafec348e439d069cd5a114f893c5f7ea898752e34a8aa43aacd39fcf9a3", size = 58461623, upload-time = "2025-07-27T16:02:08.595Z" },
1549
- { url = "https://files.pythonhosted.org/packages/f0/65/7f2adb75571981615a22b4bc3852de1a8cc1cf416de12191665ce5e76119/nodejs_wheel_binaries-22.17.1-py2.py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:fc9690ed95b186ef4bb8dd316e83878d016a0b6072454f8f68fa843c1016f85b", size = 59781116, upload-time = "2025-07-27T16:02:12.181Z" },
1550
- { url = "https://files.pythonhosted.org/packages/5b/a9/d3c28d3626bb8639067d479bc9e30127673ce4bc477a2db2e8a4355cafa9/nodejs_wheel_binaries-22.17.1-py2.py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:8200379c4c5ec957230285d2e7844f94de87ec0e8316b72b7a5f923cf19e88f2", size = 60832038, upload-time = "2025-07-27T16:02:16.516Z" },
1551
- { url = "https://files.pythonhosted.org/packages/6d/aa/189ebcd6ad819dcacba9e117ae13f4a6d30397d12e862c6db261b63b348a/nodejs_wheel_binaries-22.17.1-py2.py3-none-win_amd64.whl", hash = "sha256:dadc1cf0d5dfacb4dbf2f339d8c070c58e48b37328a44f845de1d27fbbf2381f", size = 40120435, upload-time = "2025-07-27T16:02:23.079Z" },
1552
- { url = "https://files.pythonhosted.org/packages/95/9e/6761d5af600a431862d7f8236e0a3ce326d40d3b33358a6e074d97bb53c6/nodejs_wheel_binaries-22.17.1-py2.py3-none-win_arm64.whl", hash = "sha256:fde8e767272620c58cb882df104462d8f62859223dbf9ab50678d9f0c09dbbf5", size = 38864712, upload-time = "2025-07-27T16:02:25.806Z" },
1543
+ { url = "https://files.pythonhosted.org/packages/7e/6d/773e09de4a052cc75c129c3766a3cf77c36bff8504a38693b735f4a1eb55/nodejs_wheel_binaries-22.18.0-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:53b04495857755c5d5658f7ac969d84f25898fe0b0c1bdc41172e5e0ac6105ca", size = 50873051, upload-time = "2025-08-01T11:10:29.475Z" },
1544
+ { url = "https://files.pythonhosted.org/packages/ae/fc/3d6fd4ad5d26c9acd46052190d6a8895dc5050297b03d9cce03def53df0d/nodejs_wheel_binaries-22.18.0-py2.py3-none-macosx_11_0_x86_64.whl", hash = "sha256:bd4d016257d4dfe604ed526c19bd4695fdc4f4cc32e8afc4738111447aa96d03", size = 51814481, upload-time = "2025-08-01T11:10:33.086Z" },
1545
+ { url = "https://files.pythonhosted.org/packages/10/f9/7be44809a861605f844077f9e731a117b669d5ca6846a7820e7dd82c9fad/nodejs_wheel_binaries-22.18.0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f3b125f94f3f5e8ab9560d3bd637497f02e45470aeea74cf6fe60afe751cfa5f", size = 57804907, upload-time = "2025-08-01T11:10:36.83Z" },
1546
+ { url = "https://files.pythonhosted.org/packages/e9/67/563e74a0dff653ec7ddee63dc49b3f37a20df39f23675cfc801d7e8e4bb7/nodejs_wheel_binaries-22.18.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78bbb81b6e67c15f04e2a9c6c220d7615fb46ae8f1ad388df0d66abac6bed5f8", size = 58335587, upload-time = "2025-08-01T11:10:40.716Z" },
1547
+ { url = "https://files.pythonhosted.org/packages/b6/b1/ec45fefef60223dd40e7953e2ff087964e200d6ec2d04eae0171d6428679/nodejs_wheel_binaries-22.18.0-py2.py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:f5d3ea8b7f957ae16b73241451f6ce831d6478156f363cce75c7ea71cbe6c6f7", size = 59662356, upload-time = "2025-08-01T11:10:44.795Z" },
1548
+ { url = "https://files.pythonhosted.org/packages/a2/ed/6de2c73499eebf49d0d20e0704f64566029a3441c48cd4f655d49befd28b/nodejs_wheel_binaries-22.18.0-py2.py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:bcda35b07677039670102a6f9b78c2313fd526111d407cb7ffc2a4c243a48ef9", size = 60706806, upload-time = "2025-08-01T11:10:48.985Z" },
1549
+ { url = "https://files.pythonhosted.org/packages/2b/f5/487434b1792c4f28c63876e4a896f2b6e953e2dc1f0b3940e912bd087755/nodejs_wheel_binaries-22.18.0-py2.py3-none-win_amd64.whl", hash = "sha256:0f55e72733f1df2f542dce07f35145ac2e125408b5e2051cac08e5320e41b4d1", size = 39998139, upload-time = "2025-08-01T11:10:52.676Z" },
1553
1550
  ]
1554
1551
 
1555
1552
  [[package]]
@@ -2232,66 +2229,66 @@ wheels = [
2232
2229
 
2233
2230
  [[package]]
2234
2231
  name = "regex"
2235
- version = "2025.7.33"
2236
- source = { registry = "https://pypi.org/simple" }
2237
- sdist = { url = "https://files.pythonhosted.org/packages/ae/1a/cec1f9726d0864501596d3bce326a74a73147b907fd0affa3151d60beeed/regex-2025.7.33.tar.gz", hash = "sha256:4a95afcc4d77b86fdbf300e8f8b2692d8c61a77b891154bb8d5b2a99b03cd66e", size = 402204, upload-time = "2025-07-30T18:01:47.706Z" }
2238
- wheels = [
2239
- { url = "https://files.pythonhosted.org/packages/b1/88/0c13e868fc0f41562e745b870fdebf3887b7860d3602f52ad3c4c1dc502c/regex-2025.7.33-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:1f781a2dd19583eda1e6fee09611b54fb6e138b182718f3011e04f2232a3b25b", size = 485559, upload-time = "2025-07-30T17:59:39.252Z" },
2240
- { url = "https://files.pythonhosted.org/packages/e0/c0/6a5812ea730303a502bf9a7b5b30221d74e67c20576306b1178101801017/regex-2025.7.33-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:bed5ff25028e1bf6e1abe38f64ce481382e32762c2f450277a5d82f74ac4c862", size = 289264, upload-time = "2025-07-30T17:59:40.533Z" },
2241
- { url = "https://files.pythonhosted.org/packages/ce/59/5d56af0a277e245117ad599c5ead245f5ce6e64c68064167a7bc1ab4cd3a/regex-2025.7.33-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9bce76c6fcd0109bb9cf30191ba953744ef03d67a1237a81010ffdc311d48cae", size = 286316, upload-time = "2025-07-30T17:59:42.162Z" },
2242
- { url = "https://files.pythonhosted.org/packages/a9/9a/94a0658cb8346577ab99ebcb7d8b0bff913af0b735ae459939583da76702/regex-2025.7.33-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee0c1bc793fd6afaec36e0f5e691a4455e164003eb7da6e09b9cc525cf389bd6", size = 794605, upload-time = "2025-07-30T17:59:43.766Z" },
2243
- { url = "https://files.pythonhosted.org/packages/b7/15/ba431cacc9ffa263c7e4465a145f6102ab889f80fb8a4a1e6223eebc27ed/regex-2025.7.33-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:1353dee0231e08a3f78fd0dc5d7169de261aca4697181f9a8707986fb782d041", size = 864063, upload-time = "2025-07-30T17:59:45.603Z" },
2244
- { url = "https://files.pythonhosted.org/packages/b1/5d/eb0e219e9f10cf9241e69bb5ba03c11dc307d432307c8c44c9e2cf6c7f17/regex-2025.7.33-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:1e722aeb277d4b10b77ab9bafd6e6c2c12e691d77cfc9a456f25ac9eaf42e4e4", size = 911322, upload-time = "2025-07-30T17:59:47.515Z" },
2245
- { url = "https://files.pythonhosted.org/packages/63/55/8af2a46906d9e527da522745bd8e5c18e43417ac30a94fb7523d5f13b900/regex-2025.7.33-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ff7b2203810d5ae49a27bc61b48f90050bab33a7e8829170b657acfa946e0f5a", size = 799904, upload-time = "2025-07-30T17:59:49.33Z" },
2246
- { url = "https://files.pythonhosted.org/packages/ed/84/d7a00b5120cd654cb82f813a24489186a82ed6d4aac41f957a3926f97787/regex-2025.7.33-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:a7a4e53dd203d49a362fbdfa8195c82036352ebd016afaa630339403cf8805c8", size = 783850, upload-time = "2025-07-30T17:59:51.094Z" },
2247
- { url = "https://files.pythonhosted.org/packages/a4/81/7b45011a5f19cf1b8f9dcc06d5b4d8c9830394eac1ef75fffe3078e600e7/regex-2025.7.33-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:2cd52e12e3c750381fcc68b381b1a8ba44ec5b9d991885d95134a2482a8afec5", size = 859387, upload-time = "2025-07-30T17:59:52.9Z" },
2248
- { url = "https://files.pythonhosted.org/packages/9e/0c/f9ba0fb16c1d65a107be214f0b78e4479c69f385222c70ddae74ac7f298f/regex-2025.7.33-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:6a77c056ce09710f27c4ccece93d203369a85206bb4d1f8694e320223376c7a8", size = 850167, upload-time = "2025-07-30T17:59:54.682Z" },
2249
- { url = "https://files.pythonhosted.org/packages/db/29/6dc44c121171d66e3d71f12be8c73ce47fa7b7f8a890e71a3e628dfe31cf/regex-2025.7.33-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ea72129c91e386d2dcff6f8779a5ce63e067fea0b0eca52f34998b41b30b8268", size = 788439, upload-time = "2025-07-30T17:59:57.095Z" },
2250
- { url = "https://files.pythonhosted.org/packages/ae/06/c89273bc00a5ef6f1151ab5c20ba526217facef4f36606d3151e0e709003/regex-2025.7.33-cp311-cp311-win32.whl", hash = "sha256:0dd27a19c5a67a8f4912b303d518a0c0417f8724e6ecd63a38cb92645295903d", size = 264952, upload-time = "2025-07-30T17:59:58.777Z" },
2251
- { url = "https://files.pythonhosted.org/packages/43/ca/d399b112ce252f382ff73971f55c0445038781e1e467362d4f58ed9d315d/regex-2025.7.33-cp311-cp311-win_amd64.whl", hash = "sha256:7f482597e2dccdb7cb83bda6ad89a52403a08b464c7bddc7e995f4b1d759ac1c", size = 276644, upload-time = "2025-07-30T18:00:00.148Z" },
2252
- { url = "https://files.pythonhosted.org/packages/81/00/461ee5b017a359da1ba9992251d89cb4b7c8775fc41725e4072229fa6f05/regex-2025.7.33-cp311-cp311-win_arm64.whl", hash = "sha256:c57af2499fa8e059bcbf06c1d2f44bcd78915146809be923c3db5f072e8172dd", size = 269095, upload-time = "2025-07-30T18:00:02.082Z" },
2253
- { url = "https://files.pythonhosted.org/packages/e6/24/c69732f585ea96b8750a29e50210124da8ab4a428aaba57e1030ba2ed165/regex-2025.7.33-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:3b9998abc867f2c4555888f48781c5adae48d88d9c6c099989a3893fcb391ee6", size = 486542, upload-time = "2025-07-30T18:00:03.989Z" },
2254
- { url = "https://files.pythonhosted.org/packages/a8/9c/8e16ce0bf04932cb5eac3bb9999e759bf1fea4fef45af34bdf6c787cc1b9/regex-2025.7.33-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:54eca92dc2740eaad2259899cb9015e4cdc7fd634e49437f8ae63190810c0981", size = 289954, upload-time = "2025-07-30T18:00:05.799Z" },
2255
- { url = "https://files.pythonhosted.org/packages/98/dd/421dadf25a7e0071952d1bc5554cd7f06a005eea102f320903ed5879466c/regex-2025.7.33-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e6b9005d66b3c86dc93490ae9ab4a67219b3008d2d9f633ba04284b255f36b68", size = 286484, upload-time = "2025-07-30T18:00:07.504Z" },
2256
- { url = "https://files.pythonhosted.org/packages/48/ea/be45e63033bd50cc307118d7ca45e80b4675560ef97395c3b44e325b59dc/regex-2025.7.33-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2d013a198673344cc3417e90edaeddbc03759d2ce04484f1598ee38207d91590", size = 798117, upload-time = "2025-07-30T18:00:09.033Z" },
2257
- { url = "https://files.pythonhosted.org/packages/99/28/eb8ba8fbee3d2f159f420b29349539b2ae97c7872cbede38c0a6daadd66d/regex-2025.7.33-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:91cb6d242c84792926461b889101595124c0a3df0cd71f2759a4038465a96cf4", size = 868618, upload-time = "2025-07-30T18:00:10.993Z" },
2258
- { url = "https://files.pythonhosted.org/packages/d8/0e/b84ab8c253f39c28486863a8bb4436c1e818bd8c348684c3f1414f477fd3/regex-2025.7.33-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:54351810b403d998995b0ece5114f5113bc6c91d147114e154a2a0a4823089c6", size = 916289, upload-time = "2025-07-30T18:00:12.86Z" },
2259
- { url = "https://files.pythonhosted.org/packages/2c/6e/a8b668a0a0aed53ec1bf9290e36dd405fda9ae0c93f31774caeb7566243e/regex-2025.7.33-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6393ce130a78ef5c136b4ead925028e1a184cbc99d3d2109cfd064bf80c316b8", size = 800726, upload-time = "2025-07-30T18:00:14.457Z" },
2260
- { url = "https://files.pythonhosted.org/packages/d3/0b/f913943db13d509c5392b0c9b1172218f164c190064b7aed07fbdf00737d/regex-2025.7.33-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a2a001c910dd4b7537d64191d843d711fcc514719a4536b759c506b91cb9f9d6", size = 786887, upload-time = "2025-07-30T18:00:15.95Z" },
2261
- { url = "https://files.pythonhosted.org/packages/01/0c/d8dcd90f2877558fa031c3ec0e5eefb216cbe3b2cb10d6f6cf013a381729/regex-2025.7.33-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:c975de33450707f8cfa99718ebfd49f5a46a32c6f5540fb9334cb1d9913ac56c", size = 863361, upload-time = "2025-07-30T18:00:17.733Z" },
2262
- { url = "https://files.pythonhosted.org/packages/f6/36/b57ff459406890969c7bf86857b91eb0cd08b3c0a47bbb6a6579bd4679ff/regex-2025.7.33-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:bb66ef255e1ed13c8a4edc05f310d7cddea0d7bd9f417e64b22fc6179d8aa030", size = 854769, upload-time = "2025-07-30T18:00:19.697Z" },
2263
- { url = "https://files.pythonhosted.org/packages/fd/1d/d566ac4ecd5b0f4d73fcfab1664b3102cd808eaaabb70812a385c7383eff/regex-2025.7.33-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8075cc813907117afd24b4a75cf4d803dd9da8536e99f716515299d59c6ca150", size = 790490, upload-time = "2025-07-30T18:00:21.607Z" },
2264
- { url = "https://files.pythonhosted.org/packages/21/29/fb54fd9df37ec09b64ab82a1b72cd4265044a81eb09061f51a33f02241f0/regex-2025.7.33-cp312-cp312-win32.whl", hash = "sha256:f2050b471dc73c03844585a54046495ed00caebd6037aa75635bc235d9dba15f", size = 265313, upload-time = "2025-07-30T18:00:23.591Z" },
2265
- { url = "https://files.pythonhosted.org/packages/61/67/2b928589cc773c0e602fe99fe0011bac8a90d8b934087392c3b1783cd61b/regex-2025.7.33-cp312-cp312-win_amd64.whl", hash = "sha256:3eca9e1fc0b8a03606ddf1e0a7057babef02ae2f2a59582f80e85718f431be48", size = 275997, upload-time = "2025-07-30T18:00:25.384Z" },
2266
- { url = "https://files.pythonhosted.org/packages/80/e9/bfafb0682b70d850f689bb124c3a9a6998f215afcb75929584d0a76b016a/regex-2025.7.33-cp312-cp312-win_arm64.whl", hash = "sha256:4fe75ed68a6822c295ffc5d9711541f4bcb0def32017733a33fb2cab1b23d8f0", size = 269198, upload-time = "2025-07-30T18:00:26.784Z" },
2267
- { url = "https://files.pythonhosted.org/packages/5e/04/a950e39bcab2568a352650fa288191ae7638f43850507fa48a3daaea8a6b/regex-2025.7.33-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:dac2d4de2cc8627df5130b4acfc84c4f46c488e6d04089eb3202afe0cd7f78fb", size = 486346, upload-time = "2025-07-30T18:00:28.235Z" },
2268
- { url = "https://files.pythonhosted.org/packages/a4/c0/9cede1ae361c9d87d9aca4fb0d05c7e29965b96f0f84d4f7cba182d8c16d/regex-2025.7.33-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:9bf48ca9b90e18f899ff33d2c58417351bc6761e5dcc487790e3b2e70895a5b8", size = 289832, upload-time = "2025-07-30T18:00:29.974Z" },
2269
- { url = "https://files.pythonhosted.org/packages/63/36/a7432bc8672cbcb2b6707c2249053755a3f8b094c661ebb217cf5f0ce8c6/regex-2025.7.33-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1370ad0561424dc0a772ee8f74d2c7adcf0bbffcd6e0530904deab7c3c906fbd", size = 286430, upload-time = "2025-07-30T18:00:31.807Z" },
2270
- { url = "https://files.pythonhosted.org/packages/f0/32/11badb50f925167e1efa6f1fe639b18f142bca85b57a7f770a58551e6e8a/regex-2025.7.33-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ae30052818a2eda652b150dc62ef3f7331d32c41b406d93c74f0d1d4e9cdd1f0", size = 798117, upload-time = "2025-07-30T18:00:33.296Z" },
2271
- { url = "https://files.pythonhosted.org/packages/01/68/e3bb94fbd1c463434e27fc90c2765817b1ccd9fb3b8209f37c300c1d02b0/regex-2025.7.33-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:7686936b2011e278b07a66f30a059afd40da148c728c12ba1c41986b85b95ffc", size = 868618, upload-time = "2025-07-30T18:00:35.177Z" },
2272
- { url = "https://files.pythonhosted.org/packages/de/58/452dda47a66388f0a9a939ce91c0162c59203c9d9deb9b020237c4e0dbf4/regex-2025.7.33-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:28fb295c60469f479afb153800bf061a2010545f7aad9ad80134f29bd6075322", size = 916331, upload-time = "2025-07-30T18:00:36.835Z" },
2273
- { url = "https://files.pythonhosted.org/packages/f3/b0/2e2622ca8dc82ed7cf58e3916f55b2c71c03532acc802437baa9a4045b08/regex-2025.7.33-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5ecfcbb3bdd997b5a75dc519f22d6740577c127ef9e39f76c8cb14226d1949c0", size = 800742, upload-time = "2025-07-30T18:00:38.432Z" },
2274
- { url = "https://files.pythonhosted.org/packages/c1/5e/f1944e00c8f704cc3d00a15509fbbd4f22ca8768f91fb585168eefde1e45/regex-2025.7.33-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f23c92dbbedc829a36df9474c8d6e29501659cbbd1e240ba56c2836066951c0a", size = 786937, upload-time = "2025-07-30T18:00:40.025Z" },
2275
- { url = "https://files.pythonhosted.org/packages/4d/16/4475d426746b1b73a179f7cec84817239b057b2ce3b61cca72ea4605e915/regex-2025.7.33-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:7942066ee78a0a739b7a4fbef03342a97c0d4f146c683a8371e0a805a0372673", size = 863482, upload-time = "2025-07-30T18:00:41.682Z" },
2276
- { url = "https://files.pythonhosted.org/packages/c3/03/c88393db8804f34a690d5409c387311646288315b98236481cabf8e13368/regex-2025.7.33-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:335d344670c08551d99aca771746b30b6719f107981a509e7aa2d6af4d65639e", size = 854698, upload-time = "2025-07-30T18:00:43.677Z" },
2277
- { url = "https://files.pythonhosted.org/packages/4c/9e/996d5388d70fb6f8ea0117eb41ce2260499f22b39538ca5db42d7c13958f/regex-2025.7.33-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8b1e9b3a3cdc0846ab209e41860ae7be3e8144bd8e9c2057e52a1b406954a1bd", size = 790564, upload-time = "2025-07-30T18:00:45.509Z" },
2278
- { url = "https://files.pythonhosted.org/packages/5b/f2/9c65db02e5773aca81519a655f3cba75fadbcf82573e18b0667f19c3d2b2/regex-2025.7.33-cp313-cp313-win32.whl", hash = "sha256:1c364310dfc7d5da35ec53234ff43bec4ca936310a246725463521ea8dfaba7b", size = 265297, upload-time = "2025-07-30T18:00:47.331Z" },
2279
- { url = "https://files.pythonhosted.org/packages/f4/6a/6235d9045b65f099824122358287a75b82add045870e54402582352d5661/regex-2025.7.33-cp313-cp313-win_amd64.whl", hash = "sha256:e36ab4673da294a8e617e8259eb6b9fa74ff9b5395c0fec762334daf08e7c25c", size = 275976, upload-time = "2025-07-30T18:00:48.949Z" },
2280
- { url = "https://files.pythonhosted.org/packages/58/ac/c5a0310cf9a6bb90c0681f7f1a074ebae63851fe67700649a44552195f9f/regex-2025.7.33-cp313-cp313-win_arm64.whl", hash = "sha256:2d0078b161bef2763470c9432f6f64a860bd7d70e14a571ee7907cd40af4d4c0", size = 269194, upload-time = "2025-07-30T18:00:50.919Z" },
2281
- { url = "https://files.pythonhosted.org/packages/23/d7/68f9904dd2ba5fcde073da2775cb800dfdcbe0690ba7af5f825417ad59d4/regex-2025.7.33-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:1ff5c8396e9b70444ef0515c43161bff6c6ec17414bff4e7d962df11a43e18dc", size = 486374, upload-time = "2025-07-30T18:00:52.472Z" },
2282
- { url = "https://files.pythonhosted.org/packages/17/ce/7e799f9b0178c71b30873ea8e2a15b5228dd06ea26a645f5de47d26a916b/regex-2025.7.33-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:bcf657fd13d23885fa39654b723a4cd5e912f4eaafcff83466454f97e6e175f7", size = 289742, upload-time = "2025-07-30T18:00:54.105Z" },
2283
- { url = "https://files.pythonhosted.org/packages/33/72/140040ea6c2769502c5cdb501e758cc0ff28a2d8f3a50d5cfc81ab34f7ae/regex-2025.7.33-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a2784388ffa111c1cdbd829025824af227faeb07518fe1697982773cd5169887", size = 286547, upload-time = "2025-07-30T18:00:55.717Z" },
2284
- { url = "https://files.pythonhosted.org/packages/93/44/c442fdc892553c297fb29425246185646656ebf126ab08008988455955fd/regex-2025.7.33-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:93fcfba683f886f749e6a618b2df09cc99ac7200e932cec13c907c337c64b72a", size = 798155, upload-time = "2025-07-30T18:00:57.826Z" },
2285
- { url = "https://files.pythonhosted.org/packages/20/2b/fb303a275ddfbaedd20bf8c023d938786cb04793a396fcaedd32b978bcb0/regex-2025.7.33-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5cd29d4ef8ff1c83fd7d80ed492b10d34370ef6f8691ec62e86dc06ccc47d801", size = 869424, upload-time = "2025-07-30T18:00:59.547Z" },
2286
- { url = "https://files.pythonhosted.org/packages/28/82/8743799b69147704263cb10e7a4460954196518434c4bf636345a2ea81d5/regex-2025.7.33-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ccccb6a6d6b66fa136cbaf102d4c585289e584f2f892677c30c8f003d941ccae", size = 915877, upload-time = "2025-07-30T18:01:01.631Z" },
2287
- { url = "https://files.pythonhosted.org/packages/01/2e/f8c8c229d300c5b389f6d9cfd9d2792f10bf6307b78d868d5569b8e4163b/regex-2025.7.33-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c5dd6c1df67c057d8c4334e89014a482e008c4c8f38a5264c183371d9be3a17f", size = 800188, upload-time = "2025-07-30T18:01:03.552Z" },
2288
- { url = "https://files.pythonhosted.org/packages/e7/aa/d5075c013ab7f1ffece0a66d1e55e0b0ebcb31e0fd20d139874c0c14e536/regex-2025.7.33-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:dea2325e1c344c2ca1c5365e351d389d4709f532358f89b396bf4260a7aef7a5", size = 787320, upload-time = "2025-07-30T18:01:05.46Z" },
2289
- { url = "https://files.pythonhosted.org/packages/3d/e3/ce5929aae98e5c6b06aaef831860017e39ef65ba4bf6f28b59c95b14c668/regex-2025.7.33-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:3bc95954a8998d07ce7a460c96e91f736ec11d8a85897b2db41e6ee9adde9acd", size = 864043, upload-time = "2025-07-30T18:01:07.376Z" },
2290
- { url = "https://files.pythonhosted.org/packages/52/d6/aaac2af84d2ba000b7e47a7ac31e4bb4d4ca33f0a84584b49e5b67ffc0f0/regex-2025.7.33-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:e196eabbf7ae9b7c8625449fecb68cb970edc26f7fca4f6c5629b4123e646dd1", size = 854194, upload-time = "2025-07-30T18:01:09.095Z" },
2291
- { url = "https://files.pythonhosted.org/packages/68/8d/9655966b2b31339ec50a4d9fe8bc41ab9f6120fa098c58ba6b9452ddc4b5/regex-2025.7.33-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:74ad285ced105e1a00efc3fd0163301ad8c787676d7ffda28d88662e739a6b95", size = 790096, upload-time = "2025-07-30T18:01:10.832Z" },
2292
- { url = "https://files.pythonhosted.org/packages/13/86/bd61a93be36c38f497e17957a838f6e6d48467606c49f5ee402dce98e066/regex-2025.7.33-cp314-cp314-win32.whl", hash = "sha256:2872781d5f78da881282a372309960aa8188c053d5585ee7d6f6968f2857eff8", size = 270642, upload-time = "2025-07-30T18:01:12.491Z" },
2293
- { url = "https://files.pythonhosted.org/packages/7a/20/a5990ce523e63821204b318d333ec1334f842d0222dce113d987a712bce2/regex-2025.7.33-cp314-cp314-win_amd64.whl", hash = "sha256:40b0ba1c7fd92d8030f1a5aa1ad1f9f573b7f06a04c0354e4accb6afe3155614", size = 279199, upload-time = "2025-07-30T18:01:14.053Z" },
2294
- { url = "https://files.pythonhosted.org/packages/cb/f2/794c9c3b7b7cac448811a36def97748d1d5f39f9d1d8b92a03fe06eca284/regex-2025.7.33-cp314-cp314-win_arm64.whl", hash = "sha256:cbfe558a85cb0a0649a02bf7fb2c52daff6869a9fe5b9b63514ec349b84ffa0d", size = 272244, upload-time = "2025-07-30T18:01:15.743Z" },
2232
+ version = "2025.7.34"
2233
+ source = { registry = "https://pypi.org/simple" }
2234
+ sdist = { url = "https://files.pythonhosted.org/packages/0b/de/e13fa6dc61d78b30ba47481f99933a3b49a57779d625c392d8036770a60d/regex-2025.7.34.tar.gz", hash = "sha256:9ead9765217afd04a86822dfcd4ed2747dfe426e887da413b15ff0ac2457e21a", size = 400714, upload-time = "2025-07-31T00:21:16.262Z" }
2235
+ wheels = [
2236
+ { url = "https://files.pythonhosted.org/packages/0d/85/f497b91577169472f7c1dc262a5ecc65e39e146fc3a52c571e5daaae4b7d/regex-2025.7.34-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:da304313761b8500b8e175eb2040c4394a875837d5635f6256d6fa0377ad32c8", size = 484594, upload-time = "2025-07-31T00:19:13.927Z" },
2237
+ { url = "https://files.pythonhosted.org/packages/1c/c5/ad2a5c11ce9e6257fcbfd6cd965d07502f6054aaa19d50a3d7fd991ec5d1/regex-2025.7.34-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:35e43ebf5b18cd751ea81455b19acfdec402e82fe0dc6143edfae4c5c4b3909a", size = 289294, upload-time = "2025-07-31T00:19:15.395Z" },
2238
+ { url = "https://files.pythonhosted.org/packages/8e/01/83ffd9641fcf5e018f9b51aa922c3e538ac9439424fda3df540b643ecf4f/regex-2025.7.34-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:96bbae4c616726f4661fe7bcad5952e10d25d3c51ddc388189d8864fbc1b3c68", size = 285933, upload-time = "2025-07-31T00:19:16.704Z" },
2239
+ { url = "https://files.pythonhosted.org/packages/77/20/5edab2e5766f0259bc1da7381b07ce6eb4401b17b2254d02f492cd8a81a8/regex-2025.7.34-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9feab78a1ffa4f2b1e27b1bcdaad36f48c2fed4870264ce32f52a393db093c78", size = 792335, upload-time = "2025-07-31T00:19:18.561Z" },
2240
+ { url = "https://files.pythonhosted.org/packages/30/bd/744d3ed8777dce8487b2606b94925e207e7c5931d5870f47f5b643a4580a/regex-2025.7.34-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f14b36e6d4d07f1a5060f28ef3b3561c5d95eb0651741474ce4c0a4c56ba8719", size = 858605, upload-time = "2025-07-31T00:19:20.204Z" },
2241
+ { url = "https://files.pythonhosted.org/packages/99/3d/93754176289718d7578c31d151047e7b8acc7a8c20e7706716f23c49e45e/regex-2025.7.34-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:85c3a958ef8b3d5079c763477e1f09e89d13ad22198a37e9d7b26b4b17438b33", size = 905780, upload-time = "2025-07-31T00:19:21.876Z" },
2242
+ { url = "https://files.pythonhosted.org/packages/ee/2e/c689f274a92deffa03999a430505ff2aeace408fd681a90eafa92fdd6930/regex-2025.7.34-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:37555e4ae0b93358fa7c2d240a4291d4a4227cc7c607d8f85596cdb08ec0a083", size = 798868, upload-time = "2025-07-31T00:19:23.222Z" },
2243
+ { url = "https://files.pythonhosted.org/packages/0d/9e/39673688805d139b33b4a24851a71b9978d61915c4d72b5ffda324d0668a/regex-2025.7.34-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ee38926f31f1aa61b0232a3a11b83461f7807661c062df9eb88769d86e6195c3", size = 781784, upload-time = "2025-07-31T00:19:24.59Z" },
2244
+ { url = "https://files.pythonhosted.org/packages/18/bd/4c1cab12cfabe14beaa076523056b8ab0c882a8feaf0a6f48b0a75dab9ed/regex-2025.7.34-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:a664291c31cae9c4a30589bd8bc2ebb56ef880c9c6264cb7643633831e606a4d", size = 852837, upload-time = "2025-07-31T00:19:25.911Z" },
2245
+ { url = "https://files.pythonhosted.org/packages/cb/21/663d983cbb3bba537fc213a579abbd0f263fb28271c514123f3c547ab917/regex-2025.7.34-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:f3e5c1e0925e77ec46ddc736b756a6da50d4df4ee3f69536ffb2373460e2dafd", size = 844240, upload-time = "2025-07-31T00:19:27.688Z" },
2246
+ { url = "https://files.pythonhosted.org/packages/8e/2d/9beeeb913bc5d32faa913cf8c47e968da936af61ec20af5d269d0f84a100/regex-2025.7.34-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d428fc7731dcbb4e2ffe43aeb8f90775ad155e7db4347a639768bc6cd2df881a", size = 787139, upload-time = "2025-07-31T00:19:29.475Z" },
2247
+ { url = "https://files.pythonhosted.org/packages/eb/f5/9b9384415fdc533551be2ba805dd8c4621873e5df69c958f403bfd3b2b6e/regex-2025.7.34-cp311-cp311-win32.whl", hash = "sha256:e154a7ee7fa18333ad90b20e16ef84daaeac61877c8ef942ec8dfa50dc38b7a1", size = 264019, upload-time = "2025-07-31T00:19:31.129Z" },
2248
+ { url = "https://files.pythonhosted.org/packages/18/9d/e069ed94debcf4cc9626d652a48040b079ce34c7e4fb174f16874958d485/regex-2025.7.34-cp311-cp311-win_amd64.whl", hash = "sha256:24257953d5c1d6d3c129ab03414c07fc1a47833c9165d49b954190b2b7f21a1a", size = 276047, upload-time = "2025-07-31T00:19:32.497Z" },
2249
+ { url = "https://files.pythonhosted.org/packages/fd/cf/3bafbe9d1fd1db77355e7fbbbf0d0cfb34501a8b8e334deca14f94c7b315/regex-2025.7.34-cp311-cp311-win_arm64.whl", hash = "sha256:3157aa512b9e606586900888cd469a444f9b898ecb7f8931996cb715f77477f0", size = 268362, upload-time = "2025-07-31T00:19:34.094Z" },
2250
+ { url = "https://files.pythonhosted.org/packages/ff/f0/31d62596c75a33f979317658e8d261574785c6cd8672c06741ce2e2e2070/regex-2025.7.34-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:7f7211a746aced993bef487de69307a38c5ddd79257d7be83f7b202cb59ddb50", size = 485492, upload-time = "2025-07-31T00:19:35.57Z" },
2251
+ { url = "https://files.pythonhosted.org/packages/d8/16/b818d223f1c9758c3434be89aa1a01aae798e0e0df36c1f143d1963dd1ee/regex-2025.7.34-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:fb31080f2bd0681484b275461b202b5ad182f52c9ec606052020fe13eb13a72f", size = 290000, upload-time = "2025-07-31T00:19:37.175Z" },
2252
+ { url = "https://files.pythonhosted.org/packages/cd/70/69506d53397b4bd6954061bae75677ad34deb7f6ca3ba199660d6f728ff5/regex-2025.7.34-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0200a5150c4cf61e407038f4b4d5cdad13e86345dac29ff9dab3d75d905cf130", size = 286072, upload-time = "2025-07-31T00:19:38.612Z" },
2253
+ { url = "https://files.pythonhosted.org/packages/b0/73/536a216d5f66084fb577bb0543b5cb7de3272eb70a157f0c3a542f1c2551/regex-2025.7.34-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:739a74970e736df0773788377969c9fea3876c2fc13d0563f98e5503e5185f46", size = 797341, upload-time = "2025-07-31T00:19:40.119Z" },
2254
+ { url = "https://files.pythonhosted.org/packages/26/af/733f8168449e56e8f404bb807ea7189f59507cbea1b67a7bbcd92f8bf844/regex-2025.7.34-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4fef81b2f7ea6a2029161ed6dea9ae13834c28eb5a95b8771828194a026621e4", size = 862556, upload-time = "2025-07-31T00:19:41.556Z" },
2255
+ { url = "https://files.pythonhosted.org/packages/19/dd/59c464d58c06c4f7d87de4ab1f590e430821345a40c5d345d449a636d15f/regex-2025.7.34-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ea74cf81fe61a7e9d77989050d0089a927ab758c29dac4e8e1b6c06fccf3ebf0", size = 910762, upload-time = "2025-07-31T00:19:43Z" },
2256
+ { url = "https://files.pythonhosted.org/packages/37/a8/b05ccf33ceca0815a1e253693b2c86544932ebcc0049c16b0fbdf18b688b/regex-2025.7.34-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e4636a7f3b65a5f340ed9ddf53585c42e3ff37101d383ed321bfe5660481744b", size = 801892, upload-time = "2025-07-31T00:19:44.645Z" },
2257
+ { url = "https://files.pythonhosted.org/packages/5f/9a/b993cb2e634cc22810afd1652dba0cae156c40d4864285ff486c73cd1996/regex-2025.7.34-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6cef962d7834437fe8d3da6f9bfc6f93f20f218266dcefec0560ed7765f5fe01", size = 786551, upload-time = "2025-07-31T00:19:46.127Z" },
2258
+ { url = "https://files.pythonhosted.org/packages/2d/79/7849d67910a0de4e26834b5bb816e028e35473f3d7ae563552ea04f58ca2/regex-2025.7.34-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:cbe1698e5b80298dbce8df4d8d1182279fbdaf1044e864cbc9d53c20e4a2be77", size = 856457, upload-time = "2025-07-31T00:19:47.562Z" },
2259
+ { url = "https://files.pythonhosted.org/packages/91/c6/de516bc082524b27e45cb4f54e28bd800c01efb26d15646a65b87b13a91e/regex-2025.7.34-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:32b9f9bcf0f605eb094b08e8da72e44badabb63dde6b83bd530580b488d1c6da", size = 848902, upload-time = "2025-07-31T00:19:49.312Z" },
2260
+ { url = "https://files.pythonhosted.org/packages/7d/22/519ff8ba15f732db099b126f039586bd372da6cd4efb810d5d66a5daeda1/regex-2025.7.34-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:524c868ba527eab4e8744a9287809579f54ae8c62fbf07d62aacd89f6026b282", size = 788038, upload-time = "2025-07-31T00:19:50.794Z" },
2261
+ { url = "https://files.pythonhosted.org/packages/3f/7d/aabb467d8f57d8149895d133c88eb809a1a6a0fe262c1d508eb9dfabb6f9/regex-2025.7.34-cp312-cp312-win32.whl", hash = "sha256:d600e58ee6d036081c89696d2bdd55d507498a7180df2e19945c6642fac59588", size = 264417, upload-time = "2025-07-31T00:19:52.292Z" },
2262
+ { url = "https://files.pythonhosted.org/packages/3b/39/bd922b55a4fc5ad5c13753274e5b536f5b06ec8eb9747675668491c7ab7a/regex-2025.7.34-cp312-cp312-win_amd64.whl", hash = "sha256:9a9ab52a466a9b4b91564437b36417b76033e8778e5af8f36be835d8cb370d62", size = 275387, upload-time = "2025-07-31T00:19:53.593Z" },
2263
+ { url = "https://files.pythonhosted.org/packages/f7/3c/c61d2fdcecb754a40475a3d1ef9a000911d3e3fc75c096acf44b0dfb786a/regex-2025.7.34-cp312-cp312-win_arm64.whl", hash = "sha256:c83aec91af9c6fbf7c743274fd952272403ad9a9db05fe9bfc9df8d12b45f176", size = 268482, upload-time = "2025-07-31T00:19:55.183Z" },
2264
+ { url = "https://files.pythonhosted.org/packages/15/16/b709b2119975035169a25aa8e4940ca177b1a2e25e14f8d996d09130368e/regex-2025.7.34-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:c3c9740a77aeef3f5e3aaab92403946a8d34437db930a0280e7e81ddcada61f5", size = 485334, upload-time = "2025-07-31T00:19:56.58Z" },
2265
+ { url = "https://files.pythonhosted.org/packages/94/a6/c09136046be0595f0331bc58a0e5f89c2d324cf734e0b0ec53cf4b12a636/regex-2025.7.34-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:69ed3bc611540f2ea70a4080f853741ec698be556b1df404599f8724690edbcd", size = 289942, upload-time = "2025-07-31T00:19:57.943Z" },
2266
+ { url = "https://files.pythonhosted.org/packages/36/91/08fc0fd0f40bdfb0e0df4134ee37cfb16e66a1044ac56d36911fd01c69d2/regex-2025.7.34-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:d03c6f9dcd562c56527c42b8530aad93193e0b3254a588be1f2ed378cdfdea1b", size = 285991, upload-time = "2025-07-31T00:19:59.837Z" },
2267
+ { url = "https://files.pythonhosted.org/packages/be/2f/99dc8f6f756606f0c214d14c7b6c17270b6bbe26d5c1f05cde9dbb1c551f/regex-2025.7.34-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6164b1d99dee1dfad33f301f174d8139d4368a9fb50bf0a3603b2eaf579963ad", size = 797415, upload-time = "2025-07-31T00:20:01.668Z" },
2268
+ { url = "https://files.pythonhosted.org/packages/62/cf/2fcdca1110495458ba4e95c52ce73b361cf1cafd8a53b5c31542cde9a15b/regex-2025.7.34-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:1e4f4f62599b8142362f164ce776f19d79bdd21273e86920a7b604a4275b4f59", size = 862487, upload-time = "2025-07-31T00:20:03.142Z" },
2269
+ { url = "https://files.pythonhosted.org/packages/90/38/899105dd27fed394e3fae45607c1983e138273ec167e47882fc401f112b9/regex-2025.7.34-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:72a26dcc6a59c057b292f39d41465d8233a10fd69121fa24f8f43ec6294e5415", size = 910717, upload-time = "2025-07-31T00:20:04.727Z" },
2270
+ { url = "https://files.pythonhosted.org/packages/ee/f6/4716198dbd0bcc9c45625ac4c81a435d1c4d8ad662e8576dac06bab35b17/regex-2025.7.34-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d5273fddf7a3e602695c92716c420c377599ed3c853ea669c1fe26218867002f", size = 801943, upload-time = "2025-07-31T00:20:07.1Z" },
2271
+ { url = "https://files.pythonhosted.org/packages/40/5d/cff8896d27e4e3dd11dd72ac78797c7987eb50fe4debc2c0f2f1682eb06d/regex-2025.7.34-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:c1844be23cd40135b3a5a4dd298e1e0c0cb36757364dd6cdc6025770363e06c1", size = 786664, upload-time = "2025-07-31T00:20:08.818Z" },
2272
+ { url = "https://files.pythonhosted.org/packages/10/29/758bf83cf7b4c34f07ac3423ea03cee3eb3176941641e4ccc05620f6c0b8/regex-2025.7.34-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:dde35e2afbbe2272f8abee3b9fe6772d9b5a07d82607b5788e8508974059925c", size = 856457, upload-time = "2025-07-31T00:20:10.328Z" },
2273
+ { url = "https://files.pythonhosted.org/packages/d7/30/c19d212b619963c5b460bfed0ea69a092c6a43cba52a973d46c27b3e2975/regex-2025.7.34-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:f3f6e8e7af516a7549412ce57613e859c3be27d55341a894aacaa11703a4c31a", size = 849008, upload-time = "2025-07-31T00:20:11.823Z" },
2274
+ { url = "https://files.pythonhosted.org/packages/9e/b8/3c35da3b12c87e3cc00010ef6c3a4ae787cff0bc381aa3d251def219969a/regex-2025.7.34-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:469142fb94a869beb25b5f18ea87646d21def10fbacb0bcb749224f3509476f0", size = 788101, upload-time = "2025-07-31T00:20:13.729Z" },
2275
+ { url = "https://files.pythonhosted.org/packages/47/80/2f46677c0b3c2b723b2c358d19f9346e714113865da0f5f736ca1a883bde/regex-2025.7.34-cp313-cp313-win32.whl", hash = "sha256:da7507d083ee33ccea1310447410c27ca11fb9ef18c95899ca57ff60a7e4d8f1", size = 264401, upload-time = "2025-07-31T00:20:15.233Z" },
2276
+ { url = "https://files.pythonhosted.org/packages/be/fa/917d64dd074682606a003cba33585c28138c77d848ef72fc77cbb1183849/regex-2025.7.34-cp313-cp313-win_amd64.whl", hash = "sha256:9d644de5520441e5f7e2db63aec2748948cc39ed4d7a87fd5db578ea4043d997", size = 275368, upload-time = "2025-07-31T00:20:16.711Z" },
2277
+ { url = "https://files.pythonhosted.org/packages/65/cd/f94383666704170a2154a5df7b16be28f0c27a266bffcd843e58bc84120f/regex-2025.7.34-cp313-cp313-win_arm64.whl", hash = "sha256:7bf1c5503a9f2cbd2f52d7e260acb3131b07b6273c470abb78568174fe6bde3f", size = 268482, upload-time = "2025-07-31T00:20:18.189Z" },
2278
+ { url = "https://files.pythonhosted.org/packages/ac/23/6376f3a23cf2f3c00514b1cdd8c990afb4dfbac3cb4a68b633c6b7e2e307/regex-2025.7.34-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:8283afe7042d8270cecf27cca558873168e771183d4d593e3c5fe5f12402212a", size = 485385, upload-time = "2025-07-31T00:20:19.692Z" },
2279
+ { url = "https://files.pythonhosted.org/packages/73/5b/6d4d3a0b4d312adbfd6d5694c8dddcf1396708976dd87e4d00af439d962b/regex-2025.7.34-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6c053f9647e3421dd2f5dff8172eb7b4eec129df9d1d2f7133a4386319b47435", size = 289788, upload-time = "2025-07-31T00:20:21.941Z" },
2280
+ { url = "https://files.pythonhosted.org/packages/92/71/5862ac9913746e5054d01cb9fb8125b3d0802c0706ef547cae1e7f4428fa/regex-2025.7.34-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a16dd56bbcb7d10e62861c3cd000290ddff28ea142ffb5eb3470f183628011ac", size = 286136, upload-time = "2025-07-31T00:20:26.146Z" },
2281
+ { url = "https://files.pythonhosted.org/packages/27/df/5b505dc447eb71278eba10d5ec940769ca89c1af70f0468bfbcb98035dc2/regex-2025.7.34-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:69c593ff5a24c0d5c1112b0df9b09eae42b33c014bdca7022d6523b210b69f72", size = 797753, upload-time = "2025-07-31T00:20:27.919Z" },
2282
+ { url = "https://files.pythonhosted.org/packages/86/38/3e3dc953d13998fa047e9a2414b556201dbd7147034fbac129392363253b/regex-2025.7.34-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:98d0ce170fcde1a03b5df19c5650db22ab58af375aaa6ff07978a85c9f250f0e", size = 863263, upload-time = "2025-07-31T00:20:29.803Z" },
2283
+ { url = "https://files.pythonhosted.org/packages/68/e5/3ff66b29dde12f5b874dda2d9dec7245c2051f2528d8c2a797901497f140/regex-2025.7.34-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d72765a4bff8c43711d5b0f5b452991a9947853dfa471972169b3cc0ba1d0751", size = 910103, upload-time = "2025-07-31T00:20:31.313Z" },
2284
+ { url = "https://files.pythonhosted.org/packages/9e/fe/14176f2182125977fba3711adea73f472a11f3f9288c1317c59cd16ad5e6/regex-2025.7.34-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4494f8fd95a77eb434039ad8460e64d57baa0434f1395b7da44015bef650d0e4", size = 801709, upload-time = "2025-07-31T00:20:33.323Z" },
2285
+ { url = "https://files.pythonhosted.org/packages/5a/0d/80d4e66ed24f1ba876a9e8e31b709f9fd22d5c266bf5f3ab3c1afe683d7d/regex-2025.7.34-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4f42b522259c66e918a0121a12429b2abcf696c6f967fa37bdc7b72e61469f98", size = 786726, upload-time = "2025-07-31T00:20:35.252Z" },
2286
+ { url = "https://files.pythonhosted.org/packages/12/75/c3ebb30e04a56c046f5c85179dc173818551037daae2c0c940c7b19152cb/regex-2025.7.34-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:aaef1f056d96a0a5d53ad47d019d5b4c66fe4be2da87016e0d43b7242599ffc7", size = 857306, upload-time = "2025-07-31T00:20:37.12Z" },
2287
+ { url = "https://files.pythonhosted.org/packages/b1/b2/a4dc5d8b14f90924f27f0ac4c4c4f5e195b723be98adecc884f6716614b6/regex-2025.7.34-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:656433e5b7dccc9bc0da6312da8eb897b81f5e560321ec413500e5367fcd5d47", size = 848494, upload-time = "2025-07-31T00:20:38.818Z" },
2288
+ { url = "https://files.pythonhosted.org/packages/0d/21/9ac6e07a4c5e8646a90b56b61f7e9dac11ae0747c857f91d3d2bc7c241d9/regex-2025.7.34-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:e91eb2c62c39705e17b4d42d4b86c4e86c884c0d15d9c5a47d0835f8387add8e", size = 787850, upload-time = "2025-07-31T00:20:40.478Z" },
2289
+ { url = "https://files.pythonhosted.org/packages/be/6c/d51204e28e7bc54f9a03bb799b04730d7e54ff2718862b8d4e09e7110a6a/regex-2025.7.34-cp314-cp314-win32.whl", hash = "sha256:f978ddfb6216028c8f1d6b0f7ef779949498b64117fc35a939022f67f810bdcb", size = 269730, upload-time = "2025-07-31T00:20:42.253Z" },
2290
+ { url = "https://files.pythonhosted.org/packages/74/52/a7e92d02fa1fdef59d113098cb9f02c5d03289a0e9f9e5d4d6acccd10677/regex-2025.7.34-cp314-cp314-win_amd64.whl", hash = "sha256:4b7dc33b9b48fb37ead12ffc7bdb846ac72f99a80373c4da48f64b373a7abeae", size = 278640, upload-time = "2025-07-31T00:20:44.42Z" },
2291
+ { url = "https://files.pythonhosted.org/packages/d1/78/a815529b559b1771080faa90c3ab401730661f99d495ab0071649f139ebd/regex-2025.7.34-cp314-cp314-win_arm64.whl", hash = "sha256:4b8c4d39f451e64809912c82392933d80fe2e4a87eeef8859fcc5380d0173c64", size = 271757, upload-time = "2025-07-31T00:20:46.355Z" },
2295
2292
  ]
2296
2293
 
2297
2294
  [[package]]
@@ -2587,6 +2584,19 @@ wheels = [
2587
2584
  { url = "https://files.pythonhosted.org/packages/74/03/3271b7bb470fbab4adf5bd30b0d32143909d96f3608d815b447357f47f2b/shtab-1.7.2-py3-none-any.whl", hash = "sha256:858a5805f6c137bb0cda4f282d27d08fd44ca487ab4a6a36d2a400263cd0b5c1", size = 14214, upload-time = "2025-04-12T20:28:01.82Z" },
2588
2585
  ]
2589
2586
 
2587
+ [[package]]
2588
+ name = "sidematter-format"
2589
+ version = "0.0.1"
2590
+ source = { registry = "https://pypi.org/simple" }
2591
+ dependencies = [
2592
+ { name = "frontmatter-format" },
2593
+ { name = "strif" },
2594
+ ]
2595
+ sdist = { url = "https://files.pythonhosted.org/packages/c7/9e/63f35c028f5381e4c8110ff06bcedd67d5586ccbbcc21c8b35cfbc306d6f/sidematter_format-0.0.1.tar.gz", hash = "sha256:7bdf2609651dd14cc0b17aa8e6741c76a4415e02806c7c8c289ada05c0b7f7b7", size = 38634, upload-time = "2025-08-02T20:44:31.833Z" }
2596
+ wheels = [
2597
+ { url = "https://files.pythonhosted.org/packages/67/6a/eb2719befa20976d1655b213d2c8bb09824356089ed14447cd20d2b55bbd/sidematter_format-0.0.1-py3-none-any.whl", hash = "sha256:1db51cc8e7155a94fac2ff655fa4866701f04e83f02aa8793e24224a4a840e50", size = 8826, upload-time = "2025-08-02T20:44:30.758Z" },
2598
+ ]
2599
+
2590
2600
  [[package]]
2591
2601
  name = "six"
2592
2602
  version = "1.17.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes