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

Uploaded Python 3Windows x86-64

libveritas-0.1.2-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.1.2-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.1.2-py3-none-win_amd64.whl.

File metadata

  • Download URL: libveritas-0.1.2-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.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 f76f719029694100e8965e84a2b437b948e94194914c2e23a4c07938da371641
MD5 2574cfdfffa00f934ca0a6621bf880b9
BLAKE2b-256 7c810f4e76ed40ff157d66dea71fe9dea642476213030fd430fe908ad029a782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.1.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a519604dee03263d2905759b86dd9cf33701d2d5411b54ee9dcefd36a4672a91
MD5 0965b129bdc07b3ae0e20a2c3837f101
BLAKE2b-256 e82784e4b33591833e99a68216951a8a85dffa1735077ec41beb54613f25dfa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.1.2-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8ebf1d2b72d4aa02b2e9df3a536a8af73990614a09eabcc88b4fb266c32994b
MD5 804ea1727ef7021aeffc9512fdeeb1b4
BLAKE2b-256 761c098a6f449c0bf39f534ea1078e54cbeba338962ee622d6ae08c7dcf4b263

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