MANIFEST.in
README.md
run-docker
setup.py
docker/Dockerfile
sqlite_web/__init__.py
sqlite_web/__main__.py
sqlite_web/sqlite_web.py
sqlite_web.egg-info/PKG-INFO
sqlite_web.egg-info/SOURCES.txt
sqlite_web.egg-info/dependency_links.txt
sqlite_web.egg-info/entry_points.txt
sqlite_web.egg-info/not-zip-safe
sqlite_web.egg-info/requires.txt
sqlite_web.egg-info/top_level.txt
sqlite_web/__pycache__/__main__.cpython-36.pyc
sqlite_web/__pycache__/sqlite_web.cpython-36.pyc
sqlite_web/static/css/bootstrap.min.css
sqlite_web/static/css/sqlbrowse.css
sqlite_web/static/css/syntax-highlight.css
sqlite_web/static/fonts/glyphicons-halflings-regular.eot
sqlite_web/static/fonts/glyphicons-halflings-regular.svg
sqlite_web/static/fonts/glyphicons-halflings-regular.ttf
sqlite_web/static/fonts/glyphicons-halflings-regular.woff
sqlite_web/static/img/delete.png
sqlite_web/static/img/expression.png
sqlite_web/static/img/index-create.png
sqlite_web/static/img/index-drop.png
sqlite_web/static/img/insert.png
sqlite_web/static/img/select-advanced.png
sqlite_web/static/img/select.png
sqlite_web/static/img/table-alter.png
sqlite_web/static/img/table-create.png
sqlite_web/static/img/table-drop.png
sqlite_web/static/img/trigger-create.png
sqlite_web/static/img/trigger-drop.png
sqlite_web/static/img/update.png
sqlite_web/static/img/view-create.png
sqlite_web/static/img/view-drop.png
sqlite_web/static/js/bootstrap.bundle.min.js
sqlite_web/static/js/jquery-1.11.0.min.js
sqlite_web/templates/add_column.html
sqlite_web/templates/add_index.html
sqlite_web/templates/base.html
sqlite_web/templates/base_table.html
sqlite_web/templates/base_tables.html
sqlite_web/templates/drop_column.html
sqlite_web/templates/drop_index.html
sqlite_web/templates/drop_table.html
sqlite_web/templates/drop_trigger.html
sqlite_web/templates/index.html
sqlite_web/templates/login.html
sqlite_web/templates/rename_column.html
sqlite_web/templates/table_content.html
sqlite_web/templates/table_import.html
sqlite_web/templates/table_query.html
sqlite_web/templates/table_structure.html