Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for GovCitizenHub.

PyPI Package

  • Package: govcitizenhub-sdk

Installation

pip install govcitizenhub-sdk

Repository

Usage

from govcitizenhub_sdk import GovCitizenHubClient

client = GovCitizenHubClient(
api_key=os.getenv("GOVCITIZENHUB_API_KEY")
)

Features

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