Python SDK
Python SDK for API integration
Overview
Python SDK for EventfullyManaged.
PyPI Package
- Package:
eventfullymanaged-sdk
Installation
pip install eventfullymanaged-sdk
Repository
- GitHub: eventfullymanaged-sdk-python
Usage
from eventfullymanaged_sdk import EventfullyManagedClient
client = EventfullyManagedClient(
api_key=os.getenv("EVENTFULLYMANAGED_API_KEY")
)
Features
- Async/await support
- Type hints
- GraphQL client
- Authentication helpers