LICENSE
README.md
pyproject.toml
src/func_to_web/__init__.py
src/func_to_web/config.py
src/func_to_web/py.typed
src/func_to_web.egg-info/PKG-INFO
src/func_to_web.egg-info/SOURCES.txt
src/func_to_web.egg-info/dependency_links.txt
src/func_to_web.egg-info/requires.txt
src/func_to_web.egg-info/top_level.txt
src/func_to_web/models/__init__.py
src/func_to_web/models/file_defaults.py
src/func_to_web/models/function.py
src/func_to_web/models/functions.py
src/func_to_web/models/return_parser.py
src/func_to_web/outputs/__init__.py
src/func_to_web/outputs/download.py
src/func_to_web/outputs/form.py
src/func_to_web/outputs/image.py
src/func_to_web/outputs/table.py
src/func_to_web/outputs/text.py
src/func_to_web/static/emit.js
src/func_to_web/static/output.js
src/func_to_web/static/page.css
src/func_to_web/static/page.js
src/func_to_web/static/sdk.js
src/func_to_web/static/upload.js
src/func_to_web/static/icons/alert.svg
src/func_to_web/static/icons/check.svg
src/func_to_web/static/icons/clock.svg
src/func_to_web/static/icons/copy.svg
src/func_to_web/static/icons/download.svg
src/func_to_web/templates/__init__.py
src/func_to_web/templates/doc.py
src/func_to_web/templates/index.html
src/func_to_web/templates/index.py
src/func_to_web/templates/page.html
src/func_to_web/templates/page.py
src/func_to_web/templates/theme.py
src/func_to_web/web/__init__.py
src/func_to_web/web/execution.py
src/func_to_web/web/messages.py
src/func_to_web/web/pending.py
src/func_to_web/web/print_capture.py
src/func_to_web/web/references.py
src/func_to_web/web/returned_files.py
src/func_to_web/web/router.py
src/func_to_web/web/run.py
src/func_to_web/web/stream.py
src/func_to_web/web/upload.py