Skip to content

Overview

The Kelvin SDK client provides a Python 3 object wrapper for the Kelvin REST API, mapping the JSON data structures provided by the Kelvin API into Python objects.

This tool is licensed under the SDK and API Agreement to provide developers and data-scientists access to the Kelvin API and platform.

Installation

The Kelvin SDK Client package is part of KICS and therefore accessible through the KICS installation. It can also be installed separately, for Python 3.7+, using pip:

$ pip3 install kelvin-sdk-client

You can use kelvin client to explore the API. (see the KSDK Documentation).

  $ kelvin client
    >>> client
    Client(url='https://example.kelvininc.com')

API Reference

You can find the full API SDK reference here