LICENSE
README.md
pyproject.toml
pylage/__init__.py
pylage/app.py
pylage.egg-info/PKG-INFO
pylage.egg-info/SOURCES.txt
pylage.egg-info/dependency_links.txt
pylage.egg-info/requires.txt
pylage.egg-info/top_level.txt
pylage/components/__init__.py
pylage/components/basic.py
pylage/core/__init__.py
pylage/core/binding.py
pylage/core/component.py
pylage/core/diff.py
pylage/core/dirty.py
pylage/core/events.py
pylage/core/graph.py
pylage/core/ir.py
pylage/core/patch.py
pylage/core/protocol.py
pylage/core/registry.py
pylage/core/renderer.py
pylage/core/scheduler.py
pylage/core/snapshot.py
pylage/core/state.py
pylage/core/tree.py
pylage/renderers/__init__.py
pylage/renderers/html.py
pylage/runtime/__init__.py
pylage/runtime/client.py
pylage/runtime/runtime.py
pylage/runtime/server.py
pylage/runtime/websocket.py
pylage/styling/__init__.py
pylage/styling/responsive.py
pylage/styling/style.py
pylage/styling/theme.py
test/test_accordion_component.py
test/test_alert_component.py
test/test_audio_component.py
test/test_avatar_component.py
test/test_badge_component.py
test/test_batching.py
test/test_batching_benchmark.py
test/test_breadcrumbs_component.py
test/test_browser_event.py
test/test_browser_generic_reactive_props.py
test/test_browser_input_binding.py
test/test_browser_reactive_counter.py
test/test_browser_reactive_props.py
test/test_browser_state.py
test/test_canvas_component.py
test/test_card_component.py
test/test_carousel_component.py
test/test_checkbox_component.py
test/test_client_runtime.py
test/test_column_component.py
test/test_component.py
test/test_component_mutation.py
test/test_component_mutation_events.py
test/test_datepicker_component.py
test/test_dependency_graph.py
test/test_dialog_component.py
test/test_diff.py
test/test_dirty_nodes.py
test/test_divider_component.py
test/test_drawer_component.py
test/test_event.py
test/test_event_dispatch.py
test/test_event_render.py
test/test_form_component.py
test/test_generic_void.py
test/test_grid_component.py
test/test_icon_component.py
test/test_image_component.py
test/test_input_binding.py
test/test_ir.py
test/test_layout_components.py
test/test_layout_constraints.py
test/test_live_state_debug.py
test/test_menu_component.py
test/test_navigation_component.py
test/test_pagination_component.py
test/test_phase10_registry_consistency.py
test/test_phase6_benchmarks.py
test/test_phase6_dependency_scaling.py
test/test_phase6_scaling.py
test/test_phase6_websocket_benchmarks.py
test/test_phase9_layout.py
test/test_phase9_layout_contract.py
test/test_popover_component.py
test/test_progress_bar_component.py
test/test_protocol.py
test/test_radio_group_component.py
test/test_reactive_counter.py
test/test_reactive_pipeline.py
test/test_reactive_props.py
test/test_registry.py
test/test_registry_builtin_props.py
test/test_registry_component_contract.py
test/test_registry_custom_props.py
test/test_registry_custom_renderer_protection.py
test/test_registry_dom_metadata.py
test/test_registry_generic_text_contract.py
test/test_registry_global_prop_aliases.py
test/test_registry_html_name_contract.py
test/test_registry_no_builtin_dispatch.py
test/test_registry_override.py
test/test_registry_prop_kind_contract.py
test/test_registry_prop_mapping.py
test/test_registry_props.py
test/test_registry_reactive_contract.py
test/test_registry_reactive_update_contract.py
test/test_registry_render_metadata.py
test/test_registry_renderer.py
test/test_registry_renderer_contract.py
test/test_registry_renderer_idempotent.py
test/test_registry_renderer_ownership.py
test/test_registry_state_binding_contract.py
test/test_registry_update_message_contract.py
test/test_registry_void.py
test/test_responsive_layout_constraints.py
test/test_responsive_renderer.py
test/test_responsive_style.py
test/test_run.py
test/test_run_compat.py
test/test_run_serve.py
test/test_runtime.py
test/test_runtime_api.py
test/test_scheduler.py
test/test_select_component.py
test/test_server.py
test/test_skeleton_component.py
test/test_slider_component.py
test/test_snapshot.py
test/test_spinner_component.py
test/test_state.py
test/test_state_binding_graph.py
test/test_state_binding_semantics.py
test/test_state_protocol.py
test/test_state_semantics.py
test/test_state_websocket.py
test/test_style.py
test/test_style_state_binding.py
test/test_switch_component.py
test/test_table_component.py
test/test_tabs_component.py
test/test_text_component.py
test/test_theme.py
test/test_theme_css_variables.py
test/test_theme_renderer.py
test/test_theme_style_integration.py
test/test_toast_component.py
test/test_tooltip_component.py
test/test_tree_clear_client.py
test/test_tree_clear_protocol.py
test/test_tree_clear_runtime.py
test/test_tree_helpers.py
test/test_tree_move_protocol.py
test/test_tree_move_runtime.py
test/test_tree_mutation_observer.py
test/test_tree_patch_protocol.py
test/test_tree_patch_runtime.py
test/test_tree_remove_protocol.py
test/test_tree_remove_runtime.py
test/test_tree_replace_client.py
test/test_tree_replace_protocol.py
test/test_tree_replace_runtime.py
test/test_tree_set_children_client.py
test/test_tree_set_children_protocol.py
test/test_tree_set_children_runtime.py
test/test_video_component.py
test/test_websocket.py
test/test_websocket_reactive_pipeline.py