Python SDK
Python SDK for API integration
Overview
Python SDK for TheCulturePost.
PyPI Package
- Package:
theculturepost-sdk
Installation
pip install theculturepost-sdk
Repository
- GitHub: theculturepost-sdk-python
Usage
from theculturepost_sdk import TheCulturePostClient
client = TheCulturePostClient(
api_key=os.getenv("THECULTUREPOST_API_KEY")
)
Features
- Async/await support
- Type hints
- GraphQL client
- Authentication helpers