LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/extensions.rst
docs/freezing.rst
docs/index.rst
docs/intro.rst
docs/make.bat
docs/migrating.rst
docs/_static/css/custom.css
src/microdot/__init__.py
src/microdot/asgi.py
src/microdot/cors.py
src/microdot/jinja.py
src/microdot/microdot.py
src/microdot/session.py
src/microdot/sse.py
src/microdot/test_client.py
src/microdot/utemplate.py
src/microdot/websocket.py
src/microdot/wsgi.py
src/microdot.egg-info/PKG-INFO
src/microdot.egg-info/SOURCES.txt
src/microdot.egg-info/dependency_links.txt
src/microdot.egg-info/not-zip-safe
src/microdot.egg-info/requires.txt
src/microdot.egg-info/top_level.txt
tests/__init__.py
tests/mock_socket.py
tests/test_asgi.py
tests/test_cors.py
tests/test_end2end.py
tests/test_jinja.py
tests/test_microdot.py
tests/test_multidict.py
tests/test_request.py
tests/test_response.py
tests/test_session.py
tests/test_sse.py
tests/test_url_pattern.py
tests/test_urlencode.py
tests/test_utemplate.py
tests/test_websocket.py
tests/test_wsgi.py
tests/files/test.bin
tests/files/test.css
tests/files/test.gif
tests/files/test.gz
tests/files/test.html
tests/files/test.jpg
tests/files/test.js
tests/files/test.json
tests/files/test.png
tests/files/test.txt
tests/templates/hello.jinja.txt
tests/templates/hello.utemplate.txt
tests/templates/hello_utemplate_txt.py