LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
mallo/__init__.py
mallo/app.py
mallo/cli.py
mallo/config.py
mallo/db.py
mallo/hot_reload.py
mallo/request.py
mallo/response.py
mallo/router.py
mallo/template.py
mallo/utils.py
mallo.egg-info/PKG-INFO
mallo.egg-info/SOURCES.txt
mallo.egg-info/dependency_links.txt
mallo.egg-info/entry_points.txt
mallo.egg-info/not-zip-safe
mallo.egg-info/requires.txt
mallo.egg-info/top_level.txt
mallo/defaults/404.html
mallo/defaults/500.html
tests/__init__.py
tests/test_app.py
tests/test_request.py
tests/test_router.py
tests/test_sessions.py
tests/test_template.py