https://github.com/os-climate/sostrades-core
Core of System of Systems
https://github.com/os-climate/sostrades-core
Last synced: about 2 months ago
JSON representation
Core of System of Systems
- Host: GitHub
- URL: https://github.com/os-climate/sostrades-core
- Owner: os-climate
- License: apache-2.0
- Created: 2022-01-07T14:02:32.000Z (over 3 years ago)
- Default Branch: validation
- Last Pushed: 2025-04-09T18:42:31.000Z (about 2 months ago)
- Last Synced: 2025-04-09T19:41:36.059Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 23.3 MB
- Stars: 11
- Watchers: 9
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> On June 26 2024, Linux Foundation announced the merger of its financial services umbrella, the Fintech Open Source Foundation ([FINOS](https://finos.org)), with OS-Climate, an open source community dedicated to building data technologies, modeling, and analytic tools that will drive global capital flows into climate change mitigation and resilience; OS-Climate projects are in the process of transitioning to the [FINOS governance framework](https://community.finos.org/docs/governance); read more on [finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg](https://finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg)# SoSTrades_CORE
## Description
SoSTradesCore is the Python package containing the core of the execution engine of System of Systems Trades## Packages installation
pip install -r requirements.in --trusted-host pypi.org --trusted-host files.pythonhosted.orgA dedicated version of GEMSEO is required, for now:
https://gitlab.com/sostrades/gemseo branch sos_develop## Overview
This package is divided into 6 parts:- execution_engine: contains all the methods and wrapped class of gemseo tools necessary to implement processes and studies in SoSTrades
- sos_processes: contains test processes built with disciplines from sos_wrapping
- sos_wrapping: contains test disciplines covering execution engine functionalities
- study_manager: contains generic class to implement studies
- tests: contains tests on execution_engine functionalities, based on sos_processes and sos_wrapping
- tools: contains generic tools of execution_engine## License
The sostrades-core source code is distributed under the Apache License Version 2.0.
A copy of it can be found in the LICENSE file.The sostrades-core product depends on other software which have various licenses.
The list of dependencies with their licenses is given in the CREDITS.rst file.