A Python wrapper around Sift API. Currently supports Python 2.7.11 and Python 3.5.1.
From the repository
python setup.py install
From pip
pip install siftapi
import siftapi
sift = siftapi.Sift(API_KEY, API_SECRET)
python setup.py test
Test cases are written in tests
folder.
Files required for test cases:
sensitive.py
- File containing your API_SECRET and API_KEY. An example file,sensitive.py.example
can be found in the directorytest.eml
- A test.eml
file to be sent for parsing
Documentation for the SDK can be found here.
Changelog can be found here.