.coveragerc
.gitignore
.pre-commit-config.yaml
.travis.yml
ChangeLog.txt
LICENSE.txt
README.md
pyproject.toml
requirements.txt
runtests.sh
setup.cfg
setup.py
test_requirements.txt
docs/Makefile
docs/api.rst
docs/conf.py
docs/db.rst
docs/deploying.rst
docs/index.rst
docs/input.rst
docs/templating.rst
tests/__init__.py
tests/test_application.py
tests/test_browser.py
tests/test_db.py
tests/test_form.py
tests/test_session.py
tests/test_template.py
tests/test_utils.py
tests/test_wsgi.py
tools/_makedoc.py
tools/makedoc.py
web/__init__.py
web/application.py
web/browser.py
web/db.py
web/debugerror.py
web/form.py
web/http.py
web/httpserver.py
web/net.py
web/py3helpers.py
web/session.py
web/template.py
web/test.py
web/utils.py
web/webapi.py
web/wsgi.py
web.py.egg-info/PKG-INFO
web.py.egg-info/SOURCES.txt
web.py.egg-info/dependency_links.txt
web.py.egg-info/requires.txt
web.py.egg-info/top_level.txt
web/contrib/__init__.py
web/contrib/template.py