This library allows you to quickly and easily use the Optimove Web API v3 via Python
Project description
# Optimove
[](https://travis-ci.org/nicolasramy/optimove) [](https://coveralls.io/github/nicolasramy/optimove?branch=master)
This library allows you to quickly and easily use the Optimove Web API v3 via Python
## Installation
### Requirements
[requests](docs.python-requests.org/en/latest/index.html)
see `requirements.txt` for more details
### Install package
` python setup.py install `
## Quick start
### Create a new client
`python from optimove.client import Client client = Client('username', 'password') ``
Or
`python 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](https://github.com/getsentry/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
[responses](https://github.com/getsentry/responses)
` python setup.py test `
## Usage
## Roadmap
## How to contribute
## Troubleshooting
## About
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file optimove-1.0.tar.gz.
File metadata
- Download URL: optimove-1.0.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22c7734d0cae935144c718a9cc0cf1b3e9e22c5862eb18d33cf2754058ca3d72
|
|
| MD5 |
46c713e8c7232c7a65fbb2393525a66b
|
|
| BLAKE2b-256 |
ff6da8fded3fce7f2015e182f08cb21afe59c1e8acb04899121bff0d261219ba
|