Skip to content

Releases: pavancharak/parmana

Parmana Python SDK v1.0.0

Choose a tag to compare

@pavancharak pavancharak released this 01 Jul 02:17

Parmana Python SDK v1.0.0

First public release of the official Parmana Python SDK.

Highlights

  • Official Python SDK for Parmana Runtime
  • Execute Business Transactions
  • Verify Execution Trust Records
  • Replay Business Transactions
  • Generate Execution Receipts
  • Retrieve Execution Trust Records
  • List Business Transactions
  • Automatic serialization and deserialization
  • Typed Python domain models
  • Production-ready HTTP transport
  • Published on PyPI

Installation

python -m pip install parmana

Quick Start

from parmana import ParmanaClient

client = ParmanaClient(
    endpoint="http://localhost:3000",
)

Version

  • Python SDK v1.0.0