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.dev20260407165216-py3-none-win_amd64.whl (2.1 MB view details)

Uploaded Python 3Windows x86-64

libveritas-0.0.0.dev20260407165216-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.dev20260407165216-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.dev20260407165216-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260407165216-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 49566f7ac93ba252839eff47f50051522cc71f1338f2e1352f37b4cbe5b4983b
MD5 e134f496721954ae202006dd423bd092
BLAKE2b-256 96ec0cf773e3140f852f41b2c0f680125f5ed1fc3e75afb80adb8b77d85b2b4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260407165216-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 330d903d8b7fb36db7ac815f1a0b79cda450f0fd0fb99f72c3936f9fdec87483
MD5 a0b9b5e42f2baf49681f6734d5157d6e
BLAKE2b-256 a41ffc0dcfc0f1dac03c50cd53ba98f99e7fc2390765319e1ad6b5b410791a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260407165216-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b7a6526672fb812af107efdc639f1fd56726bb14635a8cac9904b19e2e77899
MD5 9677ed10de13dba063a029fe28286a30
BLAKE2b-256 3e8c89ffe29d5943c38a946930d4d511f5c5cf447a5b5eac13cf627638dea713

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