lusid-workflow-sdk

FINBOURNE Workflow API


Keywords
OpenAPI, OpenAPI-Generator, FINBOURNE, Workflow, API, lusid-workflow-sdk
License
MIT
Install
pip install lusid-workflow-sdk==2.1.53

Documentation

LUSID® Workflow Python SDK

This is the Python Preview SDK for the Workflow API for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilities. To use it you'll need a LUSID account. Sign up for free at lusid.com

LUSID_by_Finbourne

branch status
main PyPI

Installation

The PyPi package for the LUSID Workflow SDK can installed using the following:

pip install lusid-workflow-sdk finbourne-sdk-utilities

Usage

import lusid_workflow
from fbnsdkutilities import ApiClientFactory

scheduler_factory = ApiClientFactory(lusid_workflow, api_secrets_filename="/path/to/secrets.json")
workers_api = scheduler_factory.build(lusid_workflow.api.WorkersApi)

workers_api.list_workers()