Bind AMQP / RabbitMQ publishes to the AlgoVoi keystone -- wrap any pika channel and every publish gets a content-addressed execution_ref (keystone-only edition, Apache-2.0)
Project description
algovoi-keystone-amqp
Bind AMQP / RabbitMQ publishes to the AlgoVoi keystone -- every publish on a wrapped pika channel gets a content-addressed execution_ref. Open, keystone-only edition, Apache-2.0. Byte-compatible with algovoi-execution-ref.
Available on request -- see https://docs.algovoi.co.uk/keystone-connectors
from algovoi_keystone_amqp import keystone_channel
ch = keystone_channel(channel, decision_ref="sha256:...")
ch.basic_publish(exchange="orders", routing_key="created", body=payload)
ch.execution_ref # binds that publish (scope = exchange/routing_key) to the keystone decision
Wraps basic_publish; everything else (queue_declare, basic_consume, ...) passes through. A failed
publish is recorded FAILED. No pika dependency -- wraps any channel exposing basic_publish. Or
compute standalone with amqp_execution_ref(...).
A failed operation is recorded with outcome FAILED; tamper_detected(...) recomputes any
binding offline.
Keystone-only edition
The open edition binds and verifies each operation. The signed, hash-linked chain of operations (PQC + CCC ingest) is the commercial tier.
License
Apache-2.0. Copyright AlgoVoi.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file algovoi_keystone_amqp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: algovoi_keystone_amqp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6ea650171c47b1996d48fdb69261d986466451340571a1f9610b7995efac670
|
|
| MD5 |
d85d380dc98a5f2f6d202a3aed915963
|
|
| BLAKE2b-256 |
059d4f48e9094e9811043baaddd1c5d58ac3ec7ed734b274d2240b786252a0ea
|