Bind Google Cloud Storage object writes to the AlgoVoi keystone -- wrap any GCS blob and every upload / delete gets a content-addressed execution_ref (keystone-only edition, Apache-2.0)
Project description
algovoi-keystone-gcs
Bind Google Cloud Storage object writes to the AlgoVoi keystone -- every upload / delete on a wrapped blob 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_gcs import keystone_blob
blob = keystone_blob(bucket.blob("2026/r1.json"), decision_ref="sha256:...")
blob.upload_from_string(data)
blob.execution_ref # binds that write (scope = bucket/name) to the keystone decision
Wraps upload_from_string / upload_from_file / upload_from_filename / delete; reads
(download_*, exists, ...) pass through untouched. A failed write is recorded FAILED. No
google-cloud-storage dependency. Or compute standalone with gcs_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_gcs-0.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: algovoi_keystone_gcs-0.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 390.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f2a5349533a542db97ce0dabc11bf1628462e71f08b7debbf238832e6107043
|
|
| MD5 |
e8571d60c87926b6a24d060eb2144682
|
|
| BLAKE2b-256 |
f2e0784c9f84442dd82b76e7ca7f989679fb920b5accded62c6e03697ff62ca0
|