Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for EventfullyManaged.

PyPI Package

  • Package: eventfullymanaged-sdk

Installation

pip install eventfullymanaged-sdk

Repository

Usage

from eventfullymanaged_sdk import EventfullyManagedClient

client = EventfullyManagedClient(
api_key=os.getenv("EVENTFULLYMANAGED_API_KEY")
)

Features

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