Metadata-Version: 1.0
Name: sailthru-client
Version: 2.1.0
Summary: Python client for Sailthru API
Home-page: https://github.com/sailthru/sailthru-python-client
Author: Prajwal Tuladhar
Author-email: praj@sailthru.com
License: MIT License
Description: sailthru-python-client
        ====================
        
        
        For installation instructions, documentation, and examples please visit:
        [http://getstarted.sailthru.com/developers/api-libraries/python](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](http://getstarted.sailthru.com/developers/api)
        
        Python binding for [Sailthru API](http://getstarted.sailthru.com/api) based on [Requests](https://github.com/kennethreitz/requests)
        
        It will make request 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](http://www.pip-installer.org/):
        
            pip install sailthru-client
            
        ### Running tests
            nosetests -v
        
Keywords: sailthru api
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
