Python SDK
Python SDK for API integration
Overview
Python SDK for GGNomad.
PyPI Package
- Package:
ggnomad-sdk
Installation
pip install ggnomad-sdk
Repository
- GitHub: ggnomad-sdk-python
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