Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 1.13 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.13 KB

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