Metadata-Version: 2.1
Name: clova-cek-sdk
Version: 1.1.1
Summary: Python Micro SDK for the Clova Extension Kit
Home-page: https://github.com/line/clova-cek-sdk-python/
Author: LINE Corp.
Author-email: dl_pypi@linecorp.com
License: Apache License 2.0
Description: # Clova Extension Kit SDK for Python
        
        [![PyPI](https://img.shields.io/pypi/v/clova-cek-sdk.svg)](https://pypi.python.org/pypi/clova-cek-sdk)
        [![][docs-stable-img]][docs-stable-url]
        [![][docs-latest-img]][docs-latest-url]
        
        This is a python library to simplify the use of the Clova Extensions Kit API.
        
        ## Documentation
        
        * [Clova Platform Guide](https://clova-developers.line.me/guide/)
        * [**STABLE**][docs-stable-url] &mdash; **most recently tagged version of the API documentation.**
        * [**LATEST**][docs-latest-url] &mdash; *in-development version of the API documentation.*
        
        ## Installation
        
        ```
        pip install clova-cek-sdk
        ```
        
        ## Development
        
        ### Run Tests
        
        ```
        python -m unittest discover -s ./test -p 'test_*.py'
        ```
        
        ### Building docs locally
        
        #### Requirements
        
        ```
        pip install -e '.[docs]'
        ```
        
        #### Build
        
        ```
        sphinx-versioning build docs docs/_build/html
        ```
        
        [docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
        [docs-latest-url]: https://clova-cek-sdk-python.readthedocs.io/en/latest/
        
        [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
        [docs-stable-url]: https://clova-cek-sdk-python.readthedocs.io/en/stable/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Provides-Extra: docs
