Skip to main content

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


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)

Uploaded Source

Built Distribution

braze_sdk-1.0.1-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page