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