fmu-manipulation-toolbox 1.8.2.1__tar.gz → 1.8.2.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.2.1 → fmu_manipulation_toolbox-1.8.2.2}/PKG-INFO +3 -2
- fmu_manipulation_toolbox-1.8.2.2/fmu_manipulation_toolbox/__version__.py +1 -0
- fmu_manipulation_toolbox-1.8.2.2/fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/win32/client_sm.dll +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/win32/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/win64/client_sm.dll +0 -0
- fmu_manipulation_toolbox-1.8.2.2/fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/win64/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox.egg-info/PKG-INFO +3 -2
- fmu_manipulation_toolbox-1.8.2.1/fmu_manipulation_toolbox/__version__.py +0 -1
- fmu_manipulation_toolbox-1.8.2.1/fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- fmu_manipulation_toolbox-1.8.2.1/fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/LICENSE.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/README.md +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/__init__.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/__main__.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/assembly.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/checker.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/cli.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/fmu_container.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/fmu_operations.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/gui.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/gui_style.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/help.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/checkbox-checked-disabled.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/checkbox-checked-hover.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/checkbox-checked.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/checkbox-unchecked-disabled.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/checkbox-unchecked-hover.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/checkbox-unchecked.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/container.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/drop_fmu.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Annotation.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2AttributeGroups.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2ModelDescription.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2ScalarVariable.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Type.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Unit.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2VariableDependency.xsd +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/fmu.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/fmu_manipulation_toolbox.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/help.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/icon-round.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/icon.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/icon_fmu.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/license.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/linux32/client_sm.so +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/linux32/server_sm +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/linux64/client_sm.so +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/linux64/server_sm +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/mask.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/resources/model.png +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox/version.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox.egg-info/SOURCES.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox.egg-info/dependency_links.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox.egg-info/entry_points.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox.egg-info/requires.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/fmu_manipulation_toolbox.egg-info/top_level.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/setup.cfg +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/setup.py +0 -0
- {fmu_manipulation_toolbox-1.8.2.1 → fmu_manipulation_toolbox-1.8.2.2}/tests/test_suite.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.8.2.
|
|
3
|
+
Version: 1.8.2.2
|
|
4
4
|
Summary: FMU Manipulation Toobox is a python application which help to modify a Functional Mock-up Units (FMUs) without recompilation or to group them into FMU Containers
|
|
5
5
|
Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
|
|
6
6
|
Author: Nicolas.LAURENT@Renault.com
|
|
@@ -12,6 +12,7 @@ Requires-Dist: colorama>=0.4.6
|
|
|
12
12
|
Dynamic: author
|
|
13
13
|
Dynamic: description
|
|
14
14
|
Dynamic: home-page
|
|
15
|
+
Dynamic: license-file
|
|
15
16
|
Dynamic: requires-dist
|
|
16
17
|
Dynamic: summary
|
|
17
18
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'V1.8.2.2'
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.8.2.
|
|
3
|
+
Version: 1.8.2.2
|
|
4
4
|
Summary: FMU Manipulation Toobox is a python application which help to modify a Functional Mock-up Units (FMUs) without recompilation or to group them into FMU Containers
|
|
5
5
|
Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
|
|
6
6
|
Author: Nicolas.LAURENT@Renault.com
|
|
@@ -12,6 +12,7 @@ Requires-Dist: colorama>=0.4.6
|
|
|
12
12
|
Dynamic: author
|
|
13
13
|
Dynamic: description
|
|
14
14
|
Dynamic: home-page
|
|
15
|
+
Dynamic: license-file
|
|
15
16
|
Dynamic: requires-dist
|
|
16
17
|
Dynamic: summary
|
|
17
18
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
'V1.8.2.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
|
|
File without changes
|
|
File without changes
|