Metadata-Version: 2.1
Name: klaviyo-sdk
Version: 1.0.7.20220329
Summary: Klaviyo Python SDK
Home-page: https://github.com/klaviyo/klaviyo-python-sdk
Author: Klaviyo Developers
Author-email: developers@klaviyo.com
Project-URL: API Docs, https://developers.klaviyo.com/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

A Python library for Klaviyo's API

## NEW API + SDK

NOTE: we have a python SDK to go along with our new API.

We recommend migrating over to our [newest SDK](https://github.com/klaviyo/klaviyo-api-python).

You can read more about our SDK release history and support [here](https://developers.klaviyo.com/en/docs/sdk_overview)

For a comparison between our old and new APIs, check out [this guide](https://developers.klaviyo.com/en/docs/apis_comparison_chart).

## Installation

You can install this library using the `pip` tool.

Depending on your system configuration, you will need to run the following shell command:

`pip install klaviyo-sdk`

OR 

`pip3 install klaviyo-sdk`

## Import

To import this package, run the following Python command:

`import klaviyo_sdk`

## Using this Library

Documentation specific to this library can be found [here](https://github.com/klaviyo/klaviyo-python-sdk)

## Using the Klaviyo API

Documentation for Klaviyo's API can be found [here](https://developers.klaviyo.com/)

NOTE: sample API calls featured in the API docs do NOT use this library or others; rather, they make outright HTTP calls.

## Setting up a Klaviyo Account

Sign up for a free Klaviyo account [here](https://www.klaviyo.com/)



