fmu-manipulation-toolbox 1.8.4.1__tar.gz → 1.8.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/PKG-INFO +1 -1
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/README.md +13 -4
- fmu_manipulation_toolbox-1.8.4.2/fmu_manipulation_toolbox/__version__.py +1 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/fmu_container.py +3 -2
- fmu_manipulation_toolbox-1.8.4.2/fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/win32/client_sm.dll +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/win32/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/win64/client_sm.dll +0 -0
- fmu_manipulation_toolbox-1.8.4.2/fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/win64/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox.egg-info/PKG-INFO +1 -1
- fmu_manipulation_toolbox-1.8.4.1/fmu_manipulation_toolbox/__version__.py +0 -1
- fmu_manipulation_toolbox-1.8.4.1/fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- fmu_manipulation_toolbox-1.8.4.1/fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/LICENSE.txt +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/__init__.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/__main__.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/assembly.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/checker.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/cli.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/fmu_operations.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/gui.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/gui_style.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/help.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/checkbox-checked-disabled.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/checkbox-checked-hover.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/checkbox-checked.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/checkbox-unchecked-disabled.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/checkbox-unchecked-hover.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/checkbox-unchecked.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/container.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/drop_fmu.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Annotation.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2AttributeGroups.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2ModelDescription.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2ScalarVariable.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Type.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Unit.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2VariableDependency.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/fmu.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/fmu_manipulation_toolbox.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/help.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/icon-round.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/icon.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/icon_fmu.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/license.txt +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/linux32/client_sm.so +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/linux32/server_sm +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/linux64/client_sm.so +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/linux64/server_sm +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/mask.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/resources/model.png +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox/version.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox.egg-info/SOURCES.txt +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox.egg-info/dependency_links.txt +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox.egg-info/entry_points.txt +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox.egg-info/requires.txt +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/fmu_manipulation_toolbox.egg-info/top_level.txt +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/setup.cfg +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/setup.py +0 -0
- {fmu_manipulation_toolbox-1.8.4.1 → fmu_manipulation_toolbox-1.8.4.2}/tests/test_suite.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.8.4.
|
|
3
|
+
Version: 1.8.4.2
|
|
4
4
|
Summary: FMU Manipulation Toolbox is a python application for modifying Functional Mock-up Units (FMUs) without recompilation or bundling them into FMU Containers
|
|
5
5
|
Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
|
|
6
6
|
Author: Nicolas.LAURENT@Renault.com
|
|
@@ -12,12 +12,21 @@ FMU Manipulation Toolbox also allows to group FMU's inside FMU Containers. (see
|
|
|
12
12
|
|
|
13
13
|
Two options available to install FMU Manipulation Toolbox:
|
|
14
14
|
|
|
15
|
-
- (Easiest option) Install with from PyPI: `
|
|
15
|
+
- (*Easiest option*) Install with from PyPI: `pip install fmu-manipulation-toolbox`. This will install the latest
|
|
16
|
+
version of FMU Manipulation Toolbox and all its dependencies. See [PyPI page](https://pypi.org/project/fmu-manipulation-toolbox/).
|
|
16
17
|
- Compile and install from [github repository](https://github.com/grouperenault/fmu_manipulation_toolbox). You will need
|
|
17
|
-
- Python required packages. See `requirements.txt
|
|
18
|
-
- C compiler
|
|
18
|
+
- Python required packages. See [`requirements.txt`](requirements.txt).
|
|
19
|
+
- C compiler (C99 or later)
|
|
20
|
+
- CMake (>= 3.16)
|
|
21
|
+
|
|
22
|
+
### Supported platforms
|
|
23
|
+
FMU Manipulation Toolbox is tested on:
|
|
24
|
+
- Windows 10/11
|
|
25
|
+
- Linux (Ubuntu 22.04)
|
|
26
|
+
|
|
27
|
+
Compilation is reported to work on:
|
|
28
|
+
- MacOS (Apple Silicon and Intel)
|
|
19
29
|
|
|
20
|
-
|
|
21
30
|
## Graphical User Interface
|
|
22
31
|
|
|
23
32
|
FMU Manipulation Toolbox is released with a GUI. You can launch it with the following command `fmutool`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'V1.8.4.2'
|
|
@@ -683,10 +683,11 @@ class FMUContainer:
|
|
|
683
683
|
print(f"{vr} {cport.port.vr}", file=txt_file)
|
|
684
684
|
|
|
685
685
|
for type_name in type_names_list:
|
|
686
|
-
print(f"# Start values of {fmu.name} - {type_name}: <FMU_VR> <VALUE>", file=txt_file)
|
|
686
|
+
print(f"# Start values of {fmu.name} - {type_name}: <FMU_VR> <RESET> <VALUE>", file=txt_file)
|
|
687
687
|
print(len(start_values_fmu_per_type[type_name][fmu.name]), file=txt_file)
|
|
688
688
|
for cport, value in start_values_fmu_per_type[type_name][fmu.name].items():
|
|
689
|
-
|
|
689
|
+
reset = 1 if cport.port.causality == "input" else 0
|
|
690
|
+
print(f"{cport.port.vr} {reset} {value}", file=txt_file)
|
|
690
691
|
|
|
691
692
|
for type_name in type_names_list:
|
|
692
693
|
print(f"# Outputs of {fmu.name} - {type_name}: <VR> <FMU_VR>", file=txt_file)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.8.4.
|
|
3
|
+
Version: 1.8.4.2
|
|
4
4
|
Summary: FMU Manipulation Toolbox is a python application for modifying Functional Mock-up Units (FMUs) without recompilation or bundling them into FMU Containers
|
|
5
5
|
Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
|
|
6
6
|
Author: Nicolas.LAURENT@Renault.com
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
'V1.8.4.1'
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|