Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/line/clova-cek-sdk-python
SDK of the Clova CEK for Python
https://github.com/line/clova-cek-sdk-python
cek-sdk clova clova-extension-kit line python
Last synced: 15 days ago
JSON representation
SDK of the Clova CEK for Python
- Host: GitHub
- URL: https://github.com/line/clova-cek-sdk-python
- Owner: line
- License: apache-2.0
- Archived: true
- Created: 2018-07-10T09:17:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T22:50:00.000Z (over 1 year ago)
- Last Synced: 2024-09-17T03:36:05.817Z (about 2 months ago)
- Topics: cek-sdk, clova, clova-extension-kit, line, python
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 19
- Watchers: 44
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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] — **most recently tagged version of the API documentation.**
* [**LATEST**][docs-latest-url] — *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/