uich / clova-cek-sdk-python

SDK of the Clova CEK for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SDK of the Clova CEK for Python

License:Apache License 2.0


Languages

Language:Python 99.1%Language:Shell 0.9%