Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
pendo
An unofficial Python HTTP client for Pendo.
Features
- Server Side Track Events
Requirements
Python 3.9+
Installation
pip install pendo
Usage
Server Side Track Events
A Pendo Admin can access the pendo_integration_key in your app settings via: Subscription Settings > Choose your App > App Details.
from pendo import Pendo
client = Pendo(pendo_integration_key="<YOUR_INTEGRATION_KEY>")
response = client.track({
"event": "MyEvent",
"visitorId": "00000-0000-0000-0000",
"accountId": "11111-1111-1111-1111",
"timestamp": int(time.time() * 1000),
})
assert response.status_code == 200
Contributing
Read the contributing guide.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pendo-0.0.5.tar.gz
(10.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pendo-0.0.5-py3-none-any.whl
(5.1 kB
view details)
File details
Details for the file pendo-0.0.5.tar.gz.
File metadata
- Download URL: pendo-0.0.5.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dec1f6747df5bfad6a4e3be1fbc6642261acc573cb71bea6e4cfd8561040318
|
|
| MD5 |
fb2efd6f38023f903c1060acccf93eab
|
|
| BLAKE2b-256 |
277751e2aad8fdf446dde6caf32869586f8d6a764f1790ae3ec72756f7cecfcc
|
File details
Details for the file pendo-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pendo-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b197d4676da55197c0de6745039665e59578859f02b6b83e919b962cd8e7e6d3
|
|
| MD5 |
5831593fcf2a43ed9f1765457adf4964
|
|
| BLAKE2b-256 |
307b0cac489998f60625961b06ef144d971fe457e78e5d9abe584ad8556a7b3d
|