Skip to main content

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

Project description

PyPI version Build Status Coverage Status

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

Installation

Requirements

see requirements.txt for more details

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

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

optimove-1.0.0b3.tar.gz (19.4 kB view hashes)

Uploaded Source

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