Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for CosmicIntersection.

PyPI Package

  • Package: cosmicintersection-sdk

Installation

pip install cosmicintersection-sdk

Repository

Usage

from cosmicintersection_sdk import CosmicIntersectionClient

client = CosmicIntersectionClient(
api_key=os.getenv("COSMICINTERSECTION_API_KEY")
)

Features

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