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

Uploaded Python 3Windows x86-64

libveritas-0.2.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

libveritas-0.2.0-py3-none-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file libveritas-0.2.0-py3-none-win_amd64.whl.

File metadata

  • Download URL: libveritas-0.2.0-py3-none-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for libveritas-0.2.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 aa54ae311384a7d607162581073ab4a2fb1a0cb0a8a25844b2a7060ac47542ac
MD5 f3f556ea4c39393f24ac4e6887ef1689
BLAKE2b-256 4398e0a240bfa82bbed801b27b54139662c75e116f561cb29167b5e0ea7ad66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.2.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc52972cc70470c49ac30d3c5abf565e8dd240b3785c463cb357460fc2cf973f
MD5 a8c70aad0468880289b1f876b2d6d4d8
BLAKE2b-256 749875446a4753c9666544125c4e9f1896c0ae8d22f473415a84feb36b55e35c

See more details on using hashes here.

File details

Details for the file libveritas-0.2.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for libveritas-0.2.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c3369fd3c579dfd9ec4f1e3bab49af0ce7738ff987d11e00b9bc042ba766c24
MD5 f8f0015489666de8501251d8c1d29306
BLAKE2b-256 e6a6b728ae9e1c6d74af473f4f6a519708cc5690a98d446c8ebc4ad80d1a66c7

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