tigrbl-atoms 0.4.2.dev3__tar.gz → 0.4.2.dev4__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.2.dev4/NOTICE +7 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/PKG-INFO +114 -28
- tigrbl_atoms-0.4.2.dev4/README.md +159 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/pyproject.toml +1 -1
- tigrbl_atoms-0.4.2.dev3/README.md +0 -74
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/LICENSE +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/_ctx.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/_opview_helpers.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/_request.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/algebra.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/_temp.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/_scheduler.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/_types.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/abort_group.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/admit.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/await_seal.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/cleanup.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/commit.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/dedupe.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/error_project.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/execute.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/precommit_validate.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/prepare_execute.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/reject_admission.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/result_slots.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/scheduler.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/seal_check.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/tx_begin.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dep/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dep/_param_resolver.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dep/extra.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dep/security.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dispatch/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dispatch/binding_match.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dispatch/binding_parse.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dispatch/input_normalize.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dispatch/op_resolve.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/asgi_send.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/envelope_apply.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/headers_apply.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/http_finalize.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/out_dump.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/result_normalize.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/to_transport_response.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/emit/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/emit/paired_post.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/emit/paired_pre.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/emit/readtime_alias.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/err/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/err/classify.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/err/ctx_build.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/err/rollback.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/err/transport_shape.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/fanout/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/fanout/emit_many.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/fanout/shape.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/hot/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/hot/slots.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/ingress/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/ingress/ctx_init.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/ingress/input_prepare.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/ingress/transport_extract.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/intent/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/intent/build.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/intent/final_group_key.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/intent/prekey.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/out/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/out/masking.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/refresh/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/refresh/demand.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/resolve/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/resolve/assemble.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/resolve/paired_gen.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/error_to_transport.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/headers_from_payload.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/negotiate.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/negotiation.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/render.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/renderer.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/template.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/templates.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/schema/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/schema/collect_in.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/schema/collect_out.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/storage/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/storage/to_stored.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/_db.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/_oltp_context.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/commit_tx.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_aggregate.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_append_chunk.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_create.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_delete.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_merge.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_replace.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_update.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_checkpoint.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_clear.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_count.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_create.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_custom.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_delete.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_download.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_exists.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_group_by.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_list.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_merge.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_noop.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_persistence.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_publish.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_read.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_replace.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_send_datagram.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_subscribe.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_tail.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_update.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_upload.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/phase_db.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/start_tx.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/transport/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/transport/sink_bind.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/transport/unit_capture.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/wire/__init__.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/wire/build_in.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/wire/build_out.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/wire/dump.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/wire/validate_in.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/events.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/fallback.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/phases.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/protocol_runtime.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/runtime_callbacks.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/runtime_channel.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/runtime_transactions.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/rust.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/stages.py +0 -0
- {tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/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.2.
|
|
3
|
+
Version: 0.4.2.dev4
|
|
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
|
|
@@ -204,6 +204,7 @@ License: Apache License
|
|
|
204
204
|
See the License for the specific language governing permissions and
|
|
205
205
|
limitations under the License.
|
|
206
206
|
License-File: LICENSE
|
|
207
|
+
License-File: NOTICE
|
|
207
208
|
Keywords: tigrbl,asgi,api,atom algebra,atom pipeline,event anchors,json-rpc,atoms,execution,phases,openapi,openrpc,protocol runtime,rest,runtime,schema-first,stages,typed context
|
|
208
209
|
Author: Jacob Stewart
|
|
209
210
|
Author-email: jacob@swarmauri.com
|
|
@@ -250,12 +251,45 @@ Description-Content-Type: text/markdown
|
|
|
250
251
|
<p><strong>Runtime atom package for Tigrbl stages, phases, typed contexts, event anchors, protocol execution, and composable pipeline algebra.</strong></p>
|
|
251
252
|
<a href="https://pypi.org/project/tigrbl-atoms/"><img src="https://img.shields.io/pypi/v/tigrbl-atoms?label=PyPI" alt="PyPI version for tigrbl-atoms"/></a>
|
|
252
253
|
<a href="https://pypi.org/project/tigrbl-atoms/"><img src="https://static.pepy.tech/badge/tigrbl-atoms" alt="Downloads for tigrbl-atoms"/></a>
|
|
254
|
+
<a href="https://discord.gg/K4YTAPapjR"><img src="https://img.shields.io/badge/Discord-Join%20chat-5865F2?logo=discord&logoColor=white" alt="Discord community for tigrbl-atoms"/></a>
|
|
253
255
|
<a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_atoms/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_atoms/README.md.svg?label=hits" alt="Repository hits for tigrbl-atoms README"/></a>
|
|
254
256
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
|
|
255
|
-
<a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%
|
|
257
|
+
<a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-3776ab" alt="Python versions 3.10 | 3.11 | 3.12 | 3.13 | 3.14 for tigrbl-atoms"/></a>
|
|
256
258
|
<a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-core-1f6feb" alt="Workspace group for tigrbl-atoms"/></a>
|
|
257
259
|
</div>
|
|
258
260
|
|
|
261
|
+
## What is tigrbl-atoms?
|
|
262
|
+
|
|
263
|
+
Runtime atom package for Tigrbl stages, phases, typed contexts, event anchors, protocol execution, and composable pipeline algebra.
|
|
264
|
+
|
|
265
|
+
## Why use tigrbl-atoms?
|
|
266
|
+
|
|
267
|
+
Use it when you need this foundational Tigrbl layer directly as a small, focused dependency.
|
|
268
|
+
|
|
269
|
+
## When should I install tigrbl-atoms?
|
|
270
|
+
|
|
271
|
+
Install it for extension packages, package-local tests, or internals that need this boundary without the whole facade.
|
|
272
|
+
|
|
273
|
+
## Who is tigrbl-atoms for?
|
|
274
|
+
|
|
275
|
+
Framework maintainers, extension authors, and advanced users composing Tigrbl from split packages.
|
|
276
|
+
|
|
277
|
+
## Where does tigrbl-atoms fit?
|
|
278
|
+
|
|
279
|
+
`tigrbl-atoms` lives at `pkgs/core/tigrbl_atoms` and serves a focused layer in the split Tigrbl framework.
|
|
280
|
+
|
|
281
|
+
## How does tigrbl-atoms work?
|
|
282
|
+
|
|
283
|
+
It owns a narrow layer in the split workspace and is consumed by higher-level packages through explicit dependencies.
|
|
284
|
+
|
|
285
|
+
## Certification Status
|
|
286
|
+
|
|
287
|
+
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
288
|
+
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
289
|
+
- Release evidence: [publish workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml) validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
|
|
290
|
+
- Local certification guard: `pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py` verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, `LICENSE`, and `NOTICE`.
|
|
291
|
+
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
292
|
+
|
|
259
293
|
## Install
|
|
260
294
|
|
|
261
295
|
```bash
|
|
@@ -266,56 +300,108 @@ uv add tigrbl-atoms
|
|
|
266
300
|
pip install tigrbl-atoms
|
|
267
301
|
```
|
|
268
302
|
|
|
303
|
+
## Surface Coverage
|
|
304
|
+
|
|
305
|
+
| Surface | Value |
|
|
306
|
+
|---|---|
|
|
307
|
+
| PyPI package | [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/) |
|
|
308
|
+
| Repository path | [`pkgs/core/tigrbl_atoms`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_atoms) |
|
|
309
|
+
| Python import root | `tigrbl_atoms` |
|
|
310
|
+
| Console scripts | none declared |
|
|
311
|
+
| Entry points | none declared |
|
|
312
|
+
| Optional extras | none declared |
|
|
313
|
+
| Legal files | `LICENSE`, `NOTICE` |
|
|
314
|
+
| Supported Python | `3.10 | 3.11 | 3.12 | 3.13 | 3.14` |
|
|
315
|
+
|
|
269
316
|
## What It Owns
|
|
270
317
|
|
|
271
|
-
`tigrbl-atoms` owns the
|
|
318
|
+
`tigrbl-atoms` owns the `foundational framework package` boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.
|
|
319
|
+
|
|
320
|
+
Implementation orientation:
|
|
321
|
+
- `tigrbl_atoms`: _ctx, _opview_helpers, _request, algebra, atoms/, events, fallback, phases, protocol_runtime, runtime_callbacks, runtime_channel, runtime_transactions
|
|
322
|
+
|
|
323
|
+
## Public API and Import Surface
|
|
272
324
|
|
|
273
|
-
|
|
325
|
+
- Import roots: `tigrbl_atoms`.
|
|
326
|
+
- Public symbols: `EGRESS_PHASES`, `EdgeTarget`, `ErrorCtx`, `HANDLER_PHASES`, `HookPhase`, `HookPhases`, `HookPredicate`, `INGRESS_PHASES`, `PHASE_SEQUENCE`, `PhaseTreeEdge`, `PhaseTreeNode`, `StepFn`.
|
|
327
|
+
- Workspace dependencies: [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/), [`tigrbl-ops-olap`](https://pypi.org/project/tigrbl-ops-olap/), [`tigrbl-ops-realtime`](https://pypi.org/project/tigrbl-ops-realtime/), [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-typing`](https://pypi.org/project/tigrbl-typing/).
|
|
328
|
+
- External runtime dependencies: `jinja2>=3.1`, `sqlalchemy>=2.0`, `typing-extensions>=4.0`.
|
|
274
329
|
|
|
275
|
-
|
|
330
|
+
## Usage Examples
|
|
276
331
|
|
|
277
|
-
|
|
332
|
+
### Verify the installed package
|
|
278
333
|
|
|
279
|
-
|
|
334
|
+
```bash
|
|
335
|
+
python -m pip show tigrbl-atoms
|
|
336
|
+
python - <<'PY'
|
|
337
|
+
from importlib.metadata import version
|
|
338
|
+
print(version("tigrbl-atoms"))
|
|
339
|
+
PY
|
|
340
|
+
```
|
|
280
341
|
|
|
281
|
-
|
|
342
|
+
### Import the package boundary
|
|
282
343
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
- Python requirement: `>=3.10,<3.15`.
|
|
286
|
-
- `tigrbl_atoms` modules: `_ctx, _opview_helpers, _request, algebra, atoms/, events, fallback, phases, protocol_runtime, runtime_callbacks`.
|
|
344
|
+
```python
|
|
345
|
+
import importlib
|
|
287
346
|
|
|
288
|
-
|
|
347
|
+
module = importlib.import_module("tigrbl_atoms")
|
|
348
|
+
print(module.__name__)
|
|
349
|
+
```
|
|
289
350
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
351
|
+
### Import a public symbol
|
|
352
|
+
|
|
353
|
+
```python
|
|
354
|
+
from tigrbl_atoms import EGRESS_PHASES
|
|
355
|
+
|
|
356
|
+
print(EGRESS_PHASES)
|
|
357
|
+
```
|
|
358
|
+
|
|
359
|
+
### Use with the facade when building applications
|
|
360
|
+
|
|
361
|
+
```bash
|
|
362
|
+
uv add tigrbl tigrbl-atoms
|
|
363
|
+
python - <<'PY'
|
|
364
|
+
import tigrbl
|
|
365
|
+
print(tigrbl.__name__)
|
|
366
|
+
PY
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
## How To Choose This Package
|
|
370
|
+
|
|
371
|
+
Choose `tigrbl-atoms` when the quick-answer table matches your use case. Choose [`tigrbl`](https://pypi.org/project/tigrbl/) instead when you want the full public facade. Choose a lower-level package such as [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-base`](https://pypi.org/project/tigrbl-base/), or [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/) when you are building framework extensions or testing a specific internal boundary.
|
|
293
372
|
|
|
294
373
|
## Related Packages
|
|
295
374
|
|
|
296
|
-
- [`tigrbl`](https://pypi.org/project/tigrbl/)
|
|
297
375
|
- [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/)
|
|
298
376
|
- [`tigrbl-ops-olap`](https://pypi.org/project/tigrbl-ops-olap/)
|
|
299
377
|
- [`tigrbl-ops-realtime`](https://pypi.org/project/tigrbl-ops-realtime/)
|
|
300
378
|
- [`tigrbl-core`](https://pypi.org/project/tigrbl-core/)
|
|
301
379
|
- [`tigrbl-typing`](https://pypi.org/project/tigrbl-typing/)
|
|
380
|
+
- [`tigrbl`](https://pypi.org/project/tigrbl/)
|
|
381
|
+
- [`tigrbl-base`](https://pypi.org/project/tigrbl-base/)
|
|
382
|
+
- [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/)
|
|
383
|
+
|
|
384
|
+
## Documentation Links
|
|
385
|
+
|
|
386
|
+
- [Workspace docs](https://github.com/tigrbl/tigrbl/blob/master/docs/README.md)
|
|
387
|
+
- [Package catalog](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_CATALOG.md)
|
|
388
|
+
- [Package layout](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_LAYOUT.md)
|
|
389
|
+
- [Current target](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_TARGET.md)
|
|
390
|
+
- [Current state](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_STATE.md)
|
|
391
|
+
- [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json)
|
|
392
|
+
- [Release workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml)
|
|
302
393
|
|
|
303
|
-
##
|
|
394
|
+
## Support
|
|
304
395
|
|
|
305
|
-
-
|
|
306
|
-
-
|
|
307
|
-
-
|
|
308
|
-
- `docs/conformance/NEXT_STEPS.md`
|
|
309
|
-
- `docs/governance/DOC_POINTERS.md`
|
|
310
|
-
- `docs/developer/PACKAGE_CATALOG.md`
|
|
311
|
-
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
396
|
+
- Community: [Discord](https://discord.gg/K4YTAPapjR).
|
|
397
|
+
- Issues: [GitHub Issues](https://github.com/tigrbl/tigrbl/issues).
|
|
398
|
+
- Repository: [pkgs/core/tigrbl_atoms](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_atoms).
|
|
312
399
|
|
|
313
400
|
## Package-local Boundary
|
|
314
401
|
|
|
315
|
-
This
|
|
316
|
-
Use this page for package installation and boundary orientation. Repository governance, conformance state, target status, and release evidence remain governed from `docs/` and `.ssot/`.
|
|
402
|
+
This README is the package-local distribution entry point for `tigrbl-atoms`. It answers install, usage, API, ownership, and certification-orientation questions for this package. Broader architectural decisions, release status, and cross-package proof chains remain in the repository-level docs and SSOT registry.
|
|
317
403
|
|
|
318
404
|
## License
|
|
319
405
|
|
|
320
|
-
Licensed under the Apache License, Version 2.0. See `LICENSE` and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
|
|
406
|
+
Licensed under the Apache License, Version 2.0. See `LICENSE`, `NOTICE`, and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
|
|
321
407
|
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1>tigrbl-atoms</h1>
|
|
3
|
+
<img src="https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png" alt="Tigrbl logo" width="140"/>
|
|
4
|
+
<p><strong>Runtime atom package for Tigrbl stages, phases, typed contexts, event anchors, protocol execution, and composable pipeline algebra.</strong></p>
|
|
5
|
+
<a href="https://pypi.org/project/tigrbl-atoms/"><img src="https://img.shields.io/pypi/v/tigrbl-atoms?label=PyPI" alt="PyPI version for tigrbl-atoms"/></a>
|
|
6
|
+
<a href="https://pypi.org/project/tigrbl-atoms/"><img src="https://static.pepy.tech/badge/tigrbl-atoms" alt="Downloads for tigrbl-atoms"/></a>
|
|
7
|
+
<a href="https://discord.gg/K4YTAPapjR"><img src="https://img.shields.io/badge/Discord-Join%20chat-5865F2?logo=discord&logoColor=white" alt="Discord community for tigrbl-atoms"/></a>
|
|
8
|
+
<a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_atoms/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_atoms/README.md.svg?label=hits" alt="Repository hits for tigrbl-atoms README"/></a>
|
|
9
|
+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
|
|
10
|
+
<a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-3776ab" alt="Python versions 3.10 | 3.11 | 3.12 | 3.13 | 3.14 for tigrbl-atoms"/></a>
|
|
11
|
+
<a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-core-1f6feb" alt="Workspace group for tigrbl-atoms"/></a>
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
## What is tigrbl-atoms?
|
|
15
|
+
|
|
16
|
+
Runtime atom package for Tigrbl stages, phases, typed contexts, event anchors, protocol execution, and composable pipeline algebra.
|
|
17
|
+
|
|
18
|
+
## Why use tigrbl-atoms?
|
|
19
|
+
|
|
20
|
+
Use it when you need this foundational Tigrbl layer directly as a small, focused dependency.
|
|
21
|
+
|
|
22
|
+
## When should I install tigrbl-atoms?
|
|
23
|
+
|
|
24
|
+
Install it for extension packages, package-local tests, or internals that need this boundary without the whole facade.
|
|
25
|
+
|
|
26
|
+
## Who is tigrbl-atoms for?
|
|
27
|
+
|
|
28
|
+
Framework maintainers, extension authors, and advanced users composing Tigrbl from split packages.
|
|
29
|
+
|
|
30
|
+
## Where does tigrbl-atoms fit?
|
|
31
|
+
|
|
32
|
+
`tigrbl-atoms` lives at `pkgs/core/tigrbl_atoms` and serves a focused layer in the split Tigrbl framework.
|
|
33
|
+
|
|
34
|
+
## How does tigrbl-atoms work?
|
|
35
|
+
|
|
36
|
+
It owns a narrow layer in the split workspace and is consumed by higher-level packages through explicit dependencies.
|
|
37
|
+
|
|
38
|
+
## Certification Status
|
|
39
|
+
|
|
40
|
+
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
41
|
+
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
42
|
+
- Release evidence: [publish workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml) validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
|
|
43
|
+
- Local certification guard: `pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py` verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, `LICENSE`, and `NOTICE`.
|
|
44
|
+
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
45
|
+
|
|
46
|
+
## Install
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
uv add tigrbl-atoms
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
pip install tigrbl-atoms
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Surface Coverage
|
|
57
|
+
|
|
58
|
+
| Surface | Value |
|
|
59
|
+
|---|---|
|
|
60
|
+
| PyPI package | [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/) |
|
|
61
|
+
| Repository path | [`pkgs/core/tigrbl_atoms`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_atoms) |
|
|
62
|
+
| Python import root | `tigrbl_atoms` |
|
|
63
|
+
| Console scripts | none declared |
|
|
64
|
+
| Entry points | none declared |
|
|
65
|
+
| Optional extras | none declared |
|
|
66
|
+
| Legal files | `LICENSE`, `NOTICE` |
|
|
67
|
+
| Supported Python | `3.10 | 3.11 | 3.12 | 3.13 | 3.14` |
|
|
68
|
+
|
|
69
|
+
## What It Owns
|
|
70
|
+
|
|
71
|
+
`tigrbl-atoms` owns the `foundational framework package` boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.
|
|
72
|
+
|
|
73
|
+
Implementation orientation:
|
|
74
|
+
- `tigrbl_atoms`: _ctx, _opview_helpers, _request, algebra, atoms/, events, fallback, phases, protocol_runtime, runtime_callbacks, runtime_channel, runtime_transactions
|
|
75
|
+
|
|
76
|
+
## Public API and Import Surface
|
|
77
|
+
|
|
78
|
+
- Import roots: `tigrbl_atoms`.
|
|
79
|
+
- Public symbols: `EGRESS_PHASES`, `EdgeTarget`, `ErrorCtx`, `HANDLER_PHASES`, `HookPhase`, `HookPhases`, `HookPredicate`, `INGRESS_PHASES`, `PHASE_SEQUENCE`, `PhaseTreeEdge`, `PhaseTreeNode`, `StepFn`.
|
|
80
|
+
- Workspace dependencies: [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/), [`tigrbl-ops-olap`](https://pypi.org/project/tigrbl-ops-olap/), [`tigrbl-ops-realtime`](https://pypi.org/project/tigrbl-ops-realtime/), [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-typing`](https://pypi.org/project/tigrbl-typing/).
|
|
81
|
+
- External runtime dependencies: `jinja2>=3.1`, `sqlalchemy>=2.0`, `typing-extensions>=4.0`.
|
|
82
|
+
|
|
83
|
+
## Usage Examples
|
|
84
|
+
|
|
85
|
+
### Verify the installed package
|
|
86
|
+
|
|
87
|
+
```bash
|
|
88
|
+
python -m pip show tigrbl-atoms
|
|
89
|
+
python - <<'PY'
|
|
90
|
+
from importlib.metadata import version
|
|
91
|
+
print(version("tigrbl-atoms"))
|
|
92
|
+
PY
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
### Import the package boundary
|
|
96
|
+
|
|
97
|
+
```python
|
|
98
|
+
import importlib
|
|
99
|
+
|
|
100
|
+
module = importlib.import_module("tigrbl_atoms")
|
|
101
|
+
print(module.__name__)
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Import a public symbol
|
|
105
|
+
|
|
106
|
+
```python
|
|
107
|
+
from tigrbl_atoms import EGRESS_PHASES
|
|
108
|
+
|
|
109
|
+
print(EGRESS_PHASES)
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
### Use with the facade when building applications
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
uv add tigrbl tigrbl-atoms
|
|
116
|
+
python - <<'PY'
|
|
117
|
+
import tigrbl
|
|
118
|
+
print(tigrbl.__name__)
|
|
119
|
+
PY
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
## How To Choose This Package
|
|
123
|
+
|
|
124
|
+
Choose `tigrbl-atoms` when the quick-answer table matches your use case. Choose [`tigrbl`](https://pypi.org/project/tigrbl/) instead when you want the full public facade. Choose a lower-level package such as [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-base`](https://pypi.org/project/tigrbl-base/), or [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/) when you are building framework extensions or testing a specific internal boundary.
|
|
125
|
+
|
|
126
|
+
## Related Packages
|
|
127
|
+
|
|
128
|
+
- [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/)
|
|
129
|
+
- [`tigrbl-ops-olap`](https://pypi.org/project/tigrbl-ops-olap/)
|
|
130
|
+
- [`tigrbl-ops-realtime`](https://pypi.org/project/tigrbl-ops-realtime/)
|
|
131
|
+
- [`tigrbl-core`](https://pypi.org/project/tigrbl-core/)
|
|
132
|
+
- [`tigrbl-typing`](https://pypi.org/project/tigrbl-typing/)
|
|
133
|
+
- [`tigrbl`](https://pypi.org/project/tigrbl/)
|
|
134
|
+
- [`tigrbl-base`](https://pypi.org/project/tigrbl-base/)
|
|
135
|
+
- [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/)
|
|
136
|
+
|
|
137
|
+
## Documentation Links
|
|
138
|
+
|
|
139
|
+
- [Workspace docs](https://github.com/tigrbl/tigrbl/blob/master/docs/README.md)
|
|
140
|
+
- [Package catalog](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_CATALOG.md)
|
|
141
|
+
- [Package layout](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_LAYOUT.md)
|
|
142
|
+
- [Current target](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_TARGET.md)
|
|
143
|
+
- [Current state](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_STATE.md)
|
|
144
|
+
- [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json)
|
|
145
|
+
- [Release workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml)
|
|
146
|
+
|
|
147
|
+
## Support
|
|
148
|
+
|
|
149
|
+
- Community: [Discord](https://discord.gg/K4YTAPapjR).
|
|
150
|
+
- Issues: [GitHub Issues](https://github.com/tigrbl/tigrbl/issues).
|
|
151
|
+
- Repository: [pkgs/core/tigrbl_atoms](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_atoms).
|
|
152
|
+
|
|
153
|
+
## Package-local Boundary
|
|
154
|
+
|
|
155
|
+
This README is the package-local distribution entry point for `tigrbl-atoms`. It answers install, usage, API, ownership, and certification-orientation questions for this package. Broader architectural decisions, release status, and cross-package proof chains remain in the repository-level docs and SSOT registry.
|
|
156
|
+
|
|
157
|
+
## License
|
|
158
|
+
|
|
159
|
+
Licensed under the Apache License, Version 2.0. See `LICENSE`, `NOTICE`, and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl-atoms"
|
|
3
|
-
version = "0.4.2.
|
|
3
|
+
version = "0.4.2.dev4"
|
|
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" }
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h1>tigrbl-atoms</h1>
|
|
3
|
-
<img src="https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png" alt="Tigrbl logo" width="140"/>
|
|
4
|
-
<p><strong>Runtime atom package for Tigrbl stages, phases, typed contexts, event anchors, protocol execution, and composable pipeline algebra.</strong></p>
|
|
5
|
-
<a href="https://pypi.org/project/tigrbl-atoms/"><img src="https://img.shields.io/pypi/v/tigrbl-atoms?label=PyPI" alt="PyPI version for tigrbl-atoms"/></a>
|
|
6
|
-
<a href="https://pypi.org/project/tigrbl-atoms/"><img src="https://static.pepy.tech/badge/tigrbl-atoms" alt="Downloads for tigrbl-atoms"/></a>
|
|
7
|
-
<a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_atoms/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_atoms/README.md.svg?label=hits" alt="Repository hits for tigrbl-atoms README"/></a>
|
|
8
|
-
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
|
|
9
|
-
<a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20to%203.15-3776ab" alt="Python requirement for tigrbl-atoms"/></a>
|
|
10
|
-
<a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-core-1f6feb" alt="Workspace group for tigrbl-atoms"/></a>
|
|
11
|
-
</div>
|
|
12
|
-
|
|
13
|
-
## Install
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
uv add tigrbl-atoms
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
```bash
|
|
20
|
-
pip install tigrbl-atoms
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## What It Owns
|
|
24
|
-
|
|
25
|
-
`tigrbl-atoms` owns the atoms boundary inside the split Python workspace. Key implementation roots include `tigrbl_atoms` with `_ctx, _opview_helpers, _request, algebra, atoms/, events`.
|
|
26
|
-
|
|
27
|
-
## Use It When
|
|
28
|
-
|
|
29
|
-
Use `tigrbl-atoms` when you want this subsystem directly as a package boundary instead of consuming it only through the top-level `tigrbl` facade.
|
|
30
|
-
|
|
31
|
-
## Public Surface
|
|
32
|
-
|
|
33
|
-
- `tigrbl_atoms` exposes `import_module, Any, rust_atoms_enabled, register_rust_atom, register_rust_callback, register_rust_hook, PHASE_SEQUENCE, INGRESS_PHASES`.
|
|
34
|
-
|
|
35
|
-
## Internal Layout
|
|
36
|
-
|
|
37
|
-
- Workspace path: `pkgs/core/tigrbl_atoms`.
|
|
38
|
-
- Package class: `core framework package`.
|
|
39
|
-
- Python requirement: `>=3.10,<3.15`.
|
|
40
|
-
- `tigrbl_atoms` modules: `_ctx, _opview_helpers, _request, algebra, atoms/, events, fallback, phases, protocol_runtime, runtime_callbacks`.
|
|
41
|
-
|
|
42
|
-
## Dependency Surface
|
|
43
|
-
|
|
44
|
-
- Workspace package dependencies: [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/), [`tigrbl-ops-olap`](https://pypi.org/project/tigrbl-ops-olap/), [`tigrbl-ops-realtime`](https://pypi.org/project/tigrbl-ops-realtime/), [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-typing`](https://pypi.org/project/tigrbl-typing/).
|
|
45
|
-
- External runtime dependencies: `jinja2>=3.1`, `sqlalchemy>=2.0`, `typing-extensions>=4.0`.
|
|
46
|
-
- Optional extras: none declared.
|
|
47
|
-
|
|
48
|
-
## Related Packages
|
|
49
|
-
|
|
50
|
-
- [`tigrbl`](https://pypi.org/project/tigrbl/)
|
|
51
|
-
- [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/)
|
|
52
|
-
- [`tigrbl-ops-olap`](https://pypi.org/project/tigrbl-ops-olap/)
|
|
53
|
-
- [`tigrbl-ops-realtime`](https://pypi.org/project/tigrbl-ops-realtime/)
|
|
54
|
-
- [`tigrbl-core`](https://pypi.org/project/tigrbl-core/)
|
|
55
|
-
- [`tigrbl-typing`](https://pypi.org/project/tigrbl-typing/)
|
|
56
|
-
|
|
57
|
-
## Canonical Repository Docs
|
|
58
|
-
|
|
59
|
-
- `docs/README.md`
|
|
60
|
-
- `docs/conformance/CURRENT_TARGET.md`
|
|
61
|
-
- `docs/conformance/CURRENT_STATE.md`
|
|
62
|
-
- `docs/conformance/NEXT_STEPS.md`
|
|
63
|
-
- `docs/governance/DOC_POINTERS.md`
|
|
64
|
-
- `docs/developer/PACKAGE_CATALOG.md`
|
|
65
|
-
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
66
|
-
|
|
67
|
-
## Package-local Boundary
|
|
68
|
-
|
|
69
|
-
This file is a package-local distribution entry point.
|
|
70
|
-
Use this page for package installation and boundary orientation. Repository governance, conformance state, target status, and release evidence remain governed from `docs/` and `.ssot/`.
|
|
71
|
-
|
|
72
|
-
## License
|
|
73
|
-
|
|
74
|
-
Licensed under the Apache License, Version 2.0. See `LICENSE` and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.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
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/error_project.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/precommit_validate.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/prepare_execute.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/batch/reject_admission.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/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.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dep/_param_resolver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dispatch/binding_match.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dispatch/binding_parse.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dispatch/input_normalize.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/dispatch/op_resolve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/envelope_apply.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/headers_apply.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/egress/http_finalize.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/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.2.dev3 → tigrbl_atoms-0.4.2.dev4}/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.2.dev3 → tigrbl_atoms-0.4.2.dev4}/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
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/ingress/input_prepare.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/ingress/transport_extract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/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.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/resolve/paired_gen.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/negotiate.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/negotiation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/response/templates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/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.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_aggregate.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_append_chunk.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_create.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_delete.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_merge.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_replace.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_bulk_update.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_checkpoint.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_create.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_custom.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_delete.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_download.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_exists.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/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.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_persistence.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_publish.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_replace.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_send_datagram.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_subscribe.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_update.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/sys/handler_upload.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/transport/__init__.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/transport/sink_bind.py
RENAMED
|
File without changes
|
{tigrbl_atoms-0.4.2.dev3 → tigrbl_atoms-0.4.2.dev4}/tigrbl_atoms/atoms/transport/unit_capture.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
|