Skip to main content

Python package for the Nyckel API

Project description

Nyckel

Python package for www.nyckel.com

build test PyPi version

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.50.tar.gz (128.5 kB view hashes)

Uploaded Source

Built Distribution

nyckel-0.0.50-py3-none-any.whl (23.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page