kan-fun / kan-sdk-python

Kan SDK for Python 🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Kan SDK

pip install kan-sdk

Quick Start

import kan_sdk

# Get AccessKey and SecretKey from http://www.mlflow.org.cn/
AccessKey = 'XXXXXX'
SecretKey = 'XXXXXX'

kan = kan_sdk.Client(AccessKey, SecretKey)
kan.email(topic='topic', msg='msg')

About

Kan SDK for Python 🤖


Languages

Language:Python 100.0%