Metadata-Version: 2.1
Name: klaviyo-sdk
Version: 1.0.6.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/en/reference/api-overview
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

## 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/en/reference/api-overview)

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/)



