fmu-manipulation-toolbox 1.8.2.dev2__py3-none-any.whl → 1.8.2.dev3__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/fmu_container.py +2 -3
- 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.2.dev2.dist-info → fmu_manipulation_toolbox-1.8.2.dev3.dist-info}/METADATA +1 -1
- {fmu_manipulation_toolbox-1.8.2.dev2.dist-info → fmu_manipulation_toolbox-1.8.2.dev3.dist-info}/RECORD +14 -14
- {fmu_manipulation_toolbox-1.8.2.dev2.dist-info → fmu_manipulation_toolbox-1.8.2.dev3.dist-info}/LICENSE.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2.dev2.dist-info → fmu_manipulation_toolbox-1.8.2.dev3.dist-info}/WHEEL +0 -0
- {fmu_manipulation_toolbox-1.8.2.dev2.dist-info → fmu_manipulation_toolbox-1.8.2.dev3.dist-info}/entry_points.txt +0 -0
- {fmu_manipulation_toolbox-1.8.2.dev2.dist-info → fmu_manipulation_toolbox-1.8.2.dev3.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
'V1.8.2-
|
|
1
|
+
'V1.8.2-dev3'
|
|
@@ -668,7 +668,6 @@ class FMUContainer:
|
|
|
668
668
|
os.path.relpath(os.path.join(root, file), base_directory))
|
|
669
669
|
logger.info(f"'{fmu_filename}' is available.")
|
|
670
670
|
|
|
671
|
-
|
|
672
|
-
def make_fmu_cleanup(base_directory: Path):
|
|
671
|
+
def make_fmu_cleanup(self, base_directory: Path):
|
|
673
672
|
logger.debug(f"Delete directory '{base_directory}'")
|
|
674
|
-
shutil.rmtree(base_directory)
|
|
673
|
+
shutil.rmtree(self.long_path(base_directory))
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.8.2.
|
|
3
|
+
Version: 1.8.2.dev3
|
|
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
|
|
@@ -1,10 +1,10 @@
|
|
|
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=PHX3g53yFyNnXLL7BUYW5Qu_69ecIvs_RywIAKOvRik,14
|
|
4
4
|
fmu_manipulation_toolbox/assembly.py,sha256=pgGuePOsUbPqTP3IYbeHtMIaqm8dCqI1k55dIezcAEg,25080
|
|
5
5
|
fmu_manipulation_toolbox/checker.py,sha256=lE2MpH4BAKCDjUvbr06N56u7ao8hWXaJgMKaLvmhFTQ,2272
|
|
6
6
|
fmu_manipulation_toolbox/cli.py,sha256=g_03DdH5lNZ7DsD5CoAeA_nGeDlsw19nhli9dousdew,10347
|
|
7
|
-
fmu_manipulation_toolbox/fmu_container.py,sha256=
|
|
7
|
+
fmu_manipulation_toolbox/fmu_container.py,sha256=Ap6NYbZfqmdyDxKGxJ7ywVhVW_vqZOC2z4wQ4bgmda4,28394
|
|
8
8
|
fmu_manipulation_toolbox/fmu_operations.py,sha256=WE-lCNNOYr3pakMkwzpsp_lBhb2P4s7Ez5HnxQLbVdk,15814
|
|
9
9
|
fmu_manipulation_toolbox/gui.py,sha256=bGG4iPddGsT4tLBv1zjSpbIkyctHVfbRt0kGxdTTrTc,29219
|
|
10
10
|
fmu_manipulation_toolbox/gui_style.py,sha256=jjDhzSw5hu_6-bOOhsvI_MxQZOqt9SjpKK6T83Gubr4,2926
|
|
@@ -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=be92opJAS8r2ob2I1rdWr4Tc7oaIAO4XIbDlaTqOCfI,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.2.
|
|
48
|
-
fmu_manipulation_toolbox-1.8.2.
|
|
49
|
-
fmu_manipulation_toolbox-1.8.2.
|
|
50
|
-
fmu_manipulation_toolbox-1.8.2.
|
|
51
|
-
fmu_manipulation_toolbox-1.8.2.
|
|
52
|
-
fmu_manipulation_toolbox-1.8.2.
|
|
42
|
+
fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=sdFwxU_ddCzNll0TRv0nx5rsohRlq6-K1pzSk1ORV48,17920
|
|
43
|
+
fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=zg0SoE8SQDQFxHSYWm9BOUlqqYSyJObpJWso-4CRaRI,15872
|
|
44
|
+
fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=GoB7I_-8zc9uFYQHwc6D9w7DZYs2n4uOdP-K4PX8kPs,22016
|
|
45
|
+
fmu_manipulation_toolbox/resources/win64/container.dll,sha256=brKuKiVDRz2EbfkCVlPPhlVTFrYaxF8hDyNUZS2O-mM,36352
|
|
46
|
+
fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=NmB6b5DAeZK3mxgnHWdIGe3dvZDRA9Ged7C2H6-7KPg,19456
|
|
47
|
+
fmu_manipulation_toolbox-1.8.2.dev3.dist-info/LICENSE.txt,sha256=c_862mzyk6ownO3Gt6cVs0-53IXLi_-ZEQFNDVabESw,1285
|
|
48
|
+
fmu_manipulation_toolbox-1.8.2.dev3.dist-info/METADATA,sha256=Uck-6MGZ0C6bUbLxMTwL-_J3L3sjOakJ-xT1IJK-frE,1068
|
|
49
|
+
fmu_manipulation_toolbox-1.8.2.dev3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
50
|
+
fmu_manipulation_toolbox-1.8.2.dev3.dist-info/entry_points.txt,sha256=jCPLMBdS-eOvmRfDv7n0wHZSbJHccHviW03mz5vwO-Q,124
|
|
51
|
+
fmu_manipulation_toolbox-1.8.2.dev3.dist-info/top_level.txt,sha256=9D_h-5BMjSqf9z-XFkbJL_bMppR2XNYW3WNuPkXou0k,25
|
|
52
|
+
fmu_manipulation_toolbox-1.8.2.dev3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|