fmu-manipulation-toolbox 1.8.1__py3-none-any.whl → 1.8.2.dev2__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/assembly.py +120 -41
- fmu_manipulation_toolbox/cli.py +5 -2
- fmu_manipulation_toolbox/fmu_container.py +53 -15
- fmu_manipulation_toolbox/fmu_operations.py +2 -3
- fmu_manipulation_toolbox/gui.py +330 -79
- fmu_manipulation_toolbox/gui_style.py +129 -0
- fmu_manipulation_toolbox/resources/container.png +0 -0
- fmu_manipulation_toolbox/resources/drop_fmu.png +0 -0
- fmu_manipulation_toolbox/resources/fmu.png +0 -0
- fmu_manipulation_toolbox/resources/fmu_manipulation_toolbox.png +0 -0
- fmu_manipulation_toolbox/resources/icon_fmu.png +0 -0
- 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.1.dist-info → fmu_manipulation_toolbox-1.8.2.dev2.dist-info}/METADATA +8 -3
- {fmu_manipulation_toolbox-1.8.1.dist-info → fmu_manipulation_toolbox-1.8.2.dev2.dist-info}/RECORD +24 -21
- {fmu_manipulation_toolbox-1.8.1.dist-info → fmu_manipulation_toolbox-1.8.2.dev2.dist-info}/WHEEL +1 -1
- {fmu_manipulation_toolbox-1.8.1.dist-info → fmu_manipulation_toolbox-1.8.2.dev2.dist-info}/LICENSE.txt +0 -0
- {fmu_manipulation_toolbox-1.8.1.dist-info → fmu_manipulation_toolbox-1.8.2.dev2.dist-info}/entry_points.txt +0 -0
- {fmu_manipulation_toolbox-1.8.1.dist-info → fmu_manipulation_toolbox-1.8.2.dev2.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
{fmu_manipulation_toolbox-1.8.1.dist-info → fmu_manipulation_toolbox-1.8.2.dev2.dist-info}/METADATA
RENAMED
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.2.dev2
|
|
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
|
|
7
7
|
License-File: LICENSE.txt
|
|
8
|
-
Requires-Dist:
|
|
8
|
+
Requires-Dist: PySide6>=6.8.0
|
|
9
9
|
Requires-Dist: xmlschema>=3.3.1
|
|
10
10
|
Requires-Dist: elementpath>=4.4.0
|
|
11
11
|
Requires-Dist: colorama>=0.4.6
|
|
12
|
+
Dynamic: author
|
|
13
|
+
Dynamic: description
|
|
14
|
+
Dynamic: home-page
|
|
15
|
+
Dynamic: requires-dist
|
|
16
|
+
Dynamic: summary
|
|
12
17
|
|
|
13
18
|
FMU Manipulation Toolbox is a python application which help to modify a Functional Mock-up Units (FMUs)
|
|
14
19
|
without recompilation. It mainly modifies the `modelDescription.xml` file. It is highly customizable.
|
{fmu_manipulation_toolbox-1.8.1.dist-info → fmu_manipulation_toolbox-1.8.2.dev2.dist-info}/RECORD
RENAMED
|
@@ -1,12 +1,13 @@
|
|
|
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=
|
|
4
|
-
fmu_manipulation_toolbox/assembly.py,sha256=
|
|
3
|
+
fmu_manipulation_toolbox/__version__.py,sha256=XRMZw6r5zNWqAwUNVSOks2uHYTZKCrn1E3G40AmC86I,14
|
|
4
|
+
fmu_manipulation_toolbox/assembly.py,sha256=pgGuePOsUbPqTP3IYbeHtMIaqm8dCqI1k55dIezcAEg,25080
|
|
5
5
|
fmu_manipulation_toolbox/checker.py,sha256=lE2MpH4BAKCDjUvbr06N56u7ao8hWXaJgMKaLvmhFTQ,2272
|
|
6
|
-
fmu_manipulation_toolbox/cli.py,sha256=
|
|
7
|
-
fmu_manipulation_toolbox/fmu_container.py,sha256=
|
|
8
|
-
fmu_manipulation_toolbox/fmu_operations.py,sha256=
|
|
9
|
-
fmu_manipulation_toolbox/gui.py,sha256=
|
|
6
|
+
fmu_manipulation_toolbox/cli.py,sha256=g_03DdH5lNZ7DsD5CoAeA_nGeDlsw19nhli9dousdew,10347
|
|
7
|
+
fmu_manipulation_toolbox/fmu_container.py,sha256=SGA-zSLyHojkg1upXA6wdM-KaZTsl6FO5UtSRZt2YkY,28390
|
|
8
|
+
fmu_manipulation_toolbox/fmu_operations.py,sha256=WE-lCNNOYr3pakMkwzpsp_lBhb2P4s7Ez5HnxQLbVdk,15814
|
|
9
|
+
fmu_manipulation_toolbox/gui.py,sha256=bGG4iPddGsT4tLBv1zjSpbIkyctHVfbRt0kGxdTTrTc,29219
|
|
10
|
+
fmu_manipulation_toolbox/gui_style.py,sha256=jjDhzSw5hu_6-bOOhsvI_MxQZOqt9SjpKK6T83Gubr4,2926
|
|
10
11
|
fmu_manipulation_toolbox/help.py,sha256=aklKiLrsE0adSzQ5uoEB1sBDmI6s4l231gavu4XxxzA,5856
|
|
11
12
|
fmu_manipulation_toolbox/version.py,sha256=OhBLkZ1-nhC77kyvffPNAf6m8OZe1bYTnNf_PWs1NvM,392
|
|
12
13
|
fmu_manipulation_toolbox/resources/checkbox-checked-disabled.png,sha256=FWIuyrXlaNLLePHfXj7j9ca5rT8Hgr14KCe1EqTCZyk,2288
|
|
@@ -15,12 +16,14 @@ fmu_manipulation_toolbox/resources/checkbox-checked.png,sha256=gzyFqvRFsZixVh6Zl
|
|
|
15
16
|
fmu_manipulation_toolbox/resources/checkbox-unchecked-disabled.png,sha256=KNdiE8zJ8H-mH81spHL8Ck-V87dj-fPPPrPNZFRv3wA,1783
|
|
16
17
|
fmu_manipulation_toolbox/resources/checkbox-unchecked-hover.png,sha256=7XT54vwzDfSK-i6oJ5BBKGXKz8duRRVtoUzaOlWX0WE,1797
|
|
17
18
|
fmu_manipulation_toolbox/resources/checkbox-unchecked.png,sha256=w3MG3RwFeTwkVOAFi8ZBs6yNlmtVnXxXY5atNyvLw54,1793
|
|
18
|
-
fmu_manipulation_toolbox/resources/
|
|
19
|
-
fmu_manipulation_toolbox/resources/
|
|
20
|
-
fmu_manipulation_toolbox/resources/
|
|
19
|
+
fmu_manipulation_toolbox/resources/container.png,sha256=DnMSCl4hlZqYuLDJpE4EnKIhYYXRbUZ7C_Q2HmAOaHU,16682
|
|
20
|
+
fmu_manipulation_toolbox/resources/drop_fmu.png,sha256=Q7yWe3hzBYuou2xlPN9Yg9lgQYFSVuYxGnp_SRwkVe0,10344
|
|
21
|
+
fmu_manipulation_toolbox/resources/fmu.png,sha256=QrNZ5PRaana0r-7pbluYf20m8ngzOZEZWi-MPSQG1eU,47050
|
|
22
|
+
fmu_manipulation_toolbox/resources/fmu_manipulation_toolbox.png,sha256=iuztmrW9f3Ayi4fe_WdkYZbI1VXrCa1HVasfIhW5J18,38023
|
|
21
23
|
fmu_manipulation_toolbox/resources/help.png,sha256=WrIbjmlgIqdo6UWYj6L6gG-BCGWlu4qma8HRgRk8k7o,1822
|
|
22
24
|
fmu_manipulation_toolbox/resources/icon-round.png,sha256=j7jk-9NVQQZJMNazjpj8WeC1q6ptXwTaiO38kPoDEnE,83754
|
|
23
25
|
fmu_manipulation_toolbox/resources/icon.png,sha256=Ovui-UDBARqdTlVQwTn5Ud8seSsVh9pdElwLq5s6xKg,69976
|
|
26
|
+
fmu_manipulation_toolbox/resources/icon_fmu.png,sha256=EuygB2xcoM2WAfKKdyKG_UvTL8coM4CkpHSIsSCe_Ks,5189
|
|
24
27
|
fmu_manipulation_toolbox/resources/license.txt,sha256=5ODuU8g8pIkK-NMWXu_rjZ6k7gM7b-N2rmg87-2Kmqw,1583
|
|
25
28
|
fmu_manipulation_toolbox/resources/mask.png,sha256=px1U4hQGL0AmZ4BQPknOVREpMpTSejbah3ntkpqAzFA,3008
|
|
26
29
|
fmu_manipulation_toolbox/resources/model.png,sha256=EAf_HnZJe8zYGZygerG1MMt2U-tMMZlifzXPj4_iORA,208788
|
|
@@ -34,16 +37,16 @@ fmu_manipulation_toolbox/resources/fmi-2.0/fmi2VariableDependency.xsd,sha256=Tc9
|
|
|
34
37
|
fmu_manipulation_toolbox/resources/linux32/client_sm.so,sha256=xVdY2zy13pa2DcvFiweSNpp7E6DiONqeoBdlcJHrW_k,35940
|
|
35
38
|
fmu_manipulation_toolbox/resources/linux32/server_sm,sha256=1TLGqNPyM5UVOrCfzNqWyF6ClLksY3EiY3CSsrnp6c0,22836
|
|
36
39
|
fmu_manipulation_toolbox/resources/linux64/client_sm.so,sha256=EhY1XHo1YcQn6yqZ7wk5okqtZyp0MrcCsGcudqE-aIM,37000
|
|
37
|
-
fmu_manipulation_toolbox/resources/linux64/container.so,sha256=
|
|
40
|
+
fmu_manipulation_toolbox/resources/linux64/container.so,sha256=mlzbV-mzP9umrY_7WM4mpxohEG97uTjEpc6nxlv1f-c,45984
|
|
38
41
|
fmu_manipulation_toolbox/resources/linux64/server_sm,sha256=ulfoPvmaYe9nInYcVEyj7mD9zDzGk56OUoWx1mPKLiE,22768
|
|
39
|
-
fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=
|
|
40
|
-
fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=
|
|
41
|
-
fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=
|
|
42
|
-
fmu_manipulation_toolbox/resources/win64/container.dll,sha256=
|
|
43
|
-
fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=
|
|
44
|
-
fmu_manipulation_toolbox-1.8.
|
|
45
|
-
fmu_manipulation_toolbox-1.8.
|
|
46
|
-
fmu_manipulation_toolbox-1.8.
|
|
47
|
-
fmu_manipulation_toolbox-1.8.
|
|
48
|
-
fmu_manipulation_toolbox-1.8.
|
|
49
|
-
fmu_manipulation_toolbox-1.8.
|
|
42
|
+
fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=wct4eXJaoHjb-IZkVJJUbnCsdRE-61C_IQF9LUNIEwQ,17920
|
|
43
|
+
fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=YVqy_jmyCMe1AXV0Gg3uUZyUHjDn0sGOw1L6OptauUQ,15872
|
|
44
|
+
fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=eI6HGuuX9zVAWTAc0veQo4VqD8m0WswxO_zcaYbJxvQ,22016
|
|
45
|
+
fmu_manipulation_toolbox/resources/win64/container.dll,sha256=YwnHFnuuv_fZG1KdkBqf4iWagLlGXeuEfjVOr4Lm4BE,36864
|
|
46
|
+
fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=1AJoXNlr-dKzrcdNKsqU_iQYtK1WgWBU039jL61aofY,19456
|
|
47
|
+
fmu_manipulation_toolbox-1.8.2.dev2.dist-info/LICENSE.txt,sha256=c_862mzyk6ownO3Gt6cVs0-53IXLi_-ZEQFNDVabESw,1285
|
|
48
|
+
fmu_manipulation_toolbox-1.8.2.dev2.dist-info/METADATA,sha256=QJH35Er0kNos3fOG2ZyW0V39EPevhax9Zbv8Xw2QWaA,1068
|
|
49
|
+
fmu_manipulation_toolbox-1.8.2.dev2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
50
|
+
fmu_manipulation_toolbox-1.8.2.dev2.dist-info/entry_points.txt,sha256=jCPLMBdS-eOvmRfDv7n0wHZSbJHccHviW03mz5vwO-Q,124
|
|
51
|
+
fmu_manipulation_toolbox-1.8.2.dev2.dist-info/top_level.txt,sha256=9D_h-5BMjSqf9z-XFkbJL_bMppR2XNYW3WNuPkXou0k,25
|
|
52
|
+
fmu_manipulation_toolbox-1.8.2.dev2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|