Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

braze-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braze-sdk

Braze Python 3 SDK.

  • 1.0.1
  • PyPI
  • Socket score

Maintainers
1

Braze Python SDK

SDK for Braze API

| SDK for Braze API.
| https://www.braze.com/docs/api/basics/
| https://github.com/paulokuong/braze

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.........

.. code:: python

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)

.. @pkuong: https://github.com/paulokuong

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc