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 hashes)
Built Distribution
Close
Hashes for braze_sdk-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc2695c5b083eb9b1046171e567e180665fb1fe8fb6e953a76b5cb12b11003aa |
|
MD5 | 6dce7974483ba97e285907ce62b9272d |
|
BLAKE2b-256 | c80bdcaae9589d534fea59c4e5fcde9c7939867de0db102effcbb2e8e8c9cca3 |