tigrbl-atoms 0.4.3.dev4__tar.gz → 0.4.4.dev1__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.
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/PKG-INFO +1 -1
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/pyproject.toml +1 -1
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/LICENSE +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/NOTICE +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/README.md +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/_ctx.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/_opview_helpers.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/_request.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/algebra.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/_temp.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/_scheduler.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/_types.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/abort_group.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/admit.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/await_seal.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/cleanup.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/commit.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/dedupe.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/error_project.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/execute.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/precommit_validate.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/prepare_execute.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/reject_admission.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/result_slots.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/scheduler.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/seal_check.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/tx_begin.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dep/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dep/_param_resolver.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dep/extra.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dep/security.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dispatch/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dispatch/binding_match.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dispatch/binding_parse.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dispatch/input_normalize.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dispatch/op_resolve.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/asgi_send.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/envelope_apply.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/headers_apply.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/http_finalize.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/out_dump.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/result_normalize.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/to_transport_response.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/emit/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/emit/paired_post.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/emit/paired_pre.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/emit/readtime_alias.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/err/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/err/classify.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/err/ctx_build.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/err/rollback.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/err/transport_shape.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/fanout/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/fanout/emit_many.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/fanout/shape.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/framing/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/framing/app_frame.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/framing/codec.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/hot/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/hot/slots.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/ingress/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/ingress/ctx_init.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/ingress/input_prepare.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/ingress/transport_extract.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/intent/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/intent/build.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/intent/final_group_key.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/intent/prekey.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/out/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/out/masking.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/refresh/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/refresh/demand.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/resolve/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/resolve/assemble.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/resolve/paired_gen.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/error_to_transport.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/headers_from_payload.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/negotiate.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/negotiation.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/render.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/renderer.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/template.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/templates.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/schema/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/schema/collect_in.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/schema/collect_out.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/storage/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/storage/to_stored.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/_db.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/_oltp_context.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/commit_tx.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_aggregate.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_append_chunk.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_create.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_delete.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_merge.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_replace.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_update.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_checkpoint.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_clear.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_count.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_create.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_custom.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_delete.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_download.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_exists.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_group_by.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_list.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_merge.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_noop.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_persistence.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_publish.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_read.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_replace.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_send_datagram.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_subscribe.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_tail.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_update.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_upload.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_well_known.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/phase_db.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/start_tx.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/asgi_channel.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/completion_fence.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/sink_bind.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/unit_capture.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/websocket_unary.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/wire/__init__.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/wire/build_in.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/wire/build_out.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/wire/dump.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/wire/validate_in.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/client_session_coverage.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/events.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/fallback.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/packed_inputs.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/phases.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/protocol_runtime.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/protocol_scope.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/runtime_callbacks.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/runtime_channel.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/runtime_loop_regions.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/runtime_resume.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/runtime_transactions.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/rust.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/stages.py +0 -0
- {tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl-atoms
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.4.dev1
|
|
4
4
|
Summary: Runtime atom package for Tigrbl stages, phases, typed contexts, event anchors, protocol execution, and composable pipeline algebra.
|
|
5
5
|
License: Apache License
|
|
6
6
|
Version 2.0, January 2004
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl-atoms"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.4.dev1"
|
|
4
4
|
description = "Runtime atom package for Tigrbl stages, phases, typed contexts, event anchors, protocol execution, and composable pipeline algebra."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { file = "LICENSE" }
|
|
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
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/error_project.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/precommit_validate.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/prepare_execute.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/reject_admission.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/batch/result_slots.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dep/_param_resolver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dispatch/binding_match.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dispatch/binding_parse.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dispatch/input_normalize.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/dispatch/op_resolve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/envelope_apply.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/headers_apply.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/http_finalize.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/egress/result_normalize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/emit/readtime_alias.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/err/transport_shape.py
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
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/ingress/input_prepare.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/ingress/transport_extract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/intent/final_group_key.py
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
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/resolve/paired_gen.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/negotiate.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/negotiation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/response/templates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/schema/collect_out.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_aggregate.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_append_chunk.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_create.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_delete.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_merge.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_replace.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_bulk_update.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_checkpoint.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_create.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_custom.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_delete.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_download.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_exists.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_group_by.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_persistence.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_publish.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_replace.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_send_datagram.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_subscribe.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_update.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_upload.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/sys/handler_well_known.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/__init__.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/asgi_channel.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/completion_fence.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/sink_bind.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/unit_capture.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.3.dev4 → tigrbl_atoms-0.4.4.dev1}/tigrbl_atoms/atoms/transport/websocket_unary.py
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
|