.gitignore
.pre-commit-config.yaml
CHANGELOG.md
Dockerfile
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
ssl_test.py
tox.ini
.github/workflows/multi-test.yaml
.github/workflows/release.yaml
.vscode/settings.json
app_root_template/Procfile
app_root_template/qwstart.py
app_root_template/requirements.txt
doc/CHANGES-0.7.md
doc/CONTRIBUTING.md
doc/FEATURES.md
doc/MUTUAL_TLS.md
doc/Makefile
doc/QuickWeb_Application.md
doc/SSL.md
doc/TEMPLATE.md
doc/app_developers_guide.md
doc/build_docs.sh
doc/conf.py
doc/index.md
doc/install.md
doc/make.bat
doc/webappdevelopment.md
doc/Windows/Python.md
doc/Windows/Python_Install_1.png
doc/Windows/Python_Install_2.png
doc/Windows/Python_Install_3.png
doc/Windows/Python_Install_4.png
doc/deployment/NGINX_DOCKER.md
doc/deployment/nginx-myapp-proxy.conf
git-hooks/pre-commit
quickweb/__init__.py
quickweb/__main__.py
quickweb/_tempfile.py
quickweb/app.py
quickweb/app_manager.py
quickweb/colorhelper.py
quickweb/controller.py
quickweb/data_provider.py
quickweb/events.py
quickweb/http_unit_test.py
quickweb/modules.py
quickweb/quickweb
quickweb/startup.py
quickweb/template_manager.py
quickweb/test.py
quickweb.egg-info/PKG-INFO
quickweb.egg-info/SOURCES.txt
quickweb.egg-info/dependency_links.txt
quickweb.egg-info/entry_points.txt
quickweb.egg-info/requires.txt
quickweb.egg-info/top_level.txt
quickweb/doc/QuickWeb_Application.md
quickweb/doc/__init__.py
quickweb/features/__init__.py
quickweb/features/web/__init__.py
quickweb/features/web/content_directory.py
quickweb/features/web/controllers.py
quickweb/features/web/templates.py
quickweb/wsgi/__init__.py
scripts/release.sh
scripts/setup-git-hooks.sh
test-app/boot/hello.py
test-app/tests/controllers.yaml
test-app/tests/static_files.yaml
test-app/tests/templates.yaml
test-app/tools/secureheaders.py
test-app/webroot/About.yaml
test-app/webroot/Mark.md
test-app/webroot/TemplateExp.html
test-app/webroot/TemplateVars.html
test-app/webroot/TemplateVars.yaml
test-app/webroot/Test.py
test-app/webroot/TestComp.html
test-app/webroot/TestComp.py
test-app/webroot/TestEnviron.html
test-app/webroot/Welcome.html
test-app/webroot/Zone.html
test-app/webroot/_base.html
test-app/webroot/_base.yaml
test-app/webroot/_navigation.yaml
test-app/webroot/_part.html
test-app/webroot/index.html
test-app/webroot/Help/Me.html
test-app/webroot/css/.static
test-app/webroot/css/test.css
test-app/webroot/html/.static
test-app/webroot/html/test.html
test-app/webroot/level2/Test.py
test-app/webroot/level2/index.html
test-app/webroot/t1/index.py