/sailthru-python-client

Python client for Sailthru

Primary LanguagePythonMIT LicenseMIT

sailthru-python-client

For installation instructions, documentation, and examples please visit: http://getstarted.sailthru.com/developers/api-libraries/python

A simple client library to remotely access the Sailthru REST API as per http://getstarted.sailthru.com/api

Python binding for Sailthru API based on Requests

It will make requests in JSON format.

Tested with Python 2.7.x but it should work with 2.6.x also.

Installation (Tested with Python 2.7.x)

Installing with pip:

pip install sailthru-client

Running tests

nosetests -v