Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/lusid-configuration-sdk-python-preview
https://github.com/finbourne/lusid-configuration-sdk-python-preview
Last synced: 22 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T15:03:33.000Z (9 months ago)
- Last Synced: 2024-04-11T13:09:19.557Z (9 months ago)
- Language: Python
- Size: 2.06 MB
- Stars: 0
- Watchers: 8
- 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_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)
# 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` | ![PyPI](https://img.shields.io/pypi/v/lusid-configuration-sdk-preview?color=blue)## 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()
```