LICENSE
README.md
pyproject.toml
src/sqlite_webpanel/__init__.py
src/sqlite_webpanel/db.py
src/sqlite_webpanel/mount.py
src/sqlite_webpanel/renderers.py
src/sqlite_webpanel/router.py
src/sqlite_webpanel.egg-info/PKG-INFO
src/sqlite_webpanel.egg-info/SOURCES.txt
src/sqlite_webpanel.egg-info/dependency_links.txt
src/sqlite_webpanel.egg-info/requires.txt
src/sqlite_webpanel.egg-info/top_level.txt
src/sqlite_webpanel/static/panel.css
src/sqlite_webpanel/static/panel.js
src/sqlite_webpanel/templates/base.html
src/sqlite_webpanel/templates/empty.html
src/sqlite_webpanel/templates/redirect.html
src/sqlite_webpanel/templates/row_detail.html
src/sqlite_webpanel/templates/table.html
src/sqlite_webpanel/templates/partials/rows.html
tests/test_db.py
tests/test_renderers.py
tests/test_router.py