Braze Python 3 SDK.
Project description
Braze Python SDK
SDK for Braze API
Requirements
Python 3.7.0
Goal
To provide a python API client for Braze API.
(More clients to be implemented)
Code sample
Adding custom attributes for external_ids.
(Dataframe has the following schema):
external_id, custom_attribute1, custom_attribute2………
import pandas as pd
df = pd.read_csv('test.csv')
u = UserDataClient(api_key='xxxxxxxxxxxxxx')
res = u.users_track(df)
res.text
Contributors
Paulo Kuong (@paulokuong)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
braze-sdk-1.0.1.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file braze-sdk-1.0.1.tar.gz
.
File metadata
- Download URL: braze-sdk-1.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62f86c4823dff048e947e8f2240ff030ee0f5b56a102f9e58f6b1e8aab734623 |
|
MD5 | acab3829ff4a10aae6c13e8a54378343 |
|
BLAKE2b-256 | 8330cbc23835d70353a01b586d6fd54c0636df424b2de1b7d0b2c6cca778da7e |
File details
Details for the file braze_sdk-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: braze_sdk-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc2695c5b083eb9b1046171e567e180665fb1fe8fb6e953a76b5cb12b11003aa |
|
MD5 | 6dce7974483ba97e285907ce62b9272d |
|
BLAKE2b-256 | c80bdcaae9589d534fea59c4e5fcde9c7939867de0db102effcbb2e8e8c9cca3 |