Python SDK
Python SDK for API integration
Overview
Python SDK for ComradeCircle.
PyPI Package
- Package:
comradecircle-sdk
Installation
pip install comradecircle-sdk
Repository
- GitHub: comradecircle-sdk-python
Usage
from comradecircle_sdk import ComradeCircleClient
client = ComradeCircleClient(
api_key=os.getenv("COMRADECIRCLE_API_KEY")
)
Features
- Async/await support
- Type hints
- GraphQL client
- Authentication helpers