.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
noxfile.py
pyproject.toml
uv.lock
.github/dependabot.yaml
.github/workflows/ci.yaml
.github/workflows/publish-docs.yaml
.github/workflows/publish-pypi.yaml
.github/workflows/run-checks.yaml
docs/source/CHANGELOG.md
docs/source/CONTRIBUTING.md
docs/source/conf.py
docs/source/index.rst
docs/source/readme.md
docs/source/usage.rst
docs/source/_static/custom.css
docs/source/_static/pyprefab-demo.gif
docs/source/_static/pyprefab.png
src/pyprefab/__init__.py
src/pyprefab/__main__.py
src/pyprefab/cli.py
src/pyprefab/config.py
src/pyprefab/exceptions.py
src/pyprefab/logger.py
src/pyprefab.egg-info/PKG-INFO
src/pyprefab.egg-info/SOURCES.txt
src/pyprefab.egg-info/dependency_links.txt
src/pyprefab.egg-info/entry_points.txt
src/pyprefab.egg-info/requires.txt
src/pyprefab.egg-info/top_level.txt
src/pyprefab/templates/.gitignore.j2
src/pyprefab/templates/.pre-commit-config.yaml.j2
src/pyprefab/templates/.python-version
src/pyprefab/templates/CHANGELOG.md.j2
src/pyprefab/templates/CONTRIBUTING.md.j2
src/pyprefab/templates/LICENSE.j2
src/pyprefab/templates/README.md.j2
src/pyprefab/templates/pyproject.toml.j2
src/pyprefab/templates/.github/dependabot.yaml.j2
src/pyprefab/templates/.github/workflows/ci.yaml.j2
src/pyprefab/templates/.github/workflows/publish-pypi.yaml.j2
src/pyprefab/templates/docs/source/CHANGELOG.md.j2
src/pyprefab/templates/docs/source/CONTRIBUTING.md.j2
src/pyprefab/templates/docs/source/conf.py.j2
src/pyprefab/templates/docs/source/index.rst.j2
src/pyprefab/templates/docs/source/readme.md.j2
src/pyprefab/templates/docs/source/usage.md.j2
src/pyprefab/templates/docs/source/_static/custom.css.j2
src/pyprefab/templates/src/{{ package_name }}/__init__.py.j2
src/pyprefab/templates/src/{{ package_name }}/__main__.py.j2
src/pyprefab/templates/src/{{ package_name }}/app.py.j2
src/pyprefab/templates/src/{{ package_name }}/logger.py.j2
src/pyprefab/templates/test/test_app.py
test/conftest.py
test/test_cli.py
test/test_config.py
test/test_exceptions.py
test/test_logger.py
test/test_prefab_app.py
test/test_templates.py
test/__snapshots__/test_templates.ambr