labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
53 stars 10 forks source link

Fix additional scripts examples #59

Closed Aurelien-Pin closed 3 years ago

Aurelien-Pin commented 3 years ago

Additional examples have been defined based on the user needs defined in https://github.com/labs4capella/python4capella/blob/master/specification/User%20Scripts%20Need%20definition/Additional%20Needs.docx

They are available here: User Scripts.zip

However, most of them does not work:

Note: scripts for Needs 2 and 5 and 9 have not been defined because it requires to define a Python library to read excel files https://github.com/labs4capella/python4capella/issues/33 (currently not defined)

Note2: Need 6 have been skipped because it requires https://github.com/labs4capella/python4capella/issues/52

ylussaud commented 3 years ago

Need1.py, Need3.py, Need4.py, Need7.py, and Need8.py has been fixed an moved to Python4Capella/sample_scripts/. Each script will create a result folder in the selected Capella project, by default IFE with the resulting xlsx file.

For the moment Need3b.py is not fixed since I need some input to use PVMT.

ylussaud commented 3 years ago

All scripts are fixed.