Official Python SDK for Customer.io's Data Pipelines (CDP), enabling event tracking, identify calls, and real-time data ingestion. Version 0.0.2 (last updated 2025-03-17) requires Python >=3.6. Designed for server-side and backend integration.
pip install customerio-cdp-analyticsVerified import paths — ran on the pinned version, not inferred.
Initialize client with site ID and API key, then call identify() and track().
Use 'from customerio import CustomerIOClient' instead of 'from customerio_cdp_analytics import ...'.
Replace 'from customerio import CIO' with 'from customerio import CustomerIOClient' and adjust method calls (e.g., 'cio.track()' instead of 'tracker.track()').
No dependency data recorded yet.