yoeo / optimove

This library allows you to quickly and easily use the Optimove Web API v3 via Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimove

PyPI version Build Status Coverage Status

This library allows you to quickly and easily use the Optimove Web API v3 via Python

Installation

Install package

python setup.py install

Quick start

Create a new client

from optimove.client import Client
client = Client('username', 'password')

Or

from optimove.client import Client
client = Client()
client.general.login('username', 'password')

Test

Tests are available in tests/ folder, before to run them, you should install responses. This package is used to bind the HTTP call to Optimove API.

The fixture used for the tests are from the documentation provided by Optimove

Requirements

python setup.py test

Usage

Roadmap

How to contribute

Troubleshooting

About

About

This library allows you to quickly and easily use the Optimove Web API v3 via Python

License:MIT License


Languages

Language:Python 100.0%