Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for GGNomad.

PyPI Package

  • Package: ggnomad-sdk

Installation

pip install ggnomad-sdk

Repository

Usage

from ggnomad_sdk import GGNomadClient

client = GGNomadClient(
api_key=os.getenv("GGNOMAD_API_KEY")
)

Features

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