fmu-manipulation-toolbox 1.8.2rc1__py3-none-any.whl → 1.8.2rc2__py3-none-any.whl
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/__version__.py +1 -1
- fmu_manipulation_toolbox/cli.py +4 -2
- fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- fmu_manipulation_toolbox/resources/win32/client_sm.dll +0 -0
- fmu_manipulation_toolbox/resources/win32/server_sm.exe +0 -0
- fmu_manipulation_toolbox/resources/win64/client_sm.dll +0 -0
- fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- fmu_manipulation_toolbox/resources/win64/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.8.2rc1.dist-info → fmu_manipulation_toolbox-1.8.2rc2.dist-info}/METADATA +1 -1
- {fmu_manipulation_toolbox-1.8.2rc1.dist-info → fmu_manipulation_toolbox-1.8.2rc2.dist-info}/RECORD +14 -14
- {fmu_manipulation_toolbox-1.8.2rc1.dist-info → fmu_manipulation_toolbox-1.8.2rc2.dist-info}/LICENSE.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2rc1.dist-info → fmu_manipulation_toolbox-1.8.2rc2.dist-info}/WHEEL +0 -0
- {fmu_manipulation_toolbox-1.8.2rc1.dist-info → fmu_manipulation_toolbox-1.8.2rc2.dist-info}/entry_points.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2rc1.dist-info → fmu_manipulation_toolbox-1.8.2rc2.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
'V1.8.2-
|
|
1
|
+
'V1.8.2-rc2'
|
fmu_manipulation_toolbox/cli.py
CHANGED
|
@@ -204,11 +204,13 @@ def fmucontainer():
|
|
|
204
204
|
|
|
205
205
|
for description in config.container_descriptions_list:
|
|
206
206
|
try:
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
tokens = description.split(":")
|
|
208
|
+
filename = ":".join(tokens[:-1])
|
|
209
|
+
step_size = float(tokens[-1])
|
|
209
210
|
except ValueError:
|
|
210
211
|
step_size = None
|
|
211
212
|
filename = description
|
|
213
|
+
|
|
212
214
|
try:
|
|
213
215
|
assembly = Assembly(filename, step_size=step_size, auto_link=config.auto_link,
|
|
214
216
|
auto_input=config.auto_input, auto_output=config.auto_output,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
{fmu_manipulation_toolbox-1.8.2rc1.dist-info → fmu_manipulation_toolbox-1.8.2rc2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.2rc2
|
|
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
|
{fmu_manipulation_toolbox-1.8.2rc1.dist-info → fmu_manipulation_toolbox-1.8.2rc2.dist-info}/RECORD
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
fmu_manipulation_toolbox/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
2
2
|
fmu_manipulation_toolbox/__main__.py,sha256=mAzrtkil506DS0F3g3CEbHdtZsZotzntcNhIn_lNJkw,344
|
|
3
|
-
fmu_manipulation_toolbox/__version__.py,sha256=
|
|
3
|
+
fmu_manipulation_toolbox/__version__.py,sha256=gH9BBqhOUmu3T0bGuVJw2HoybsfzfEsU3Y0umpitY8s,13
|
|
4
4
|
fmu_manipulation_toolbox/assembly.py,sha256=pAAE_eWPfD-8BzZ7gvaHARhQt4-IV2jVvsMnJXeAtLI,25541
|
|
5
5
|
fmu_manipulation_toolbox/checker.py,sha256=lE2MpH4BAKCDjUvbr06N56u7ao8hWXaJgMKaLvmhFTQ,2272
|
|
6
|
-
fmu_manipulation_toolbox/cli.py,sha256=
|
|
6
|
+
fmu_manipulation_toolbox/cli.py,sha256=2p5T1qp7kTcMlScwmvXyUfEmAIGSJsld96ObY216QMA,10616
|
|
7
7
|
fmu_manipulation_toolbox/fmu_container.py,sha256=VTZlRTXAYcaYLijgN4ReuG6hLQ2XRgxctPJdEYRfOcc,28755
|
|
8
8
|
fmu_manipulation_toolbox/fmu_operations.py,sha256=WE-lCNNOYr3pakMkwzpsp_lBhb2P4s7Ez5HnxQLbVdk,15814
|
|
9
9
|
fmu_manipulation_toolbox/gui.py,sha256=bGG4iPddGsT4tLBv1zjSpbIkyctHVfbRt0kGxdTTrTc,29219
|
|
@@ -37,16 +37,16 @@ fmu_manipulation_toolbox/resources/fmi-2.0/fmi2VariableDependency.xsd,sha256=Tc9
|
|
|
37
37
|
fmu_manipulation_toolbox/resources/linux32/client_sm.so,sha256=xVdY2zy13pa2DcvFiweSNpp7E6DiONqeoBdlcJHrW_k,35940
|
|
38
38
|
fmu_manipulation_toolbox/resources/linux32/server_sm,sha256=1TLGqNPyM5UVOrCfzNqWyF6ClLksY3EiY3CSsrnp6c0,22836
|
|
39
39
|
fmu_manipulation_toolbox/resources/linux64/client_sm.so,sha256=EhY1XHo1YcQn6yqZ7wk5okqtZyp0MrcCsGcudqE-aIM,37000
|
|
40
|
-
fmu_manipulation_toolbox/resources/linux64/container.so,sha256=
|
|
40
|
+
fmu_manipulation_toolbox/resources/linux64/container.so,sha256=onX32320NM2_EJMtLflknpte9WaN7ZUSyezTOc0HCGY,45984
|
|
41
41
|
fmu_manipulation_toolbox/resources/linux64/server_sm,sha256=ulfoPvmaYe9nInYcVEyj7mD9zDzGk56OUoWx1mPKLiE,22768
|
|
42
|
-
fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=
|
|
43
|
-
fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=
|
|
44
|
-
fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=
|
|
45
|
-
fmu_manipulation_toolbox/resources/win64/container.dll,sha256=
|
|
46
|
-
fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=
|
|
47
|
-
fmu_manipulation_toolbox-1.8.
|
|
48
|
-
fmu_manipulation_toolbox-1.8.
|
|
49
|
-
fmu_manipulation_toolbox-1.8.
|
|
50
|
-
fmu_manipulation_toolbox-1.8.
|
|
51
|
-
fmu_manipulation_toolbox-1.8.
|
|
52
|
-
fmu_manipulation_toolbox-1.8.
|
|
42
|
+
fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=2rdjTnS5qIEXILEjlp2Sx2HmO0eB6Rgoq3j0eLJ3lNc,17920
|
|
43
|
+
fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=Q4FlXD4toZXKUiiIZkY1GvF3P8Rsv7_D9R5Nn0m73bs,15872
|
|
44
|
+
fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=hbq9h5tsuCwAx0HBWxNOM5wilOojsPnGh4q2DaSAZlk,22016
|
|
45
|
+
fmu_manipulation_toolbox/resources/win64/container.dll,sha256=GIDuHU8OQ1X33CI-hzHTBI00wVAUDhdLR-Calq3HqkA,36864
|
|
46
|
+
fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=jswWUcJu6EbP8lTaLMvlVLyeU1wtndaBpla237HBM64,19456
|
|
47
|
+
fmu_manipulation_toolbox-1.8.2rc2.dist-info/LICENSE.txt,sha256=c_862mzyk6ownO3Gt6cVs0-53IXLi_-ZEQFNDVabESw,1285
|
|
48
|
+
fmu_manipulation_toolbox-1.8.2rc2.dist-info/METADATA,sha256=rURX1AikSzeTW-Qs7D2Xn_nUgB9V8D0lCLcQnX6s86g,1066
|
|
49
|
+
fmu_manipulation_toolbox-1.8.2rc2.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
50
|
+
fmu_manipulation_toolbox-1.8.2rc2.dist-info/entry_points.txt,sha256=jCPLMBdS-eOvmRfDv7n0wHZSbJHccHviW03mz5vwO-Q,124
|
|
51
|
+
fmu_manipulation_toolbox-1.8.2rc2.dist-info/top_level.txt,sha256=9D_h-5BMjSqf9z-XFkbJL_bMppR2XNYW3WNuPkXou0k,25
|
|
52
|
+
fmu_manipulation_toolbox-1.8.2rc2.dist-info/RECORD,,
|
|
File without changes
|
{fmu_manipulation_toolbox-1.8.2rc1.dist-info → fmu_manipulation_toolbox-1.8.2rc2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|