LICENSE
README.md
pyproject.toml
func_to_web/__init__.py
func_to_web/constants.py
func_to_web/models.py
func_to_web/normalization.py
func_to_web/run.py
func_to_web/types.py
func_to_web/utils.py
func_to_web.egg-info/PKG-INFO
func_to_web.egg-info/SOURCES.txt
func_to_web.egg-info/dependency_links.txt
func_to_web.egg-info/requires.txt
func_to_web.egg-info/top_level.txt
func_to_web/execution/__init__.py
func_to_web/execution/call_function.py
func_to_web/execution/print_capture.py
func_to_web/execution/process_result.py
func_to_web/execution/table.py
func_to_web/files/__init__.py
func_to_web/files/return_file_handler.py
func_to_web/files/save_file_handler.py
func_to_web/internal_static/css/00-reset.css
func_to_web/internal_static/css/01-variables.css
func_to_web/internal_static/css/02-layout.css
func_to_web/internal_static/css/05-container.css
func_to_web/internal_static/css/06-form.css
func_to_web/internal_static/css/07-cards.css
func_to_web/internal_static/css/09-theme-toggle.css
func_to_web/internal_static/css/10-upload-progress.css
func_to_web/internal_static/css/11-process_result.css
func_to_web/internal_static/js/result-renderer.js
func_to_web/internal_static/js/theme-toggle.js
func_to_web/internal_static/js/zz-form.js
func_to_web/rendering/__init__.py
func_to_web/rendering/builder.py
func_to_web/rendering/docs.py
func_to_web/serving/__init__.py
func_to_web/serving/route_handlers.py
func_to_web/serving/routes.py
func_to_web/serving/server.py
func_to_web/templates/base.html
func_to_web/templates/form.html
func_to_web/templates/index.html
func_to_web/templates/page.html
func_to_web/templates/theme-toggle.html