Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for ArtistryBase.

PyPI Package

  • Package: artistrybase-sdk

Installation

pip install artistrybase-sdk

Repository

Usage

from artistrybase_sdk import ArtistryBaseClient

client = ArtistryBaseClient(
api_key=os.getenv("ARTISTRYBASE_API_KEY")
)

Features

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