fmu-manipulation-toolbox 1.9.1.1__tar.gz → 1.9.1.1rc1__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.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/PKG-INFO +1 -1
- fmu_manipulation_toolbox-1.9.1.1rc1/fmu_manipulation_toolbox/__version__.py +1 -0
- fmu_manipulation_toolbox-1.9.1.1rc1/fmu_manipulation_toolbox/resources/darwin64/container.dylib +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/linux32/client_sm.so +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/linux64/client_sm.so +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/win32/client_sm.dll +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/win32/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/win64/client_sm.dll +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/win64/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox.egg-info/PKG-INFO +1 -1
- fmu_manipulation_toolbox-1.9.1.1/fmu_manipulation_toolbox/__version__.py +0 -1
- fmu_manipulation_toolbox-1.9.1.1/fmu_manipulation_toolbox/resources/darwin64/container.dylib +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/LICENSE.txt +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/README.md +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/__init__.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/__main__.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/assembly.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/checker.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/cli/__init__.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/cli/fmucontainer.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/cli/fmusplit.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/cli/fmutool.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/cli/utils.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/container.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/gui.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/gui_style.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/help.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/operations.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/remoting.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/checkbox-checked-disabled.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/checkbox-checked-hover.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/checkbox-checked.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/checkbox-unchecked-disabled.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/checkbox-unchecked-hover.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/checkbox-unchecked.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/container.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/drop_fmu.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Annotation.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2AttributeGroups.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2ModelDescription.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2ScalarVariable.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Type.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Unit.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2VariableDependency.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Annotation.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3AttributeGroups.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3BuildDescription.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3InterfaceType.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3LayeredStandardManifest.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3ModelDescription.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Terminal.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3TerminalsAndIcons.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Type.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Unit.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Variable.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3VariableDependency.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmu.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/fmu_manipulation_toolbox.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/help.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/icon-round.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/icon.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/icon_fmu.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/license.txt +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/linux32/server_sm +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/linux64/server_sm +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/mask.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/resources/model.png +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/split.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox/version.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox.egg-info/SOURCES.txt +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox.egg-info/dependency_links.txt +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox.egg-info/entry_points.txt +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox.egg-info/requires.txt +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/fmu_manipulation_toolbox.egg-info/top_level.txt +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/setup.cfg +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/setup.py +0 -0
- {fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/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.9.1.
|
|
3
|
+
Version: 1.9.1.1rc1
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'V1.9.1.1rc1'
|
fmu_manipulation_toolbox-1.9.1.1rc1/fmu_manipulation_toolbox/resources/darwin64/container.dylib
ADDED
|
Binary file
|
|
Binary file
|
|
Binary 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.9.1.
|
|
3
|
+
Version: 1.9.1.1rc1
|
|
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.9.1.1'
|
fmu_manipulation_toolbox-1.9.1.1/fmu_manipulation_toolbox/resources/darwin64/container.dylib
DELETED
|
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
|
|
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
|
{fmu_manipulation_toolbox-1.9.1.1 → fmu_manipulation_toolbox-1.9.1.1rc1}/tests/test_suite.py
RENAMED
|
File without changes
|