.coveragerc
.dockerignore
.gitignore
.prettierrc
LICENSE.txt
Makefile
README.md
docker-compose.yml
node.Dockerfile
package-lock.json
package.json
pyproject.toml
pytest.ini
python.Dockerfile
tox.ini
tsconfig.json
webpack.config.js
client/falk.ts
docs/.gitignore
docs/mkdocs.yml
docs/docs/index.md
falk/__init__.py
falk/apps.py
falk/asgi.py
falk/component_registry.py
falk/component_templates.py
falk/components.py
falk/dependency_injection.py
falk/errors.py
falk/extra_template_context.py
falk/hashing.py
falk/http.py
falk/immutable_proxy.py
falk/imports.py
falk/keys.py
falk/node_ids.py
falk/pytest_plugin.py
falk/rendering.py
falk/request_handling.py
falk/routing.py
falk/static_files.py
falk/tokens.py
falk/version.py
falk/wsgi.py
falk.egg-info/PKG-INFO
falk.egg-info/SOURCES.txt
falk.egg-info/dependency_links.txt
falk.egg-info/entry_points.txt
falk.egg-info/requires.txt
falk.egg-info/top_level.txt
falk/middlewares/__init__.py
falk/middlewares/static_files.py
falk/providers/__init__.py
falk/providers/callbacks.py
falk/providers/flags.py
falk/providers/middlewares.py
falk/providers/requests.py
falk/providers/responses.py
falk/providers/routing.py
falk/providers/static_files.py
falk/static/falk/falk.js
falk/static/falk/falk.js.LICENSE.txt
falk/static/falk/stl-viewer.js
falk/static/falk/stl-viewer.js.LICENSE.txt
falk/utils/__init__.py
falk/utils/environment.py
falk/utils/iterables.py
falk/utils/path.py
test_apps/test_app/__init__.py
test_apps/test_app/app.py
test_apps/test_app/components/__init__.py
test_apps/test_app/components/base.py
test_apps/test_app/components/index.py
test_apps/test_app/components/client/__init__.py
test_apps/test_app/components/client/callback_passing.py
test_apps/test_app/components/client/event_delegation.py
test_apps/test_app/components/client/render_events.py
test_apps/test_app/components/client/run_callback_in_javascript.py
test_apps/test_app/components/client/run_callback_in_python.py
test_apps/test_app/components/events/__init__.py
test_apps/test_app/components/events/change.py
test_apps/test_app/components/events/click.py
test_apps/test_app/components/events/input.py
test_apps/test_app/components/events/render.py
test_apps/test_app/components/events/submit.py
test_apps/test_app/components/rendering/__init__.py
test_apps/test_app/components/rendering/flags.py
test_apps/test_app/components/rendering/iframes.py
test_apps/test_app/components/rendering/styles_and_scripts.py
test_apps/test_app/components/rendering/static/package-component.css
test_apps/test_app/components/rendering/static/package-component.js
test_apps/test_app/static/app-component.css
test_apps/test_app/static/app-component.js
test_apps/test_app/static/base.css
tests/conftest.py
tests/test_0000_test_suite.py
tests/test_0010_component_registry.py
tests/test_0010_dependency_injection.py
tests/test_0010_immutable_proxies.py
tests/test_0010_node_ids.py
tests/test_0010_routing.py
tests/test_0010_tokens.py
tests/test_0020_request_parsing.py
tests/test_0021_views.py
tests/test_0022_middlewares.py
tests/test_0030_components.py
tests/test_0040_callback_passing.py
tests/test_0040_event_delegation.py
tests/test_0040_render_events.py
tests/test_0040_rendering_flags.py
tests/test_0040_run_callback_in_javascript.py
tests/test_0040_run_callback_in_python.py
tests/test_0040_styles_and_scripts.py