Easy Labs
SDKsPython

Python SDK

Easy Labs Python SDK (easy-sdk (pip)) — installation, quickstart, and API reference.

easylabs is the official Easy Labs SDK for Python. It wraps the full Easy Labs API — payments, subscriptions, invoicing, treasury, embedded checkout, and webhooks — behind a typed, namespaced Client. Responses come back as pydantic v2 models, so attribute access, validation, and model_dump() all work out of the box.

The SDK targets feature parity with @easylabs/node: identical resources, identical error hierarchy, identical webhook signature semantics. If you've written a JS integration, the Python one will look familiar — snake_case method names, keyword arguments, and pip-friendly distribution are the only real differences.

On this page