Metadata-Version: 1.0
Name: sbt-python-client
Version: 1.0.2
Summary: A python implementation of solutions by text REST API
Home-page: http://pypi.python.org/pypi/SolutionsByText
Author: Sijan Bhandari
Author-email: sijanonly@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: =====================================================================
        sbt-python-client: Wrapper for consuming `solutions by text REST API <https://www.solutionsbytext.com/api-support/api-documentation/>`_.
        =====================================================================
        
        SolutionsByText implements solutionsbytext REST API for python. Typical usage
        often looks like this::
        
                #!/usr/bin/env python
        
                from solutions_by_text import carrier
        
                carrier_object = carrier.CarrierLookUp(api_key='API_KEY', org_code='ORG_CODE', phone='PHONE_NUMBER')
                response = carrier_object.get()
        
Platform: UNKNOWN
