LICENSE
README.md
pyproject.toml
src/Nexom.egg-info/PKG-INFO
src/Nexom.egg-info/SOURCES.txt
src/Nexom.egg-info/dependency_links.txt
src/Nexom.egg-info/entry_points.txt
src/Nexom.egg-info/top_level.txt
src/nexom/__init__.py
src/nexom/__main__.py
src/nexom/assets/error_page/error.html
src/nexom/assets/server/config.py
src/nexom/assets/server/gunicorn.conf.py
src/nexom/assets/server/router.py
src/nexom/assets/server/wsgi.py
src/nexom/assets/server/pages/__init__.py
src/nexom/assets/server/pages/_templates.py
src/nexom/assets/server/pages/default.py
src/nexom/assets/server/pages/document.py
src/nexom/assets/server/pages/__pycache__/__init__.cpython-313.pyc
src/nexom/assets/server/static/dog.jpeg
src/nexom/assets/server/static/style.css
src/nexom/assets/server/templates/base.html
src/nexom/assets/server/templates/default.html
src/nexom/assets/server/templates/document.html
src/nexom/assets/server/templates/footer.html
src/nexom/assets/server/templates/header.html
src/nexom/buildTools/__init__.py
src/nexom/buildTools/build.py
src/nexom/core/__init__.py
src/nexom/core/error.py
src/nexom/engine/__init__.py
src/nexom/engine/object_html_render.py
src/nexom/web/__init__.py
src/nexom/web/cookie.py
src/nexom/web/http_status_codes.py
src/nexom/web/middleware.py
src/nexom/web/path.py
src/nexom/web/request.py
src/nexom/web/response.py
src/nexom/web/template.py
tests/test_buildtools.py
tests/test_http_status_codes.py
tests/test_middleware.py
tests/test_path_routing.py
tests/test_request.py
tests/test_response.py
tests/test_static.py