MANIFEST.in
README.md
pyproject.toml
setup.py
scriptthing/__init__.py
scriptthing/__main__.py
scriptthing/vars.py
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/dotfiles_commands.py
scriptthing/cli/mcp_commands.py
scriptthing/cli/modules_commands.py
scriptthing/cli/repo_commands.py
scriptthing/cli/script_commands.py
scriptthing/cli/vars_commands.py
scriptthing/config/__init__.py
scriptthing/config/config.py
scriptthing/config/default_config.toml
scriptthing/config/models.py
scriptthing/core/__init__.py
scriptthing/core/_script_metadata.py
scriptthing/deps/__init__.py
scriptthing/deps/manager.py
scriptthing/formats/__init__.py
scriptthing/mcp/__init__.py
scriptthing/mcp/generator.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/shell/__init__.py
scriptthing/shell/script_wrapper.py
scriptthing/stdin/__init__.py
scriptthing/templates/extension.sh
scriptthing/templates/function.sh
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/utils/__init__.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_repo_manager.py
tests/test_stdin_module.py