Metadata-Version: 1.0
Name: DelightedPython
Version: 0.0.1.2
Summary: Python wrapper for the Delighted API
Home-page: http://pypi.python.org/pypi/DelightedPython/
Author: Testive, Inc
Author-email: lee@testive.com
License: LICENSE.txt
Description: ================
        Delighted Python
        ================
        
        Python wrapper for the `Delighted API <https://delightedapp.com/docs/api>`_.
        
        Getting started is easy!::
        
            from delighted import Delighted
        
            ## Initialize with API Key
            client = Delighted('<your_api_key_here>')
        
          	## Get a list of all survey responses
          	responses = client.survey_responses.get()
        
Platform: UNKNOWN
