Metadata-Version: 1.0
Name: twilio_thinQLCR_python
Version: 0.1
Summary: Twilio Wrapper Library For thinQ LCR integration.
Home-page: https://github.com/harouf/twilio-thinQLCR-python
Author: Fujio Harou
Author-email: harouf@outlook.com
License: MIT
Description: twilio-thinQLCR-python, Twilio Wrapper Python Library For thinQ LCR integration
        =========================================================================
        
        **Note that you will need a valid LCR Account with thinQ before using the libraries. For more information please contact your thinQ Sales representative at http://www.thinq.com/library/**
        ----------------------------------------------------------------------------------------------------------------
        
        To use (with caution), simply do::
        
            >>> from twilio_thinQLCR_python import TwilioWrapper
            >>> wrapper = TwilioWrapper(twilio_account_sid, twilio_auth_token, thinQ_id, thinQ_token)
            >>> print "Call sid: " + str(wrapper.call("1234567890", "9876543210"))
Keywords: twilio thinq wrapper
Platform: UNKNOWN
