LICENSE
MANIFEST.in
README.md
cookiecutter.json
pyproject.toml
hooks/hooks.json
hooks/post_gen_project.py
hooks/pre_gen_project.py
hooks/scripts/install-cli.sh
src/spinup_py/__init__.py
src/spinup_py/cli.py
src/spinup_py/prompts.py
src/spinup_py/scaffold.py
src/spinup_py/types.py
src/spinup_py/update.py
src/spinup_py.egg-info/PKG-INFO
src/spinup_py.egg-info/SOURCES.txt
src/spinup_py.egg-info/dependency_links.txt
src/spinup_py.egg-info/entry_points.txt
src/spinup_py.egg-info/requires.txt
src/spinup_py.egg-info/top_level.txt
tests/test_cookiecutter.py
tests/test_units.py
{{cookiecutter.project_name}}/.dockerignore
{{cookiecutter.project_name}}/.editorconfig
{{cookiecutter.project_name}}/.gitignore
{{cookiecutter.project_name}}/.pre-commit-config.yaml
{{cookiecutter.project_name}}/.python-version
{{cookiecutter.project_name}}/.tool-versions
{{cookiecutter.project_name}}/AGENTS.md
{{cookiecutter.project_name}}/AUTHORS.md
{{cookiecutter.project_name}}/CHANGELOG.md
{{cookiecutter.project_name}}/CLAUDE.md
{{cookiecutter.project_name}}/CONTRIBUTING.md
{{cookiecutter.project_name}}/Dockerfile
{{cookiecutter.project_name}}/LICENSE_APACHE
{{cookiecutter.project_name}}/LICENSE_BSD
{{cookiecutter.project_name}}/LICENSE_GPL
{{cookiecutter.project_name}}/LICENSE_ISC
{{cookiecutter.project_name}}/LICENSE_MIT
{{cookiecutter.project_name}}/Makefile
{{cookiecutter.project_name}}/README.md
{{cookiecutter.project_name}}/codecov.yaml
{{cookiecutter.project_name}}/docker-compose.yaml
{{cookiecutter.project_name}}/pyproject.toml
{{cookiecutter.project_name}}/setup.cfg
{{cookiecutter.project_name}}/tox.ini
{{cookiecutter.project_name}}/{{cookiecutter.project_name}}.code-workspace
{{cookiecutter.project_name}}/.devcontainer/.zshrc
{{cookiecutter.project_name}}/.devcontainer/DISCOVER-DEPS.md
{{cookiecutter.project_name}}/.devcontainer/README.md
{{cookiecutter.project_name}}/.devcontainer/SETUP.md
{{cookiecutter.project_name}}/.devcontainer/TOOLS.md
{{cookiecutter.project_name}}/.devcontainer/custom-setup.sh
{{cookiecutter.project_name}}/.devcontainer/devcontainer.json
{{cookiecutter.project_name}}/.github/ISSUE_TEMPLATE/bug_report.md
{{cookiecutter.project_name}}/.github/ISSUE_TEMPLATE/config.yml
{{cookiecutter.project_name}}/.github/ISSUE_TEMPLATE/feature-request.md
{{cookiecutter.project_name}}/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
{{cookiecutter.project_name}}/.github/actions/setup-python-env/action.yml
{{cookiecutter.project_name}}/.github/workflows/main.yml
{{cookiecutter.project_name}}/.github/workflows/on-release-main.yml
{{cookiecutter.project_name}}/.github/workflows/validate-codecov-config.yml
{{cookiecutter.project_name}}/docs/changelog.md
{{cookiecutter.project_name}}/docs/contributing.md
{{cookiecutter.project_name}}/docs/docusaurus.config.ts
{{cookiecutter.project_name}}/docs/examples.md
{{cookiecutter.project_name}}/docs/getting-started.md
{{cookiecutter.project_name}}/docs/installation.md
{{cookiecutter.project_name}}/docs/intro.md
{{cookiecutter.project_name}}/docs/package.json
{{cookiecutter.project_name}}/docs/sidebars.ts
{{cookiecutter.project_name}}/docs/tsconfig.json
{{cookiecutter.project_name}}/docs/architecture/api-layer.md
{{cookiecutter.project_name}}/docs/architecture/constitution.md
{{cookiecutter.project_name}}/docs/architecture/data-model.md
{{cookiecutter.project_name}}/docs/architecture/index.md
{{cookiecutter.project_name}}/docs/architecture/project.md
{{cookiecutter.project_name}}/docs/architecture/quality-checks.md
{{cookiecutter.project_name}}/docs/architecture/testing-plan.md
{{cookiecutter.project_name}}/docs/developer-guide/architecture.md
{{cookiecutter.project_name}}/docs/developer-guide/contributing.md
{{cookiecutter.project_name}}/docs/developer-guide/data-model.md
{{cookiecutter.project_name}}/docs/developer-guide/index.md
{{cookiecutter.project_name}}/docs/developer-guide/testing.md
{{cookiecutter.project_name}}/docs/post-mortems/.gitkeep
{{cookiecutter.project_name}}/docs/reference/cli.md
{{cookiecutter.project_name}}/docs/reference/configuration.md
{{cookiecutter.project_name}}/docs/reference/hooks.md
{{cookiecutter.project_name}}/docs/research/competitor-analysis.md
{{cookiecutter.project_name}}/docs/research/real-world-demand.md
{{cookiecutter.project_name}}/docs/static/.gitkeep
{{cookiecutter.project_name}}/docs/user-guide/configuration.md
{{cookiecutter.project_name}}/docs/user-guide/features.md
{{cookiecutter.project_name}}/docs/user-guide/how-it-works.md
{{cookiecutter.project_name}}/docs/user-guide/index.md
{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/__init__.py
{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/foo.py
{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/py.typed
{{cookiecutter.project_name}}/tests/__init__.py
{{cookiecutter.project_name}}/tests/conftest.py
{{cookiecutter.project_name}}/tests/test_foo.py