gitextract_h09r58tg/ ├── LICENSE ├── Makefile ├── README.rst ├── example_webapp.py ├── example_webapp2.py ├── examples/ │ ├── README.md │ ├── app1.py │ ├── app2.py │ ├── example_app_router.py │ ├── example_basic_auth.py │ ├── example_basic_auth_deco.py │ ├── example_eventsource.py │ ├── example_eventsource_push.py │ ├── example_extra_headers.py │ ├── example_form.py │ ├── example_global_exc.py │ ├── example_header_modes.py │ ├── example_img.py │ ├── example_unicode.py │ ├── static/ │ │ └── style.css │ └── templates/ │ └── unicode.tpl ├── picoweb/ │ ├── __init__.py │ └── utils.py ├── requirements-cpython.txt ├── sdist_upip.py ├── setup.py └── templates/ └── squares.tpl