LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
backend/funix/__init__.py
backend/funix/__main__.py
backend/funix/py.typed
backend/funix.egg-info/PKG-INFO
backend/funix.egg-info/SOURCES.txt
backend/funix.egg-info/dependency_links.txt
backend/funix.egg-info/entry_points.txt
backend/funix.egg-info/requires.txt
backend/funix.egg-info/top_level.txt
backend/funix/app/__init__.py
backend/funix/app/websocket.py
backend/funix/build/.DS_Store
backend/funix/build/asset-manifest.json
backend/funix/build/favicon.ico
backend/funix/build/index.html
backend/funix/build/logo192.png
backend/funix/build/logo512.png
backend/funix/build/manifest.json
backend/funix/build/_images/back.png
backend/funix/build/_images/back_large.png
backend/funix/build/_images/filesave.png
backend/funix/build/_images/filesave_large.png
backend/funix/build/_images/forward.png
backend/funix/build/_images/forward_large.png
backend/funix/build/_images/hand.png
backend/funix/build/_images/help.png
backend/funix/build/_images/help_large.png
backend/funix/build/_images/home.png
backend/funix/build/_images/home_large.png
backend/funix/build/_images/matplotlib.png
backend/funix/build/_images/matplotlib_large.png
backend/funix/build/_images/move.png
backend/funix/build/_images/move_large.png
backend/funix/build/_images/qt4_editor_options.png
backend/funix/build/_images/qt4_editor_options_large.png
backend/funix/build/_images/subplots.png
backend/funix/build/_images/subplots_large.png
backend/funix/build/_images/zoom_to_rect.png
backend/funix/build/_images/zoom_to_rect_large.png
backend/funix/build/static/css/fbm.css
backend/funix/build/static/css/main.4efb37a3.css
backend/funix/build/static/css/mpl.css
backend/funix/build/static/js/264.dfcca1b2.chunk.js
backend/funix/build/static/js/264.dfcca1b2.chunk.js.LICENSE.txt
backend/funix/build/static/js/jquery-3.7.1.min.js
backend/funix/build/static/js/main.53be09f4.js
backend/funix/build/static/js/main.53be09f4.js.LICENSE.txt
backend/funix/build/static/js/mpl.js
backend/funix/config/__init__.py
backend/funix/config/switch.py
backend/funix/decorator/__init__.py
backend/funix/decorator/all_of.py
backend/funix/decorator/annnotation_analyzer.py
backend/funix/decorator/call.py
backend/funix/decorator/file.py
backend/funix/decorator/layout.py
backend/funix/decorator/limit.py
backend/funix/decorator/lists.py
backend/funix/decorator/magic.py
backend/funix/decorator/param.py
backend/funix/decorator/pre_fill.py
backend/funix/decorator/reactive.py
backend/funix/decorator/runtime.py
backend/funix/decorator/secret.py
backend/funix/decorator/theme.py
backend/funix/decorator/widget.py
backend/funix/frontend/__init__.py
backend/funix/hint/__init__.py
backend/funix/hint/layout.py
backend/funix/jupyter/__init__.py
backend/funix/prep/__init__.py
backend/funix/prep/global_to_session.py
backend/funix/session/__init__.py
backend/funix/test/test_magic.py
backend/funix/theme/__init__.py
backend/funix/util/__init__.py
backend/funix/util/file.py
backend/funix/util/module.py
backend/funix/util/network.py
backend/funix/util/secret.py
backend/funix/util/text.py
backend/funix/util/uri.py
backend/funix/widget/__init__.py
backend/funix/widget/builtin.py