LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
wynker/__init__.py
wynker.egg-info/PKG-INFO
wynker.egg-info/SOURCES.txt
wynker.egg-info/dependency_links.txt
wynker.egg-info/entry_points.txt
wynker.egg-info/requires.txt
wynker.egg-info/top_level.txt
wynker/bin/__init__.py
wynker/bin/helper.py
wynker/bin/wynker.py
wynker/templates/blueprint/blueprint_name/__init__.py
wynker/templates/blueprint/blueprint_name/views.py
wynker/templates/blueprint/blueprint_name/templates/blueprint_name/index.html
wynker/templates/model/model_name.py
wynker/templates/project/project_name/.env
wynker/templates/project/project_name/.env.example
wynker/templates/project/project_name/Makefile
wynker/templates/project/project_name/README.md
wynker/templates/project/project_name/dev-requirements.txt
wynker/templates/project/project_name/requirements.txt
wynker/templates/project/project_name/wsgi.py
wynker/templates/project/project_name/project_name/__init__.py
wynker/templates/project/project_name/project_name/config.py
wynker/templates/project/project_name/project_name/settings.py
wynker/templates/project/project_name/project_name/blueprints/__init__.py
wynker/templates/project/project_name/project_name/blueprints/error_pages/__init__.py
wynker/templates/project/project_name/project_name/blueprints/error_pages/views.py
wynker/templates/project/project_name/project_name/blueprints/error_pages/templates/error_pages/page_not_found.html
wynker/templates/project/project_name/project_name/blueprints/error_pages/templates/error_pages/server_error.html
wynker/templates/project/project_name/project_name/blueprints/main/__init__.py
wynker/templates/project/project_name/project_name/blueprints/main/views.py
wynker/templates/project/project_name/project_name/blueprints/main/templates/main/index.html
wynker/templates/project/project_name/project_name/models/__init__.py
wynker/templates/project/project_name/project_name/static/images/wynker.svg
wynker/templates/project/project_name/project_name/templates/layouts/base.html
wynker/templates/project/project_name/project_name/tests/__init__.py
wynker/templates/project/project_name/project_name/tests/conftest.py
wynker/templates/project/project_name/project_name/tests/blueprints/test_main.py