LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
run.py
setup.py
stackforge/__init__.py
stackforge/__main__.py
stackforge/cli.py
stackforge/core/config.py
stackforge/core/generator.py
stackforge/core/validator.py
stackforge/presets/__init__.py
stackforge/presets/default_presets.py
stackforge/templates/__init__.py
stackforge/templates/backend_templates.py
stackforge/templates/database_templates.py
stackforge/templates/devops_templates.py
stackforge/templates/frontend_templates.py
stackforge/templates/pipeline_templates.py
stackforge/templates/tooling_templates.py
stackforge/ui/banner.py
stackforge/ui/colors.py
stackforge/ui/viewer.py
stackforge/ui/wizard.py
stackforge_dev.egg-info/PKG-INFO
stackforge_dev.egg-info/SOURCES.txt
stackforge_dev.egg-info/dependency_links.txt
stackforge_dev.egg-info/entry_points.txt
stackforge_dev.egg-info/requires.txt
stackforge_dev.egg-info/top_level.txt
tests/__init__.py
tests/test_config.py
tests/test_generator.py
tests/test_presets.py