Python package for the Nyckel API
Project description
Nyckel
Python package for www.nyckel.com
Usage
Retrieve client_id
and client_secret
from https://www.nyckel.com/console/keys
from nyckel import OAuth2Renewer, TextClassificationFunction, TextClassificationSample
user = OAuth2Renewer(client_id=<CLIENT_ID>, client_secret=<CLIENT_SECRET>)
my_func = TextClassificationFunction.new('Example function name', user)
my_func.create_samples([TextClassificationSample(data="hello Nyckel")])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nyckel-0.0.52.tar.gz
(128.6 kB
view hashes)
Built Distribution
nyckel-0.0.52-py3-none-any.whl
(23.4 kB
view hashes)