LICENSE
MANIFEST.in
README.md
setup.py
jsweb/__init__.py
jsweb/app.py
jsweb/auth.py
jsweb/blueprints.py
jsweb/cli.py
jsweb/database.py
jsweb/forms.py
jsweb/logging_config.py
jsweb/middleware.py
jsweb/request.py
jsweb/response.py
jsweb/routing.py
jsweb/security.py
jsweb/server.py
jsweb/static.py
jsweb/template.py
jsweb/utils.py
jsweb/validators.py
jsweb.egg-info/PKG-INFO
jsweb.egg-info/SOURCES.txt
jsweb.egg-info/dependency_links.txt
jsweb.egg-info/entry_points.txt
jsweb.egg-info/requires.txt
jsweb.egg-info/top_level.txt
jsweb/project_templates/app.py.jinja
jsweb/project_templates/app_simple.py.jinja
jsweb/project_templates/auth.py.jinja
jsweb/project_templates/config.py.jinja
jsweb/project_templates/forms.py.jinja
jsweb/project_templates/login.html.jinja
jsweb/project_templates/models.py.jinja
jsweb/project_templates/views.py.jinja
jsweb/static/global.css
jsweb/templates/login.html
jsweb/templates/profile.html
jsweb/templates/register.html
jsweb/templates/starter_template.html