LICENSE
README.md
pyproject.toml
examples/all_basic_types.py
examples/image_return.py
examples/plot_return.py
examples/quick.py
examples/apps/DIY_AirDrop_LocalSend.py
examples/apps/pdf_merger.py
examples/apps/qr_generator.py
examples/apps/secure_admin_panel.py
examples/apps/simple_crud.py
func_to_web/__init__.py
func_to_web/builder.py
func_to_web/call_function.py
func_to_web/models.py
func_to_web/process_result.py
func_to_web/route_handlers.py
func_to_web/routes.py
func_to_web/run.py
func_to_web/types.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/core/__init__.py
func_to_web/core/auth.py
func_to_web/core/constants.py
func_to_web/core/docs.py
func_to_web/core/normalization.py
func_to_web/core/print_capture.py
func_to_web/core/return_file_handler.py
func_to_web/core/save_file_handler.py
func_to_web/core/server.py
func_to_web/core/table.py
func_to_web/core/utils.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/03-sidebar.css
func_to_web/internal_static/css/04-navigation.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/08-groups.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/css/12-login.css
func_to_web/internal_static/js/accordion.js
func_to_web/internal_static/js/navigation.js
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/templates/base.html
func_to_web/templates/form.html
func_to_web/templates/index.html
func_to_web/templates/login.html
func_to_web/templates/navigation.html
func_to_web/templates/page.html
func_to_web/templates/theme-toggle.html