Skip to content

Call Kelvin SDK from 3rd-Party code

Third party integration

The Kelvin-SDK features a third party interface that allows users to safely invoke the Kelvin-SDK's python code without having to resort to system calls. That can be achieved with proper python imports:

from kelvin.sdk.interface.app import app_create_from_parameters
result = app_create_from_parameters(.....)

Much like SDK's Kelvin-SDK-Client integration, Kelvin-SDK commands can be accessed in an IPython terminal:

Invoking Kelvin-SDK commands directly form code