clova-cek-sdk-python icon indicating copy to clipboard operation
clova-cek-sdk-python copied to clipboard

SDK of the Clova CEK for Python

Clova Extension Kit SDK for Python

PyPI

This is a python library to simplify the use of the Clova Extensions Kit 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