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

Uploaded Python 3Windows x86-64

libveritas-0.1.4-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.1.4-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.1.4-py3-none-win_amd64.whl.

File metadata

  • Download URL: libveritas-0.1.4-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.1.4-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 9a960405feca9ad089893f27dada7158e4667dc9bb834a4b6707056b03c432d7
MD5 210adcb3f867e1dd501e1bd2fbc2c1c8
BLAKE2b-256 f70ed60079518a43163b0d455aba1282e1bad87a484fc2adf6cae567de07ce81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.1.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c20aab618fb097b51a5171fb8e4f6cef8cf43dce90350fd95124385ec866aba9
MD5 fdc9aa3608e9e6363843adc592369e16
BLAKE2b-256 e48006be2b62d243879b7cddecc07a8957728637bdea8c750d457c976fe72b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.1.4-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e466033efae9caa3643db875f007ffb35cbe48779a41e430dd2ac333044ca6bc
MD5 87922b64fea41d91df241bbcb8fe807d
BLAKE2b-256 4b803dac3c9eeca9b5f2523979163bdfe63239c5ef0b63c0ba301bc447f159d8

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