Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for ProServiceWorld.

PyPI Package

  • Package: proserviceworld-sdk

Installation

pip install proserviceworld-sdk

Repository

Usage

from proserviceworld_sdk import ProServiceWorldClient

client = ProServiceWorldClient(
api_key=os.getenv("PROSERVICEWORLD_API_KEY")
)

Features

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