pywire 0.2.3__tar.gz → 0.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pywire-0.2.3 → pywire-0.2.5}/PKG-INFO +1 -1
- {pywire-0.2.3 → pywire-0.2.5}/pyproject.toml +1 -1
- {pywire-0.2.3 → pywire-0.2.5}/pywire/CHANGELOG.md +19 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/Cargo.lock +1 -1
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/cli/main.py +23 -4
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/package.json +1 -1
- pywire-0.2.5/tree-sitter-pywire/CHANGELOG.md +41 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/Cargo.lock +1 -1
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/Cargo.toml +1 -1
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/package-lock.json +2 -2
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/package.json +1 -1
- {pywire-0.2.3 → pywire-0.2.5}/LICENSE +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/README.md +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/.cargo/config.toml +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/Cargo.toml +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/LICENSE +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/MANIFEST.in +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/README.md +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/noxfile.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/rust/lib.rs +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/README.md +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/build +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/check +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/check_packaging_assets.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/coverage +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/docs +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/install +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/lint +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/sync-version +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/scripts/test +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/setup.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/conftest.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/conftest.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/app.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/components/Counter.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/components/child.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/about.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/advanced.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/binding_reactivity.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/error.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/form_double.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/form_scenarios.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/hot_reload.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/index.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/input_binding.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/persistent.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/refs_expose.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/special_chars.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/structural.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/server.log +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/server_debug.log +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/server_final.log +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/server_form_debug.log +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/server_input_debug.log +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_advanced_reactivity.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_basic.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_binding_reactivity.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_error_handling.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_form.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_form_double_render.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_form_scenarios.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_form_submission.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_navigation.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_network.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_refs_and_expose.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_regression.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_spa_navigation.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_special_characters.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/test_structural_directives.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/repro_event.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/repro_form_bug.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/repro_v0111_bugs.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_app_advanced.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_app_exhaustive.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_app_mode.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_app_runtime.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_async_features.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_attribute_shorthand.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_bug_repro.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_codegen_generator.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_codegen_template.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_codegen_template_exhaustive.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_compile_error.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_compiler_sourcemap.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_components_file_input.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_components_form.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_components_form_comprehensive.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_comprehensive_python_syntax.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_config.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_control_flow.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_control_flow_v017.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_custom_errors.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_debug_middleware.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_debug_mock.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_error_handling_debug.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_events_hierarchy.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_file_routing.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_fixes.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_form_schema_fields.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_form_validation.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_generator_advanced.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_head_codegen.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_hooks_removal.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_http_transport.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_importer.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_inline_compilation.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_interactivity_codegen_complex.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_interactivity_compiler.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_jinja_interpolation.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_layout_duplication.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_layout_regression.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_layouts.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_lifecycle_hooks.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_logging_stream.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_method_binding.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_middleware_error.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_minor_features_v0111.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_mode_gating.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_naming_conventions.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_no_update.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_parser_compiler.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_partial_updates.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_pjax_error.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_reactive_attributes.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_ref_commands.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_ref_expose.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_ref_system.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_ref_system_typed.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_reload_permanent_attributes.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_relocation_error.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_rendering.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_router_exhaustive.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_router_expansion.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_router_runtime.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_runtime_helpers.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_script_injection.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_server_validation.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_shorthand_spread.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_signal_compilation.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_signals.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_slots_codegen.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_slots_runtime.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_static_assets.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_strict_routing.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_style_collector.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_syntax_enforcement.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_templating_features.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_transport_advanced.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_transport_exhaustive.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_validation_exhaustive.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_websocket_advanced.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_websocket_exhaustive.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_websocket_handler.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_wire_builtins.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/tests/test_wire_primitive.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/pywire/uv.lock +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/cli/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/cli/generators.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/cli/tui.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/cli/validate.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/build.mjs +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/eslint.config.js +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/pnpm-lock.yaml +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/app.test.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/app.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/dom-updater.test.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/dom-updater.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/index.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/logger.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/ref-manager.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/transport-manager.test.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/transport-manager.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/transports/base.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/transports/http.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/transports/index.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/transports/websocket.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/core/transports/webtransport.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/dev/dev-app.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/dev/error-trace.test.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/dev/error-trace.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/dev/index.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/dev/status-overlay.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/events/handler.test.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/events/handler.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/pywire.core.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/src/pywire.dev.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/tsconfig.json +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/client/vitest.config.ts +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/ast_nodes.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/attributes/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/attributes/base.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/attributes/conditional.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/attributes/events.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/attributes/loop.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/attributes/reactive.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/build.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/build_artifacts.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/codegen/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/codegen/attributes/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/codegen/attributes/base.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/codegen/attributes/events.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/codegen/directives/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/codegen/directives/base.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/codegen/directives/path.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/codegen/generator.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/codegen/template.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/directives/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/directives/base.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/directives/context.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/directives/layout.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/directives/no_spa.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/directives/path.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/exceptions.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/interpolation/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/interpolation/base.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/interpolation/jinja.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/parser.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/paths.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/compiler/preprocessor.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/components/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/components/file_input.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/components/form.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/core/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/core/component.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/core/event_handler.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/core/expose.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/core/props.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/core/refs.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/core/signals.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/core/wire.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/py.typed +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/__init__.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/aioquic_server.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/app.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/compile_error_page.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/debug.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/dev_server.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/dev_server.py.broken +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/error_page.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/error_renderer.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/escape.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/events.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/files.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/form_errors.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/helpers.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/http_transport.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/importer.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/loader.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/logging.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/page.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/pydantic_integration.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/router.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/server.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/style_collector.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/upload_manager.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/validation.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/websocket.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/runtime/webtransport_handler.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/shell.py +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/templates/error/404.html +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/templates/error/500.html +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/templates/error/base.html +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/src/pywire/templates/error/compile_error.html +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/LICENSE +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/README.md +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/ast.txt +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/bindings/rust/build.rs +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/bindings/rust/lib.rs +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/doc.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/grammar.js +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/parse_output.txt +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/pnpm-lock.yaml +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/pywire.dylib +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/queries/highlights.scm +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/queries/injections.scm +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/src/grammar.json +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/src/node-types.json +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/src/parser.c +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/src/tree_sitter/alloc.h +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/src/tree_sitter/array.h +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/src/tree_sitter/parser.h +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test/corpus/attributes.txt +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test/corpus/basic.txt +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test/corpus/separator.txt +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_block.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_component.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_crash.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_directive.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_err.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_foo.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_input.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_mixed.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_new_format.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_parse.wire +0 -0
- {pywire-0.2.3 → pywire-0.2.5}/tree-sitter-pywire/test_tag.wire +0 -0
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.5](https://github.com/pywire/pywire/compare/pywire-v0.2.4...pywire-v0.2.5) (2026-04-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **prettier-plugin-pywire:** bump for consistency ([33fc161](https://github.com/pywire/pywire/commit/33fc1613c5a70dfc4e8b00d1da3d99f2dc849925))
|
|
9
|
+
* **pywire-language-server:** bump for release ([88aa449](https://github.com/pywire/pywire/commit/88aa449a1a55ece6145f1f21bc7b1ca807e394ca))
|
|
10
|
+
* **pywire-language-server:** fix PyPI publish by using explicit build output dir ([8dec973](https://github.com/pywire/pywire/commit/8dec97382276ce0f139cc5abd89b0bd54806bc7d))
|
|
11
|
+
* **pywire-language-server:** trigger release PR update ([77491d0](https://github.com/pywire/pywire/commit/77491d02b5f51957b83b1ae3a320cbab53fb56a8))
|
|
12
|
+
* **tree-sitter-pywire:** bump for consistency ([42b40bd](https://github.com/pywire/pywire/commit/42b40bd3ec2711445865c772573b52774857bbc0))
|
|
13
|
+
* **vscode-pywire:** fix CI publish with --no-dependencies flag ([1ef1d72](https://github.com/pywire/pywire/commit/1ef1d72018f4c02bf29a923dd33e4f96bdf813ac))
|
|
14
|
+
|
|
15
|
+
## [0.2.4](https://github.com/pywire/pywire/compare/pywire-v0.2.3...pywire-v0.2.4) (2026-04-07)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* add intermediate directories to sys.path for dotted module imports ([3bed80f](https://github.com/pywire/pywire/commit/3bed80fd21d867e3fa67172a22bc9f19bf130c99))
|
|
21
|
+
|
|
3
22
|
## [0.2.3](https://github.com/pywire/pywire/compare/pywire-v0.2.2...pywire-v0.2.3) (2026-04-07)
|
|
4
23
|
|
|
5
24
|
|
|
@@ -59,15 +59,34 @@ click.rich_click.COMMAND_GROUPS = {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
|
|
62
|
+
def _setup_import_paths(module_name: str) -> None:
|
|
63
|
+
"""Configure sys.path so a dotted module string and its sibling imports resolve.
|
|
64
|
+
|
|
65
|
+
For ``src.main``, both the project root (so ``src`` is a package) and
|
|
66
|
+
``src/`` itself (so ``from auth_middleware import …`` works inside main.py)
|
|
67
|
+
are prepended. Works for arbitrary nesting depth.
|
|
68
|
+
"""
|
|
69
|
+
cwd = os.getcwd()
|
|
70
|
+
if cwd not in sys.path:
|
|
71
|
+
sys.path.insert(0, cwd)
|
|
72
|
+
|
|
73
|
+
# Add every intermediate directory so that relative-style imports within
|
|
74
|
+
# each layer work without requiring the full dotted prefix.
|
|
75
|
+
parts = module_name.split(".")
|
|
76
|
+
for depth in range(1, len(parts)):
|
|
77
|
+
subdir = os.path.join(cwd, *parts[:depth])
|
|
78
|
+
if os.path.isdir(subdir) and subdir not in sys.path:
|
|
79
|
+
sys.path.insert(0, subdir)
|
|
80
|
+
|
|
81
|
+
|
|
62
82
|
def import_app(app_str: str) -> Any:
|
|
63
|
-
"""Import application from string (e.g. 'main:app')."""
|
|
83
|
+
"""Import application from string (e.g. 'main:app' or 'src.main:app')."""
|
|
64
84
|
if ":" not in app_str:
|
|
65
85
|
raise click.BadParameter("App must be in format 'module:app'", param_hint="APP")
|
|
66
86
|
|
|
67
87
|
module_name, app_name = app_str.split(":", 1)
|
|
68
88
|
|
|
69
|
-
|
|
70
|
-
sys.path.insert(0, os.getcwd())
|
|
89
|
+
_setup_import_paths(module_name)
|
|
71
90
|
|
|
72
91
|
try:
|
|
73
92
|
import importlib
|
|
@@ -114,7 +133,7 @@ def _discover_app_str() -> str:
|
|
|
114
133
|
|
|
115
134
|
# Simple check: try to import and look for app
|
|
116
135
|
try:
|
|
117
|
-
|
|
136
|
+
_setup_import_paths(module_path)
|
|
118
137
|
import importlib
|
|
119
138
|
|
|
120
139
|
module = importlib.import_module(module_path)
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.2.2](https://github.com/pywire/pywire/compare/tree-sitter-pywire-v0.2.1...tree-sitter-pywire-v0.2.2) (2026-04-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **pywire-language-server:** bump for release ([88aa449](https://github.com/pywire/pywire/commit/88aa449a1a55ece6145f1f21bc7b1ca807e394ca))
|
|
9
|
+
|
|
10
|
+
## [0.2.1](https://github.com/pywire/pywire/compare/tree-sitter-pywire-v0.2.0...tree-sitter-pywire-v0.2.1) (2026-04-07)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **prettier-plugin-pywire:** bump for consistency ([33fc161](https://github.com/pywire/pywire/commit/33fc1613c5a70dfc4e8b00d1da3d99f2dc849925))
|
|
16
|
+
* **pywire-language-server:** fix PyPI publish by using explicit build output dir ([8dec973](https://github.com/pywire/pywire/commit/8dec97382276ce0f139cc5abd89b0bd54806bc7d))
|
|
17
|
+
* **pywire-language-server:** trigger release PR update ([77491d0](https://github.com/pywire/pywire/commit/77491d02b5f51957b83b1ae3a320cbab53fb56a8))
|
|
18
|
+
* **tree-sitter-pywire:** bump for consistency ([42b40bd](https://github.com/pywire/pywire/commit/42b40bd3ec2711445865c772573b52774857bbc0))
|
|
19
|
+
* **vscode-pywire:** fix CI publish with --no-dependencies flag ([1ef1d72](https://github.com/pywire/pywire/commit/1ef1d72018f4c02bf29a923dd33e4f96bdf813ac))
|
|
20
|
+
|
|
21
|
+
## [0.2.0](https://github.com/pywire/pywire/compare/tree-sitter-pywire-v0.1.3...tree-sitter-pywire-v0.2.0) (2026-04-07)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* CI, tests, and corpus, PNPM over NPM ([b774119](https://github.com/pywire/pywire/commit/b774119e4612990c1512ca3a8b57b6259d4cc02c))
|
|
27
|
+
* flipped pywire grammar; directives (optional), python (optional), then html ([d8221b2](https://github.com/pywire/pywire/commit/d8221b26a13b8b0d7a1b2ed582b5e94557028232))
|
|
28
|
+
* improve granularity of scopes to allow for better intellisense in LSP ([83935f8](https://github.com/pywire/pywire/commit/83935f8f0dd39399917ea7e9fe39d59c4134d1d9))
|
|
29
|
+
* improve tree-sitter grammar and parser to align with LSP improvements ([c64cace](https://github.com/pywire/pywire/commit/c64cace56819095e1801c45d9fefb50471e7a523))
|
|
30
|
+
* update grammar for pywire v0.1.8 ([49dcb8c](https://github.com/pywire/pywire/commit/49dcb8ccaaeabec0b24351010bd1586256e51726))
|
|
31
|
+
* update grammer for highlighting ([5a276a9](https://github.com/pywire/pywire/commit/5a276a929e9befdf3da5dbb128bd9338ffb84589))
|
|
32
|
+
* update tree-sitter to act as ground-truth for language; used as grammar for parser in pywrie ([073686a](https://github.com/pywire/pywire/commit/073686aacf5e7408b236e8ce17342b639803b92f))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* resolve all test failures, xfails, and warnings in pywire core ([371286b](https://github.com/pywire/pywire/commit/371286b8627b375a8e7cce13e4e0a4dc71c14f8e))
|
|
38
|
+
* set C11 standard in tree-sitter-pywire build for cross-compilation ([5868dc5](https://github.com/pywire/pywire/commit/5868dc556fb3a7081a6507ba89bc2a0bc98bcb6a))
|
|
39
|
+
* sync tree-sitter-pywire Cargo.toml version and track it in release-please ([061e018](https://github.com/pywire/pywire/commit/061e018b1ac8a42b39e66ad9094cefc471bff180))
|
|
40
|
+
* sync version ([d9abc89](https://github.com/pywire/pywire/commit/d9abc89c539c2b2dce2b139e2891c175243f0f27))
|
|
41
|
+
* tests to align with new grammar ([a90c505](https://github.com/pywire/pywire/commit/a90c505e7b86cbb65eb8bab87b289a737c02799c))
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tree-sitter-pywire",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "tree-sitter-pywire",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.2.2",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"nan": "^2.24.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pywire-0.2.3 → pywire-0.2.5}/pywire/tests/e2e/fixtures/basic_app/pages/binding_reactivity.wire
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|