Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for AssetHandler.

PyPI Package

  • Package: assethandler-sdk

Installation

pip install assethandler-sdk

Repository

Usage

from assethandler_sdk import AssetHandlerClient

client = AssetHandlerClient(
api_key=os.getenv("ASSETHANDLER_API_KEY")
)

Features

  • Async/await support
  • Type hints
  • GraphQL client
  • Authentication helpers