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 request in JSON format.
Tested with Python 2.7.x but it should work with 2.6.x also.
Installing with pip:
pip install sailthru-client
nosetests -v