Skip to content

Calimero Python Client

A Python client SDK for Calimero Network, over a native Rust core (PyO3). Connect to a node, manage applications and contexts, move blobs, administer namespaces and groups, and call your app's methods over JSON-RPC — all from synchronous Python.

Get started

Install the package and make your first connect-and-call against a node. Install it →

Guides

Task guides: connecting, authentication and token persistence, contexts, applications and blobs, namespaces and groups. Browse the guides →

CLI

The bundled calimero-client-py command-line entry point. See the CLI →

The client talks to a Calimero node’s HTTP admin and JSON-RPC APIs. For the protocol those nodes implement — contexts, CRDT sync, namespaces and groups — see the Calimero Core docs.