Python SDK (server api)
Quick start guide for the Ours Privacy Python SDK.
Ours Privacy Python SDK Documentation
This is a quick start guide for integrating the Ours Privacy Python SDK into your server-side applications.
Installation
Install the SDK via Pip:
pip install oursprivacy-client
For more details, visit the PyPi repository | Github Repo
Usage
Initialize the SDK and send events with just a few lines of code:
import oursprivacy_client
Explore the API
Want to see what the SDK can do? Try our Interactive API Explorer to experiment with endpoints and features in real time.
Updated 17 days ago