LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/wreath/__init__.py
src/wreath/__main__.py
src/wreath/_busbridge.py
src/wreath/_cli.py
src/wreath/_client_codec.py
src/wreath/_cloudwatch_emf.py
src/wreath/_codecs.py
src/wreath/_devserver.py
src/wreath/_docs_cli.py
src/wreath/_doorbell.py
src/wreath/_export.py
src/wreath/_flight_markers.py
src/wreath/_flight_metadata.py
src/wreath/_flight_schema.py
src/wreath/_fsguard.py
src/wreath/_h2_codec.py
src/wreath/_headers.py
src/wreath/_http.py
src/wreath/_jobcore.py
src/wreath/_json.py
src/wreath/_livedoc.py
src/wreath/_locks.py
src/wreath/_metricdelta.py
src/wreath/_migrations_cli.py
src/wreath/_multipart.py
src/wreath/_nplusone.py
src/wreath/_orm_events.py
src/wreath/_otlp.py
src/wreath/_projector.py
src/wreath/_prometheus.py
src/wreath/_recording_format.py
src/wreath/_replay_adapters.py
src/wreath/_replay_plan.py
src/wreath/_routing.py
src/wreath/_sigv4.py
src/wreath/_statsd.py
src/wreath/_userkit.py
src/wreath/_webpolicy.py
src/wreath/_websocket.py
src/wreath/app.py
src/wreath/auth.py
src/wreath/authorization.py
src/wreath/background.py
src/wreath/binding.py
src/wreath/cache.py
src/wreath/cache_control.py
src/wreath/cli.py
src/wreath/compression.py
src/wreath/config.py
src/wreath/crud.py
src/wreath/doctor.py
src/wreath/exceptions.py
src/wreath/flags.py
src/wreath/graphql.py
src/wreath/health.py
src/wreath/http_client.py
src/wreath/inspector.py
src/wreath/jobs.py
src/wreath/messaging.py
src/wreath/migrations.py
src/wreath/negotiation.py
src/wreath/objects.py
src/wreath/openapi.py
src/wreath/pagination.py
src/wreath/passes.py
src/wreath/port.py
src/wreath/postgres.py
src/wreath/progress.py
src/wreath/queries.py
src/wreath/reactor.py
src/wreath/recording.py
src/wreath/replay.py
src/wreath/request.py
src/wreath/response.py
src/wreath/response_cache.py
src/wreath/rooms.py
src/wreath/router.py
src/wreath/schema.py
src/wreath/series.py
src/wreath/server.py
src/wreath/service_client.py
src/wreath/services.py
src/wreath/session_store.py
src/wreath/state.py
src/wreath/staticfiles.py
src/wreath/storage.py
src/wreath/store.py
src/wreath/telemetry.py
src/wreath/templates.py
src/wreath/temporal.py
src/wreath/testing.py
src/wreath/users.py
src/wreath/validation_errors.py
src/wreath/versioning.py
src/wreath/webhooks.py
src/wreath/websocket.py
src/wreath/_audit/__init__.py
src/wreath/_audit/cli.py
src/wreath/_audit/contrast.py
src/wreath/_audit/dom.py
src/wreath/_audit/fix.py
src/wreath/_audit/middleware.py
src/wreath/_audit/model.py
src/wreath/_audit/runtime.py
src/wreath/_audit/sources.py
src/wreath/_audit/rules/__init__.py
src/wreath/_audit/rules/a11y.py
src/wreath/_audit/rules/perf.py
src/wreath/_audit/rules/security.py
src/wreath/_auth/__init__.py
src/wreath/_auth/_ecverify.py
src/wreath/_auth/backends.py
src/wreath/_auth/cedar.py
src/wreath/_auth/cedar_engine.py
src/wreath/_auth/decorators.py
src/wreath/_auth/jwks.py
src/wreath/_auth/jwt.py
src/wreath/_auth/models.py
src/wreath/_auth/oauth2.py
src/wreath/_auth/oidc.py
src/wreath/_auth/permissions.py
src/wreath/_auth/requirements.py
src/wreath/_auth/session_backend.py
src/wreath/_devtools/__init__.py
src/wreath/_devtools/bench_report.py
src/wreath/_devtools/build_lint.py
src/wreath/_devtools/complexity_probe.py
src/wreath/_devtools/decomp.py
src/wreath/_devtools/dup_scan.py
src/wreath/_devtools/map_lint.py
src/wreath/_devtools/measure.py
src/wreath/_devtools/native_boundary_lint.py
src/wreath/_devtools/native_error_lint.py
src/wreath/_devtools/native_gil_lint.py
src/wreath/_devtools/native_gil_status.py
src/wreath/_devtools/native_lint.py
src/wreath/_devtools/native_memory_lint.py
src/wreath/_devtools/native_profile.py
src/wreath/_devtools/port_golden.py
src/wreath/_devtools/quiet.py
src/wreath/_devtools/request_trace.py
src/wreath/_devtools/roadmap_lint.py
src/wreath/_devtools/sample_app.py
src/wreath/_devtools/sanitize.py
src/wreath/_devtools/sql_lint.py
src/wreath/_devtools/tape_decomp.py
src/wreath/_devtools/tasks.py
src/wreath/_docs/__init__.py
src/wreath/_docs/_fenced.py
src/wreath/_docs/apidoc.py
src/wreath/_docs/charts.py
src/wreath/_docs/codeblocks.py
src/wreath/_docs/config.py
src/wreath/_docs/figures.py
src/wreath/_docs/hero.py
src/wreath/_docs/highlight.py
src/wreath/_docs/markdown.py
src/wreath/_docs/scripts.py
src/wreath/_docs/site.py
src/wreath/_docs/theme.py
src/wreath/_graphql/__init__.py
src/wreath/_graphql/ast.py
src/wreath/_graphql/execute.py
src/wreath/_graphql/parser.py
src/wreath/_graphql/resolvers.py
src/wreath/_graphql/schema.py
src/wreath/_graphql/typegen.py
src/wreath/_migrations/__init__.py
src/wreath/_migrations/deferred.py
src/wreath/_migrations/scan.py
src/wreath/_native/__init__.py
src/wreath/_native/_clientmodule.c
src/wreath/_native/_coremodule.c
src/wreath/_native/_flightmodule.c
src/wreath/_native/_http3module.c
src/wreath/_native/_postgresmodule.c
src/wreath/_native/_reactormodule.c
src/wreath/_native/_servermodule.c
src/wreath/_native/authz.c
src/wreath/_native/cedar.c
src/wreath/_native/client_http1.c
src/wreath/_native/codecs.c
src/wreath/_native/dtbitset.c
src/wreath/_native/dtrouter.c
src/wreath/_native/env.c
src/wreath/_native/flight.c
src/wreath/_native/flight.h
src/wreath/_native/flight_schema.h
src/wreath/_native/headers.c
src/wreath/_native/http.c
src/wreath/_native/http3.h
src/wreath/_native/http3_asgi.c
src/wreath/_native/http3_connection.c
src/wreath/_native/jose.c
src/wreath/_native/json.c
src/wreath/_native/msgpack.c
src/wreath/_native/multipart.c
src/wreath/_native/observability.c
src/wreath/_native/orm_shape.c
src/wreath/_native/proxy.c
src/wreath/_native/ratelimit.c
src/wreath/_native/reactor_buffers.c
src/wreath/_native/reactor_internal.h
src/wreath/_native/reactor_poller.c
src/wreath/_native/reactor_ring.c
src/wreath/_native/reactor_transport.c
src/wreath/_native/reactor_wheel.c
src/wreath/_native/router.c
src/wreath/_native/scheduler.c
src/wreath/_native/security.c
src/wreath/_native/server.h
src/wreath/_native/server_common.c
src/wreath/_native/server_hpack.c
src/wreath/_native/server_hpack_huffman.h
src/wreath/_native/server_http1.c
src/wreath/_native/server_http2.c
src/wreath/_native/server_request.c
src/wreath/_native/server_request_capi.h
src/wreath/_native/sse.c
src/wreath/_native/templates.c
src/wreath/_native/validate.c
src/wreath/_native/webpolicy.c
src/wreath/_native/wreath_stream.h
src/wreath/_native/wreathcore.h
src/wreath/_native/ws.c
src/wreath/_native/postgres/README.md
src/wreath/_native/postgres/buffer.c
src/wreath/_native/postgres/buffer.h
src/wreath/_native/postgres/codec.c
src/wreath/_native/postgres/codec.h
src/wreath/_native/postgres/connection.c
src/wreath/_native/postgres/connection.h
src/wreath/_native/postgres/decode.c
src/wreath/_native/postgres/decode.h
src/wreath/_native/postgres/hydrate.c
src/wreath/_native/postgres/hydrate.h
src/wreath/_native/postgres/migration_artifact.c
src/wreath/_native/postgres/migration_artifact.h
src/wreath/_native/postgres/migration_image.c
src/wreath/_native/postgres/migration_image.h
src/wreath/_native/postgres/migration_resolver.c
src/wreath/_native/postgres/migration_resolver.h
src/wreath/_native/postgres/migration_runner.c
src/wreath/_native/postgres/migration_runner.h
src/wreath/_native/postgres/migration_sql.c
src/wreath/_native/postgres/migration_sql.h
src/wreath/_native/postgres/model.c
src/wreath/_native/postgres/model.h
src/wreath/_native/postgres/operation.c
src/wreath/_native/postgres/operation.h
src/wreath/_native/postgres/plan.c
src/wreath/_native/postgres/plan.h
src/wreath/_native/postgres/pool.c
src/wreath/_native/postgres/pool.h
src/wreath/_native/postgres/protocol.c
src/wreath/_native/postgres/protocol.h
src/wreath/_native/postgres/record.c
src/wreath/_native/postgres/record.h
src/wreath/_native/postgres/slab.c
src/wreath/_native/postgres/slab.h
src/wreath/_native/postgres/tape.c
src/wreath/_native/postgres/tape.h
src/wreath/_passes/__init__.py
src/wreath/_passes/buckets.py
src/wreath/_passes/driver.py
src/wreath/_passes/duration.py
src/wreath/_passes/gate.py
src/wreath/_passes/keyset.py
src/wreath/_passes/ledger.py
src/wreath/_passes/pace.py
src/wreath/_passes/progress.py
src/wreath/_passes/stores.py
src/wreath/_port/__init__.py
src/wreath/_port/analyzer.py
src/wreath/_port/cli.py
src/wreath/_port/emit.py
src/wreath/_port/ir.py
src/wreath/_port/rules.py
src/wreath/_pure/__init__.py
src/wreath/_pure/authz.py
src/wreath/_pure/bounded.py
src/wreath/_pure/cedar.py
src/wreath/_pure/codecs.py
src/wreath/_pure/compression.py
src/wreath/_pure/dtbitset.py
src/wreath/_pure/dtrouter.py
src/wreath/_pure/env.py
src/wreath/_pure/flight.py
src/wreath/_pure/headers.py
src/wreath/_pure/http.py
src/wreath/_pure/http_client.py
src/wreath/_pure/json.py
src/wreath/_pure/msgpack.py
src/wreath/_pure/multipart.py
src/wreath/_pure/observability.py
src/wreath/_pure/postgres.py
src/wreath/_pure/proxy.py
src/wreath/_pure/ratelimit.py
src/wreath/_pure/response.py
src/wreath/_pure/router.py
src/wreath/_pure/security.py
src/wreath/_pure/server.py
src/wreath/_pure/snapshot.py
src/wreath/_pure/templates.py
src/wreath/_pure/typegen.py
src/wreath/_pure/webpolicy.py
src/wreath/_pure/ws.py
src/wreath/_series/__init__.py
src/wreath/_series/compile.py
src/wreath/_series/envelope.py
src/wreath/_series/settle.py
src/wreath/_series/tiers.py
src/wreath/middleware/__init__.py
src/wreath/middleware/base.py
src/wreath/middleware/cache.py
src/wreath/middleware/compression.py
src/wreath/middleware/cors.py
src/wreath/middleware/csrf.py
src/wreath/middleware/idempotency.py
src/wreath/middleware/proxy.py
src/wreath/middleware/ratelimit.py
src/wreath/middleware/request_id.py
src/wreath/middleware/security.py
src/wreath/middleware/sessions.py
src/wreath/middleware/timing.py
src/wreath/orm/__init__.py
src/wreath/orm/_index_predicate.py
src/wreath/orm/compiler.py
src/wreath/orm/constraints.py
src/wreath/orm/errors.py
src/wreath/orm/expressions.py
src/wreath/orm/fields.py
src/wreath/orm/introspection.py
src/wreath/orm/model.py
src/wreath/orm/query.py
src/wreath/orm/registry.py
src/wreath/orm/relations.py
src/wreath/orm/schema.py
src/wreath/orm/session.py
src/wreath/orm/table.py
src/wreath/orm/types.py
src/wreath/orm/validation.py
src/wreath/typegen/__init__.py
src/wreath/typegen/cli.py
src/wreath/typegen/inspect.py
src/wreath/typegen/model.py
src/wreath/typegen/render.py
src/wreath/typegen/targets/__init__.py
src/wreath/typegen/targets/typescript.py
tests/test_api_docs.py
tests/test_app.py
tests/test_app_factories.py
tests/test_auth_pipeline.py
tests/test_auth_routing.py
tests/test_auth_verifier_call_count.py
tests/test_authentication.py
tests/test_authorization_complexity.py
tests/test_authz_native.py
tests/test_background.py
tests/test_bench_quiet.py
tests/test_benchmark_protocols.py
tests/test_benchmark_scenarios.py
tests/test_binding.py
tests/test_binding_complexity.py
tests/test_binding_sources.py
tests/test_binding_unresolvable_annotations.py
tests/test_bounded_cache.py
tests/test_busbridge.py
tests/test_cache_control.py
tests/test_cache_invalidation.py
tests/test_cedar.py
tests/test_cedar_engine.py
tests/test_cedar_entity_layering.py
tests/test_cedar_set_dedupe.py
tests/test_cli.py
tests/test_client_sessions_forms.py
tests/test_cloudwatch_emf.py
tests/test_complexity_probe.py
tests/test_compression_middleware.py
tests/test_compression_parity.py
tests/test_config.py
tests/test_cpu_pressure_red.py
tests/test_crud.py
tests/test_crud_sensitive_names.py
tests/test_csrf_fetch_metadata.py
tests/test_csrf_middleware.py
tests/test_csrf_native_parity.py
tests/test_declaration_refusals.py
tests/test_decomp.py
tests/test_dependency_and_path_refusals.py
tests/test_dependency_scopes.py
tests/test_dev_environment.py
tests/test_devserver.py
tests/test_devtool_tasks.py
tests/test_devtools_claim_lints.py
tests/test_docs_api_shapes.py
tests/test_docs_codeblocks.py
tests/test_docs_ssg.py
tests/test_doctor.py
tests/test_dup_scan.py
tests/test_exactly_once.py
tests/test_flight_bridge.py
tests/test_flight_capture.py
tests/test_flight_capture_control.py
tests/test_flight_capture_live.py
tests/test_flight_export.py
tests/test_flight_inspector.py
tests/test_flight_inspector_projection.py
tests/test_flight_markers.py
tests/test_flight_native.py
tests/test_flight_otlp.py
tests/test_flight_projector.py
tests/test_flight_projector_stress.py
tests/test_flight_propagation.py
tests/test_flight_recording.py
tests/test_flight_recording_format.py
tests/test_flight_schema.py
tests/test_flight_server.py
tests/test_flight_server_lifecycle.py
tests/test_form_model_binding.py
tests/test_format_round_trip_sweeps.py
tests/test_framework_features.py
tests/test_fsguard.py
tests/test_gated_skips.py
tests/test_graphql.py
tests/test_http_client.py
tests/test_http_client_native_stream.py
tests/test_http_client_protocol.py
tests/test_http_client_rate_retry.py
tests/test_idempotency.py
tests/test_json_temporal.py
tests/test_jwt.py
tests/test_lazy_scope.py
tests/test_lifespan_teardown.py
tests/test_live_progress.py
tests/test_livedoc.py
tests/test_map_lint.py
tests/test_memory_pressure_red.py
tests/test_middleware.py
tests/test_middleware_fusion.py
tests/test_migration_benchmark.py
tests/test_msgpack_parity.py
tests/test_native_boundary_lint.py
tests/test_native_error_lint.py
tests/test_native_gil_lint.py
tests/test_native_gil_status.py
tests/test_native_hot_path_red.py
tests/test_native_interpreter_state.py
tests/test_native_lint.py
tests/test_native_lint_attribution.py
tests/test_native_lint_readability.py
tests/test_native_memory_lint.py
tests/test_native_parity.py
tests/test_native_perf.py
tests/test_native_profile.py
tests/test_native_response_regressions.py
tests/test_native_runtime_primitives.py
tests/test_native_validate_parity.py
tests/test_negotiation.py
tests/test_openapi.py
tests/test_optimized_mode.py
tests/test_performance_theses_red.py
tests/test_permissions.py
tests/test_port_golden.py
tests/test_problem_details.py
tests/test_progress.py
tests/test_prometheus.py
tests/test_proxy_middleware.py
tests/test_queries.py
tests/test_ratelimit_middleware.py
tests/test_rbac.py
tests/test_replay.py
tests/test_replay_adversarial.py
tests/test_replay_container_format.py
tests/test_replay_corpus_properties.py
tests/test_replay_fault_corpus.py
tests/test_replay_faults.py
tests/test_replay_live_faults.py
tests/test_replay_owned_recovery.py
tests/test_replay_robustness.py
tests/test_replay_stage7.py
tests/test_replay_to_test.py
tests/test_request.py
tests/test_request_id_middleware.py
tests/test_request_pipeline.py
tests/test_request_trace.py
tests/test_response.py
tests/test_response_cache.py
tests/test_response_fast_path.py
tests/test_rooms.py
tests/test_router_complexity.py
tests/test_router_modules.py
tests/test_routing_modes.py
tests/test_routing_parity.py
tests/test_security_middleware.py
tests/test_server.py
tests/test_server_env.py
tests/test_server_fuzz.py
tests/test_server_protocol.py
tests/test_server_protocols.py
tests/test_server_tls_ingress.py
tests/test_server_websocket.py
tests/test_service_client.py
tests/test_session_store.py
tests/test_snapshot_parity.py
tests/test_sse_frame_parity.py
tests/test_sse_response.py
tests/test_state.py
tests/test_staticfiles.py
tests/test_statsd.py
tests/test_store.py
tests/test_supervisor_drain.py
tests/test_tape_decomp.py
tests/test_template_parity.py
tests/test_temporal.py
tests/test_temporal_surfaces.py
tests/test_tiered_ratelimit.py
tests/test_timing_middleware.py
tests/test_typegen.py
tests/test_typegen_cli.py
tests/test_userkit.py
tests/test_users_router.py
tests/test_validation_errors.py
tests/test_webhooks.py
tests/test_webhooks_postgres.py
tests/test_webpolicy_parity.py
tests/test_workloads.py
tests/test_wreath_schema.py