lusid-scheduler-sdk-preview

Python Preview SDK for Scheduler API


Keywords
OpenAPI, FINBOURNE, LUSID, Notifications, API
License
MIT
Install
pip install lusid-scheduler-sdk-preview==0.0.829

Documentation

LUSID® Scheduler Python Preview SDK

This is the Python Preview SDK for the Scheduler 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
master PyPI

Installation

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

pip install lusid-scheduler-sdk-preview finbourne-sdk-utilities

Usage

import lusid_scheduler
from fbnsdkutilities import ApiClientFactory

scheduler_factory = ApiClientFactory(lusid_scheduler, api_secrets_filename="/path/to/secrets.json")
jobs_api = scheduler_factory.build(lusid_scheduler.api.JobsApi)

jobs_api.list_jobs()