.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.build.frozen
requirements.frozen
requirements.test.frozen
setup.py
templates.json
tox.ini
.github/workflows/lint.yml
.github/workflows/publish-to-testpypi.yml
.github/workflows/publish.yml
.github/workflows/test.yml
create_app/__init__.py
create_app/__main__.py
create_app/cli.py
create_app/main.py
create_app/settings.py
create_app/templates.py
create_app.egg-info/PKG-INFO
create_app.egg-info/SOURCES.txt
create_app.egg-info/dependency_links.txt
create_app.egg-info/entry_points.txt
create_app.egg-info/not-zip-safe
create_app.egg-info/requires.txt
create_app.egg-info/top_level.txt
create_app/tests/__init__.py
create_app/tests/cli_test.py
create_app/tests/main_test.py
create_app/tests/templates_test.py
create_app/tests/utils.py
docs/static/logo-cropped.png
docs/static/logo.png
scripts/run_unit_tests.sh