Releases: pavancharak/parmana
Releases · pavancharak/parmana
Release list
Parmana Python SDK v1.0.0
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 parmanaQuick Start
from parmana import ParmanaClient
client = ParmanaClient(
endpoint="http://localhost:3000",
)Version
- Python SDK v1.0.0