Skip to content

agent8/sift-python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sift Python SDK

A Python wrapper around Sift API. Currently supports Python 2.7.11 and Python 3.5.1.

Installation

From the repository

python setup.py install

From pip

pip install siftapi

Usage

import siftapi

sift = siftapi.Sift(API_KEY, API_SECRET)

Testing

python setup.py test

Test cases are written in tests folder.

Files required for test cases:

  1. sensitive.py - File containing your API_SECRET and API_KEY. An example file, sensitive.py.example can be found in the directory
  2. test.eml - A test .eml file to be sent for parsing

Documentation

Documentation for the SDK can be found here.

Changelog

Changelog can be found here.