Installation
How to install the Python SDK
The AudienceLab Python SDK is distributed via PyPI, making it easy to install with pip
.
pip install audiencelab-python-sdk
Once installed, you can import it in your Python code:
from audiencelab_python_sdk import Client, UserData, RegisterUser, FetchToken, RetentionData, PurchaseData, AdData, AppEvent
Ensure you’re using Python 3.7 or higher for full compatibility.