Metadata-Version: 1.0
Name: python-intercom
Version: 0.2.7
Summary: Intercom API wrapper
Home-page: http://github.com/jkeyes/python-intercom
Author: John Keyes
Author-email: john@keyes.ie
License: MIT License
Description: Python-intercom is a Python wrapper for the Intercom API[1]. 
        Detailed documentation[2] is available on http://readthedocs.org.
        
        Typical usage:
        
            from intercom import Intercom
            Intercom.app_id = 'dummy-app-id'
            Intercom.api_key = 'dummy-api-key'
            
            from intercom import User
            for user in User.all():
                print user.email
        
        [1] http://docs.intercom.io/api
        [2] http://readthedocs.org/docs/python-intercom/
        
Keywords: Intercom crm python
Platform: UNKNOWN
