Metadata-Version: 2.1
Name: naver_sens_client
Version: 0.0.1
Summary: NAVER SENS CLIENT
Home-page: https://github.com/santutu/NaverSensClient
Author: santutu
Author-email: santutu@naver.com
License: UNKNOWN
Description: #NAVER SENS CLIENT
        
        ##Install
        <pre>
        pip install 
        </pre>
        
        ##Usage
        <pre><code>
        sens_client = SensClient(service_id, secret_key, access_key_id)
        
        response = sens_client.send_sms(to_mobile_number, content, from_mobile_number)
        
        print(response.status_code)
        print(response.content.decode('utf-8'))
        </code></pre>
        
        
        ##More detail
        [Naver Sens API DOCUMENT/KR-KO](https://sens.ncloud.com/assets/html/docs/index.html?url=https://api-sens.ncloud.com/docs/openapi/ko)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
