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.
- {kash_shell-0.3.27 → kash_shell-0.3.28}/PKG-INFO +4 -3
- {kash_shell-0.3.27 → kash_shell-0.3.28}/pyproject.toml +3 -2
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/shell_load_commands.py +3 -9
- {kash_shell-0.3.27 → kash_shell-0.3.28}/uv.lock +99 -89
- {kash_shell-0.3.27 → kash_shell-0.3.28}/.copier-answers.yml +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/.cursor/rules/general.mdc +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/.cursor/rules/python.mdc +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/.env.template +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/.github/workflows/ci.yml +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/.github/workflows/publish.yml +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/.gitignore +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/LICENSE +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/Makefile +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/README.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/development.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/devtools/generate_readme.xsh +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/devtools/lint.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/devtools/profile_main.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/installation.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/publishing.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/__main__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/assistant_chat.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/chat.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/combine_docs.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/concat_docs.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/format_markdown_template.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/markdownify_html.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/minify_html.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/readability.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/render_as_html.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/show_webpage.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/strip_html.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/summarize_as_bullets.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/tabbed_webpage_config.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/core/tabbed_webpage_generate.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/meta/write_instructions.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/actions/meta/write_new_action.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/basic_file_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/browser_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/debug_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/diff_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/files_command.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/general_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/logs_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/model_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/reformat_command.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/search_command.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/base/show_command.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/extras/parse_uv_lock.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/extras/utils_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/assistant_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/doc_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/help_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/logo.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/help/welcome.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/workspace/selection_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/commands/workspace/workspace_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/capture_output.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/colors.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/env_settings.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/init.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/lazy_imports.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/logger.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/logger_basic.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/logo.txt +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/server_config.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/settings.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/setup.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/suppress_warnings.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/text_styles.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/config/unified_live.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/all_docs.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/load_actions_info.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/load_api_docs.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/load_help_topics.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/load_source_code.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/api_docs_template.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/assistant_instructions_template.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/readme_template.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/a1_what_is_kash.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/a2_installation.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/a3_getting_started.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/a4_elements.md +0 -0
- {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
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b0_philosophy_of_kash.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b1_kash_overview.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b2_workspace_and_file_formats.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b3_modern_shell_tool_recommendations.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/topics/b4_faq.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/warning.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs/markdown/welcome.md +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/docs_base.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/load_custom_command_info.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/load_faqs.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/load_recipe_snippets.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/recipes/general_system_commands.sh +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/recipes/python_dev_commands.sh +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/docs_base/recipes/tldr_standard_commands.sh +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/embeddings/cosine.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/embeddings/embeddings.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/embeddings/text_similarity.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/action_decorators.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/action_exec.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/action_registry.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/combiners.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/command_exec.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/command_registry.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/fetch_url_items.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/history.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/importing.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/llm_transforms.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/precondition_checks.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/precondition_registry.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/preconditions.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/resolve_args.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/runtime_settings.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec/shell_callable_action.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/args_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/commands_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/script_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/exec_model/shell_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/file_store.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/item_file_format.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/metadata_dirs.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/persisted_yaml.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/store_cache_warmer.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/file_storage/store_filenames.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/assistant.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/assistant_instructions.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/assistant_output.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/function_param_info.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_embeddings.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_lookups.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_pages.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_printing.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/help_types.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/recommended_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/help/tldr_help.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/clean_headings.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/custom_sliding_transforms.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/fuzzy_parsing.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/init_litellm.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_api_keys.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_completion.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_features.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_messages.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llm_names.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/llm_utils/llms.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/local_server.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/local_server_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/local_server_routes.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/local_url_formatters.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/port_tools.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/local_server/rich_html_template.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_cli.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_main.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_server_commands.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_server_routes.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_server_sse.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/mcp/mcp_server_stdio.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/audio_processing.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/media_cache.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/media_services.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/media_tools.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/services/local_file_media.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/timestamp_citations.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/transcription_deepgram.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/transcription_format.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/media_base/transcription_whisper.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/actions_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/assistant_response_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/compound_actions_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/concept_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/exec_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/graph_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/items_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/language_list.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/llm_actions_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/media_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/operations_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/params_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/paths_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/model/preconditions_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/completions/completion_scoring.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/completions/completion_types.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/completions/shell_completions.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/file_icons/color_for_format.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/file_icons/nerd_icons.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/input_prompts.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/inquirer_settings.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/param_inputs.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/input/shell_confirm.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/kerm_code_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/kerm_codes.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/kmarkdown.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/shell_formatting.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/output/shell_output.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/shell_main.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/ui/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/ui/shell_results.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/ui/shell_syntax.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/utils/exception_printing.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/utils/native_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/utils/shell_function_wrapper.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/shell/version.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/api_retries.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/cache_requests_limited.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/gather_limited.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/http_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/api_utils/progress_protocol.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/format_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/function_inspect.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/import_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/lazyobject.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/obj_replace.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/parse_docstring.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/parse_key_vals.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/parse_shell_args.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/stack_traces.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/task_stack.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/testing.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/type_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/uniquifier.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/url.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/common/url_slice.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/errors.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_formats/chat_format.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/csv_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/dir_info.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_ext.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_formats.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_formats_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_sort_filter.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/file_walk.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/filename_parsing.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/ignore_files.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/mtime_cache.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/file_utils/path_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/lang_utils/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/lang_utils/capitalization.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/ansi_cell_len.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/multitask_status.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/rich_char_transform.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/rich_indent.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/rich_custom/rich_markdown_fork.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/doc_normalization.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/escape_html_tags.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/markdown_render.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/markdown_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/markdownify_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/utils/text_handling/unified_diffs.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/canon_url.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/dir_store.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/file_cache_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/file_processing.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/local_file_cache.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_extract.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_extract_justext.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_extract_readabilipy.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_fetch.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_content/web_page_model.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/simple_webpage.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/tabbed_webpage.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/template_render.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/base_styles.css.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/base_webpage.html.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/components/toc_scripts.js.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/components/toc_styles.css.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/components/tooltip_scripts.js.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/components/tooltip_styles.css.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/content_styles.css.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/explain_view.html.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/item_view.html.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/simple_webpage.html.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/web_gen/templates/tabbed_webpage.html.jinja +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/__init__.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/param_state.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/selections.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/source_items.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/workspace_dirs.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/workspace_output.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/workspace_registry.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/workspaces/workspaces.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/command_nl_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/custom_shell.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/customize_prompt.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/load_into_xonsh.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/shell_which.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_completers.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_env.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_keybindings.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_modern_tools.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xonsh_custom/xonsh_ranking_completer.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xontrib/fnm.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/src/kash/xontrib/kash_extension.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/tests/kash/utils/api_utils/test_gather_limited.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/tests/kash/utils/file_utils/test_csv_utils.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/tests/kash/utils/rich_custom/test_multitask_status.py +0 -0
- {kash_shell-0.3.27 → kash_shell-0.3.28}/tests/test_shell.py +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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.
|
|
305
|
+
version = "2025.8.3"
|
|
306
306
|
source = { registry = "https://pypi.org/simple" }
|
|
307
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
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/
|
|
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.
|
|
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/
|
|
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/
|
|
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.
|
|
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/
|
|
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/
|
|
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.
|
|
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.
|
|
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.
|
|
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/
|
|
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.
|
|
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/
|
|
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/
|
|
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.
|
|
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/
|
|
1546
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1547
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1548
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1549
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1550
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1551
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
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.
|
|
2236
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2237
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2238
|
-
wheels = [
|
|
2239
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2240
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2241
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2242
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2243
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2244
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2245
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2246
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2247
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2248
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2249
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2250
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2251
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2252
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2253
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2254
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2255
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2256
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2257
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2258
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2259
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2260
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2261
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2262
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2264
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2265
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2266
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2267
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2268
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2269
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2270
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2271
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2272
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2273
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2274
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2275
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2276
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2277
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2278
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2279
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2280
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2281
|
-
{ url = "https://files.pythonhosted.org/packages/23/
|
|
2282
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2283
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2284
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2285
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2286
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2287
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2288
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2289
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
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
|
|
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
|
|
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
|
|
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
|