Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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

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 Distribution

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

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

Uploaded Python 3Windows x86-64

File details

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

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260318034250-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 4c1310056ee3de54c75deec254a0be6d6c27aa1b5c6b4c954a4c1daf5afea90f
MD5 56997e84baaafb15b93a989950c65bc0
BLAKE2b-256 b6186508e8e177cd375cb50aa9a1c1400d1f6a452689c835c26f9e80004dd611

See more details on using hashes here.

Release history Release notifications | RSS feed

0.4.3

3 files

0.4.2

3 files

0.4.0

3 files

0.3.3

3 files

0.3.2

3 files

0.3.1

3 files

0.3.0

3 files

0.2.0

3 files

0.1.4

3 files

0.1.3

3 files

0.1.2

3 files

0.1.1

3 files

0.1.0

3 files

This release

0.0.0.dev20260318034250 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page