LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/.requirements.txt
docs/Makefile
docs/about.rst
docs/cli.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/eventsystembackground.rst
docs/index.rst
docs/make.bat
docs/motivation.rst
docs/overview.rst
docs/reference.rst
docs/releasenotes.rst
docs/start.rst
docs/_static/overview.svg
docs/app/api.rst
docs/app/index.rst
docs/event/api.rst
docs/event/index.rst
docs/examples/README.md
docs/guide/assets_data.rst
docs/guide/debugging.rst
docs/guide/event_system.rst
docs/guide/index.rst
docs/guide/notebooks.rst
docs/guide/patterns.rst
docs/guide/pscript_modules_scope.rst
docs/guide/reactions.rst
docs/guide/running.rst
docs/guide/widget_basics.rst
docs/guide/widgets_components.rst
docs/scripts/flexxdocsgen.py
docs/scripts/gencommonast.py
docs/scripts/genexamples.py
docs/scripts/genuiclasses.py
docs/scripts/uiexample.py
docs/ui/index.rst
docs/util/config.rst
docs/util/index.rst
docs/util/logging.rst
docs/util/minify.rst
flexx/__init__.py
flexx/__main__.py
flexx/_config.py
flexx/flx.py
flexx.egg-info/PKG-INFO
flexx.egg-info/SOURCES.txt
flexx.egg-info/dependency_links.txt
flexx.egg-info/entry_points.txt
flexx.egg-info/not-zip-safe
flexx.egg-info/requires.txt
flexx.egg-info/top_level.txt
flexx/app/__init__.py
flexx/app/_app.py
flexx/app/_asset.py
flexx/app/_assetstore.py
flexx/app/_clientcore.py
flexx/app/_component2.py
flexx/app/_funcs.py
flexx/app/_modules.py
flexx/app/_server.py
flexx/app/_session.py
flexx/app/_tornadoserver.py
flexx/app/bsdf_lite.py
flexx/app/live_tester.py
flexx/event/__init__.py
flexx/event/_action.py
flexx/event/_attribute.py
flexx/event/_component.py
flexx/event/_dict.py
flexx/event/_emitter.py
flexx/event/_js.py
flexx/event/_loop.py
flexx/event/_property.py
flexx/event/_reaction.py
flexx/event/both_tester.py
flexx/resources/README.md
flexx/resources/bb64.js
flexx/resources/bsdf.js
flexx/resources/flexx.ico
flexx/resources/flexx.png
flexx/resources/iconmaker.py
flexx/resources/phosphor-all.94d59b003849f.css
flexx/resources/phosphor-all.94d59b003849f.js
flexx/ui/__init__.py
flexx/ui/_widget.py
flexx/ui/layouts/__init__.py
flexx/ui/layouts/_form.py
flexx/ui/layouts/_hv.py
flexx/ui/layouts/_layout.py
flexx/ui/layouts/_pinboard.py
flexx/ui/layouts/_stack.py
flexx/ui/layouts/_tabs.py
flexx/ui/widgets/__init__.py
flexx/ui/widgets/_bokeh.py
flexx/ui/widgets/_button.py
flexx/ui/widgets/_canvas.py
flexx/ui/widgets/_color.py
flexx/ui/widgets/_dropdown.py
flexx/ui/widgets/_group.py
flexx/ui/widgets/_iframe.py
flexx/ui/widgets/_label.py
flexx/ui/widgets/_lineedit.py
flexx/ui/widgets/_media.py
flexx/ui/widgets/_plotly.py
flexx/ui/widgets/_plotwidget.py
flexx/ui/widgets/_progressbar.py
flexx/ui/widgets/_slider.py
flexx/ui/widgets/_tree.py
flexx/util/__init__.py
flexx/util/config.py
flexx/util/getresource.py
flexx/util/logging.py
flexx/util/minify.py
flexx/util/screenshot.py
flexx/util/testing.py
flexxamples/__init__.py
flexxamples/demos/__init__.py
flexxamples/demos/app_layout.py
flexxamples/demos/chatroom.py
flexxamples/demos/circles.py
flexxamples/demos/colab_painting.py
flexxamples/demos/d3_collision.py
flexxamples/demos/demo.py
flexxamples/demos/drawing.py
flexxamples/demos/mondriaan.py
flexxamples/demos/monitor.py
flexxamples/demos/plotly_gdp.py
flexxamples/demos/sine.py
flexxamples/demos/splines.py
flexxamples/demos/themed_form.py
flexxamples/demos/twente.py
flexxamples/demos/video_viewer.py
flexxamples/howtos/__init__.py
flexxamples/howtos/adding_handlers.py
flexxamples/howtos/array_props.py
flexxamples/howtos/basic_emit.py
flexxamples/howtos/bokehdemo.py
flexxamples/howtos/bootstrap.py
flexxamples/howtos/box_vs_fix_layout.py
flexxamples/howtos/buttons.py
flexxamples/howtos/control_with_keys.py
flexxamples/howtos/cookies.py
flexxamples/howtos/deep_event_connections.py
flexxamples/howtos/editor_ace.py
flexxamples/howtos/editor_cm.py
flexxamples/howtos/hello_world.py
flexxamples/howtos/icons.py
flexxamples/howtos/jquery.py
flexxamples/howtos/leaflet.py
flexxamples/howtos/mutual_dependent_props.py
flexxamples/howtos/oneliners.py
flexxamples/howtos/python_in_js.py
flexxamples/howtos/react_to_props.py
flexxamples/howtos/redirect.py
flexxamples/howtos/send_data.py
flexxamples/howtos/serve_data.py
flexxamples/howtos/serve_multiple1.py
flexxamples/howtos/serve_multiple2.py
flexxamples/howtos/serve_ssl.py
flexxamples/howtos/serve_with_aiohttp.py
flexxamples/howtos/serve_with_flask.py
flexxamples/howtos/splitters.py
flexxamples/howtos/store.py
flexxamples/howtos/threaded.py
flexxamples/howtos/tree.py
flexxamples/testers/__init__.py
flexxamples/testers/benchmark.py
flexxamples/testers/deep1.py
flexxamples/testers/deep2.py
flexxamples/testers/errors.py
flexxamples/testers/find_prime.py
flexxamples/testers/hv_layout.py
flexxamples/testers/minsize.py
flexxamples/testers/mouse_and_touch.py
flexxamples/testers/tricky_events.py
flexxamples/testers/ws_speed.py