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}}/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/code-examples.md
{{cookiecutter.project_name}}/docs/content-tabs.md
{{cookiecutter.project_name}}/docs/diagram-examples.md
{{cookiecutter.project_name}}/docs/docusaurus.config.ts
{{cookiecutter.project_name}}/docs/getting-started.md
{{cookiecutter.project_name}}/docs/index.md
{{cookiecutter.project_name}}/docs/installation.md
{{cookiecutter.project_name}}/docs/modules.md
{{cookiecutter.project_name}}/docs/package-lock.json
{{cookiecutter.project_name}}/docs/package.json
{{cookiecutter.project_name}}/docs/sidebars.ts
{{cookiecutter.project_name}}/docs/tsconfig.json
{{cookiecutter.project_name}}/docs/usage.md
{{cookiecutter.project_name}}/docs/docs/configuration.md
{{cookiecutter.project_name}}/docs/docs/contributing.md
{{cookiecutter.project_name}}/docs/docs/installation.md
{{cookiecutter.project_name}}/docs/docs/intro.md
{{cookiecutter.project_name}}/docs/docs/quickstart.md
{{cookiecutter.project_name}}/docs/docs/usage.md
{{cookiecutter.project_name}}/docs/src/css/custom.css
{{cookiecutter.project_name}}/docs/static/.gitkeep
{{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