https://github.com/finbourne/lusid-configuration-sdk-python-preview
https://github.com/finbourne/lusid-configuration-sdk-python-preview
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/finbourne/lusid-configuration-sdk-python-preview
- Owner: finbourne
- License: other
- Created: 2021-10-15T15:18:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T14:44:57.000Z (8 months ago)
- Last Synced: 2025-06-06T20:07:41.749Z (about 1 month ago)
- Language: Python
- Size: 2.59 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# LUSID® Configuration Python Preview SDK
This is the Python Preview SDK for the Configuration API for [LUSID by FINBOURNE](https://www.finbourne.com/lusid-technology), 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](https://www.lusid.com/app/signup)| branch | status |
| --- | --- |
| `master` | ## Installation
The PyPi package for the LUSID Configuration Preview SDK can installed using the following:
```
pip install lusid-configuration-sdk-preview finbourne-sdk-utilities
```## Usage
```
import lusid_configuration
from fbnsdkutilities import ApiClientFactoryscheduler_factory = ApiClientFactory(lusid_configuration, api_secrets_filename="/path/to/secrets.json")
sets_api = scheduler_factory.build(lusid_configuration.api.ConfigurationSetsApi)sets_api.list_configuration_sets()
```