Skip to main content

Stateless verification for Bitcoin handles using the Spaces protocol

Project description

libveritas

Python bindings for libveritas — stateless verification for Bitcoin handles using the Spaces protocol.

Installation

pip install libveritas

Usage

from libveritas import Anchors, Veritas, QueryContext, Message

# Load trust anchors
anchors = Anchors.from_json(anchors_json_string)
veritas = Veritas(anchors)

print(f"Anchors: {veritas.oldest_anchor()} .. {veritas.newest_anchor()}")

# Build query context (empty = verify all handles)
ctx = QueryContext()

# Verify a message
msg = Message(message_bytes)
result = veritas.verify_message(ctx, msg)

# Inspect verified zones
for zone in result.zones():
    print(f"{zone.handle()} -> {zone.sovereignty()}")

# Get certificates
for cert in result.certificates():
    print(f"{cert.subject} [{cert.cert_type}]")

Building from source

Requires Rust and maturin:

pip install maturin
cd python
maturin develop

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

libveritas-0.0.0.dev20260325015035-py3-none-win_amd64.whl (2.0 MB view details)

Uploaded Python 3Windows x86-64

libveritas-0.0.0.dev20260325015035-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

libveritas-0.0.0.dev20260325015035-py3-none-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file libveritas-0.0.0.dev20260325015035-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260325015035-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 f0652bc9c20648618a637335c91b0c66ef8514c7d39134875959f7737f7b5134
MD5 80674f496a43c0479ce5af456d53aaa4
BLAKE2b-256 556f6aae6fecd265b410bbdbadd56121837558270cf51de71356fcd138d07910

See more details on using hashes here.

File details

Details for the file libveritas-0.0.0.dev20260325015035-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260325015035-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e860d984445fc73292d74122765bc08da3cad05a27363d654453c68800f35c0
MD5 b07bbae0603b1d0f3689690b9a807bce
BLAKE2b-256 ddfce678ef811d955971ac77993817822af67ae65e336f2e8684c46cea5e3731

See more details on using hashes here.

File details

Details for the file libveritas-0.0.0.dev20260325015035-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260325015035-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e3780aeb6b4e5a5124afa0871f3cb0902954dcff328a839a2c238ff41c3e7e7
MD5 68dcf7555a67bcbee86b7d2bda4fef31
BLAKE2b-256 e951f7bb077f871445578d3a1eb4404518d3c37ec78f4636cb57c1c384300ec3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page