An open API service indexing awesome lists of open source software.

https://github.com/stariongroup/comet-scripts

A C# library that acts as a brigde between the COMET-SDK and your favorite Python IDE
https://github.com/stariongroup/comet-scripts

Last synced: 6 months ago
JSON representation

A C# library that acts as a brigde between the COMET-SDK and your favorite Python IDE

Awesome Lists containing this project

README

          

The CDP4-Scripts library is a .NET library for scripting language users (such as Python) that would like to have access to ECSS-E-TM-10-25A data coming from a ECSS-E-TM-10-25A Annex C data-source such as the CDP4 Web Services. The CDP4-SDK provides .NET programmers to access and manipulate ECSS-E-TM-10-25A data; the CDP4-Scripts acts as a bridge between the CDP4-SDK and gives the same capability to Python programmers. Since the CDP4-SDK is a .NET SDK the CDP4-Scripts library requires the [[pythonnet|https://github.com/pythonnet/pythonnet/wiki/Installation]] library to be installed. The CDP4-Scripts library is provided to the community under the [GNU LGPL](https://www.gnu.org/licenses/lgpl-3.0.html).

## Build status

AppVeyor is used to build and test the CDP4-Scripts library

Branch | Build Status
------- | :------------
Master | [![Build Status](https://ci.appveyor.com/api/projects/status/ff9qkg50yvkgi811/branch/master?svg=true)](https://ci.appveyor.com/api/projects/status/ff9qkg50yvkgi811)
Development | [![Build Status](https://ci.appveyor.com/api/projects/status/ff9qkg50yvkgi811/branch/development?svg=true)](https://ci.appveyor.com/api/projects/status/ff9qkg50yvkgi811)

[![Build history](https://buildstats.info/appveyor/chart/samatrhea/cdp4-scripts)](https://ci.appveyor.com/project/samatrhea/cdp4-scripts/history)

# License

The libraries contained in the CDP4-Scripts are provided to the community under the GNU Lesser General Public License. Because we make the software available with the LGPL, it can be used in both open source and proprietary software without being required to release the source code of your own components.

# Contributions

Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@rheagroup.com. You can find the CLA's in the CLA folder.