Server-SidePython SDK
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-sdkOnce installed, you can import it in your Python code:
from audiencelab_python_sdk import Client, UserData, RegisterUser, FetchToken, RetentionData, PurchaseData, AdData, AppEventEnsure you’re using Python 3.7 or higher for full compatibility.