clova-cek-sdk-python
clova-cek-sdk-python copied to clipboard
SDK of the Clova CEK for Python
Clova Extension Kit SDK for Python
This is a python library to simplify the use of the Clova Extensions Kit API.
Documentation
- Clova Platform Guide
- STABLE — most recently tagged version of the API documentation.
- LATEST — 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