LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
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
mywebpy.egg-info/PKG-INFO
mywebpy.egg-info/SOURCES.txt
mywebpy.egg-info/dependency_links.txt
mywebpy.egg-info/top_level.txt
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/contrib/__init__.py
web/contrib/template.py
web/wsgiserver/__init__.py
web/wsgiserver/ssl_builtin.py
web/wsgiserver/ssl_pyopenssl.py
web/wsgiserver/wsgiserver2.py
web/wsgiserver/wsgiserver3.py