MANIFEST.in
README.md
pyproject.toml
setup.py
scriptthing/__init__.py
scriptthing/__main__.py
scriptthing/vars.py
scriptthing/vars.pyi
scriptthing.egg-info/PKG-INFO
scriptthing.egg-info/SOURCES.txt
scriptthing.egg-info/dependency_links.txt
scriptthing.egg-info/entry_points.txt
scriptthing.egg-info/not-zip-safe
scriptthing.egg-info/requires.txt
scriptthing.egg-info/top_level.txt
scriptthing/bindings/__init__.py
scriptthing/cli/__init__.py
scriptthing/cli/base.py
scriptthing/cli/generate_commands.py
scriptthing/cli/modules_commands.py
scriptthing/cli/parallel_commands.py
scriptthing/cli/repo_commands.py
scriptthing/cli/script_commands.py
scriptthing/cli/vars_commands.py
scriptthing/compiler/__init__.py
scriptthing/compiler/bash_magic.py
scriptthing/compiler/context.py
scriptthing/compiler/core.py
scriptthing/compiler/parameter_parser.py
scriptthing/compiler/pipeline.py
scriptthing/compiler/steps.py
scriptthing/compiler/analyzers/__init__.py
scriptthing/compiler/analyzers/argparse_analyzer.py
scriptthing/compiler/analyzers/context.py
scriptthing/compiler/analyzers/declarative_cli_analyzer.py
scriptthing/compiler/analyzers/language_analyzer.py
scriptthing/compiler/analyzers/logging_analyzer.py
scriptthing/compiler/analyzers/manager.py
scriptthing/compiler/analyzers/output_format_analyzer.py
scriptthing/compiler/analyzers/requirements_analyzer.py
scriptthing/config/__init__.py
scriptthing/config/config.py
scriptthing/config/default_config.toml
scriptthing/core/__init__.py
scriptthing/core/_execute_scripts.py
scriptthing/core/_script_metadata.py
scriptthing/core/analyzers.py
scriptthing/core/parallel.py
scriptthing/deps/__init__.py
scriptthing/deps/manager.py
scriptthing/formats/__init__.py
scriptthing/mcp/__init__.py
scriptthing/mcp/generator.py
scriptthing/mcp/simple_config.py
scriptthing/mcp/universal_parser.py
scriptthing/metadata/__init__.py
scriptthing/output/__init__.py
scriptthing/output/base.py
scriptthing/output/core.py
scriptthing/output/csv.py
scriptthing/output/html.py
scriptthing/output/json_formatter.py
scriptthing/output/manager.py
scriptthing/output/markdown.py
scriptthing/output/text.py
scriptthing/output/xml.py
scriptthing/output/yaml_formatter.py
scriptthing/repo/__init__.py
scriptthing/repo/manager.py
scriptthing/resources/shell_functions.sh
scriptthing/resources/internal_repo/README.md
scriptthing/resources/internal_repo/scriptthing.toml
scriptthing/resources/internal_repo/scripts/st-getvar
scriptthing/resources/internal_repo/scripts/st-setvar
scriptthing/resources/starter_repo/README.md
scriptthing/resources/starter_repo/scriptthing.toml
scriptthing/runtime/__init__.py
scriptthing/runtime/execution.py
scriptthing/shell/__init__.py
scriptthing/shell/script_wrapper.py
scriptthing/stdin/__init__.py
scriptthing/stdin/stdin_json.py
scriptthing/templates/bindings_module.jinja2
scriptthing/templates/extension.sh
scriptthing/templates/function.sh
scriptthing/templates/mcp_server_template.jinja2
scriptthing/templates/metadata_comments.jinja2
scriptthing/templates/sh_wrapper_template.jinja2
scriptthing/templates/template.py
scriptthing/templates/template.sh
scriptthing/templating/__init__.py
scriptthing/templating/lang.py
scriptthing/templating/paths.py
scriptthing/templating/resources.py
scriptthing/templating/wrapping.py
scriptthing/utils/__init__.py
scriptthing/utils/cli.py
scriptthing/utils/dates.py
scriptthing/utils/duration.py
scriptthing/utils/logger.py
scriptthing/utils/pretty.py
scriptthing/utils/store.py
tests/__init__.py
tests/test_cli_basic.py
tests/test_comprehensive_imports.py
tests/test_imports.py
tests/test_minimal.py
tests/test_runner.py
tests/test_runtime_execution.py
tests/test_script_run.py
tests/test_stdin_module.py