aesim.simba 2024.5.22a1__py3-none-manylinux1_x86_64.whl → 2024.5.28a1__py3-none-manylinux1_x86_64.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.
- aesim/simba/Resources/Resources/DesignExamples.jsimba +460 -465
- aesim/simba/Resources/Resources/Examples/acdc_3ph_diodebridge.jsimba +548 -37
- aesim/simba/Resources/Resources/Examples/acdc_3ph_thyristor_rectifier.jsimba +1627 -216
- aesim/simba/Resources/Resources/Examples/acdc_pfc_totem_pole.jsimba +1343 -108
- aesim/simba/Resources/Resources/Examples/bldc_drive_example.jsimba +1941 -146
- aesim/simba/Resources/Resources/Examples/dcac_3_phase_inverter_spwm.jsimba +977 -58
- aesim/simba/Resources/Resources/Examples/dcdc_boost_converter.jsimba +271 -50
- aesim/simba/Resources/Resources/Examples/dcdc_buck_c_code.jsimba +618 -50
- aesim/simba/Resources/Resources/Examples/dcdc_buck_chopper_thermal.jsimba +399 -29
- aesim/simba/Resources/Resources/Examples/dcdc_buck_converter_ac_sweep.jsimba +420 -28
- aesim/simba/Resources/Resources/Examples/dcdc_buckboost.jsimba +595 -54
- aesim/simba/Resources/Resources/Examples/dcdc_dual_active_bridge_converter.jsimba +1672 -122
- aesim/simba/Resources/Resources/Examples/dcdc_flyback.jsimba +342 -28
- aesim/simba/Resources/Resources/Examples/dcdc_interleaved_buck_chopper.jsimba +723 -66
- aesim/simba/Resources/Resources/Examples/dcdc_llc_resonant_converter.jsimba +1859 -124
- aesim/simba/Resources/Resources/Examples/dcdc_phase_shift_full_bridge_converter.jsimba +1598 -160
- aesim/simba/Resources/Resources/libSimba.Solvers.linux-x64.so +0 -0
- aesim/simba/Resources/Simba.Data.deps.json +8 -8
- aesim/simba/Resources/Simba.Data.dll +0 -0
- aesim/simba/Resources/Simba.Drawing.dll +0 -0
- aesim/simba/Resources/Simba.Helper.dll +0 -0
- aesim/simba/__init__.py +1 -1
- aesim/simba/__init__.pyi +98 -0
- {aesim.simba-2024.5.22a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/METADATA +1 -1
- {aesim.simba-2024.5.22a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/RECORD +27 -27
- {aesim.simba-2024.5.22a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/WHEEL +0 -0
- {aesim.simba-2024.5.22a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/top_level.txt +0 -0
Binary file
|
@@ -6,7 +6,7 @@
|
|
6
6
|
"compilationOptions": {},
|
7
7
|
"targets": {
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
9
|
-
"Simba.Data/24.05.
|
9
|
+
"Simba.Data/24.05.28": {
|
10
10
|
"dependencies": {
|
11
11
|
"CommunityToolkit.Mvvm": "8.2.2",
|
12
12
|
"CsvHelper": "31.0.2",
|
@@ -15,8 +15,8 @@
|
|
15
15
|
"DeviceId.Mac": "6.3.0",
|
16
16
|
"DeviceId.Windows": "6.6.0",
|
17
17
|
"DotNetZip": "1.16.0",
|
18
|
-
"Simba.Drawing": "24.5.
|
19
|
-
"Simba.Helper": "24.5.
|
18
|
+
"Simba.Drawing": "24.5.28",
|
19
|
+
"Simba.Helper": "24.5.28",
|
20
20
|
"System.ComponentModel.Annotations": "5.0.0",
|
21
21
|
"System.Net.Http": "4.3.4",
|
22
22
|
"pythonnet": "3.0.3"
|
@@ -618,12 +618,12 @@
|
|
618
618
|
}
|
619
619
|
}
|
620
620
|
},
|
621
|
-
"Simba.Drawing/24.5.
|
621
|
+
"Simba.Drawing/24.5.28": {
|
622
622
|
"runtime": {
|
623
623
|
"Simba.Drawing.dll": {}
|
624
624
|
}
|
625
625
|
},
|
626
|
-
"Simba.Helper/24.5.
|
626
|
+
"Simba.Helper/24.5.28": {
|
627
627
|
"runtime": {
|
628
628
|
"Simba.Helper.dll": {}
|
629
629
|
}
|
@@ -631,7 +631,7 @@
|
|
631
631
|
}
|
632
632
|
},
|
633
633
|
"libraries": {
|
634
|
-
"Simba.Data/24.05.
|
634
|
+
"Simba.Data/24.05.28": {
|
635
635
|
"type": "project",
|
636
636
|
"serviceable": false,
|
637
637
|
"sha512": ""
|
@@ -1133,12 +1133,12 @@
|
|
1133
1133
|
"path": "system.windows.extensions/4.7.0",
|
1134
1134
|
"hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
|
1135
1135
|
},
|
1136
|
-
"Simba.Drawing/24.5.
|
1136
|
+
"Simba.Drawing/24.5.28": {
|
1137
1137
|
"type": "project",
|
1138
1138
|
"serviceable": false,
|
1139
1139
|
"sha512": ""
|
1140
1140
|
},
|
1141
|
-
"Simba.Helper/24.5.
|
1141
|
+
"Simba.Helper/24.5.28": {
|
1142
1142
|
"type": "project",
|
1143
1143
|
"serviceable": false,
|
1144
1144
|
"sha512": ""
|
Binary file
|
Binary file
|
Binary file
|
aesim/simba/__init__.py
CHANGED
aesim/simba/__init__.pyi
CHANGED
@@ -14532,6 +14532,102 @@ class Capacitor:
|
|
14532
14532
|
def GetHashCode(self) -> int: ...
|
14533
14533
|
def __init__(self): ...
|
14534
14534
|
|
14535
|
+
class CommonModeChoke:
|
14536
|
+
@property
|
14537
|
+
def LibraryItemName(self, ) -> str: ...
|
14538
|
+
@property
|
14539
|
+
def ModelType(self, ) -> ModelType: ...
|
14540
|
+
@property
|
14541
|
+
def Prefix(self, ) -> str: ...
|
14542
|
+
@property
|
14543
|
+
def Pins(self, ) -> List[Any]: ...
|
14544
|
+
@property
|
14545
|
+
def Scopes(self, ) -> List[Scope]: ...
|
14546
|
+
@property
|
14547
|
+
def Shapes(self, ) -> List[Any]: ...
|
14548
|
+
@property
|
14549
|
+
def CommonModeInductance(self, ) -> DoubleParameter: ...
|
14550
|
+
@property
|
14551
|
+
def LeakageInductance(self, ) -> DoubleParameter: ...
|
14552
|
+
@property
|
14553
|
+
def WindingResistance(self, ) -> DoubleParameter: ...
|
14554
|
+
@property
|
14555
|
+
def InstanceID(self, ) -> Any: ...
|
14556
|
+
@property
|
14557
|
+
def UndoTrackingId(self, ) -> Any: ...
|
14558
|
+
@property
|
14559
|
+
def Circuit(self, ) -> Circuit: ...
|
14560
|
+
@property
|
14561
|
+
def DeviceToCircuitMatrixTransform(self, ) -> Any: ...
|
14562
|
+
@property
|
14563
|
+
def CircuitToDeviceMatrixTransform(self, ) -> Any: ...
|
14564
|
+
@property
|
14565
|
+
def UnrotatedTop(self, ) -> int: ...
|
14566
|
+
@property
|
14567
|
+
def UnrotatedLeft(self, ) -> int: ...
|
14568
|
+
@property
|
14569
|
+
def UnrotatedWidth(self, ) -> int: ...
|
14570
|
+
@property
|
14571
|
+
def UnrotatedHeight(self, ) -> int: ...
|
14572
|
+
@property
|
14573
|
+
def RotationAngle(self, ) -> int: ...
|
14574
|
+
@property
|
14575
|
+
def HorizontallyFlipped(self, ) -> bool: ...
|
14576
|
+
@property
|
14577
|
+
def VerticallyFlipped(self, ) -> bool: ...
|
14578
|
+
@property
|
14579
|
+
def Deprecated(self, ) -> bool: ...
|
14580
|
+
@property
|
14581
|
+
def Disabled(self, ) -> bool: ...
|
14582
|
+
@property
|
14583
|
+
def IsBeta(self, ) -> bool: ...
|
14584
|
+
@property
|
14585
|
+
def Childrens(self, ) -> List[Any]: ...
|
14586
|
+
@property
|
14587
|
+
def LibraryItemPath(self, ) -> str: ...
|
14588
|
+
@property
|
14589
|
+
def ParameterShapes(self, ) -> List[Any]: ...
|
14590
|
+
@property
|
14591
|
+
def Parameters(self, ) -> List[Any]: ...
|
14592
|
+
@property
|
14593
|
+
def Footprint(self, ) -> RectangleI: ...
|
14594
|
+
@property
|
14595
|
+
def PositionUnrotated(self, ) -> PointI: ...
|
14596
|
+
@property
|
14597
|
+
def Position(self, ) -> PointI: ...
|
14598
|
+
@property
|
14599
|
+
def DocumentationURL(self, ) -> Documentation: ...
|
14600
|
+
@property
|
14601
|
+
def ObservableScopes(self, ) -> List[Any]: ...
|
14602
|
+
@property
|
14603
|
+
def Additional_Data(self, ) -> Dict[str, List[str]]: ...
|
14604
|
+
@property
|
14605
|
+
def Name(self, ) -> StringParameter: ...
|
14606
|
+
@property
|
14607
|
+
def EntityId(self, ) -> Any: ...
|
14608
|
+
def Move(self, delta: Optional[Any] = None, rotationAngle: Optional[int] = None, horizontalFlip: Optional[bool] = None, verticalFlip: Optional[bool] = None) -> bool: ...
|
14609
|
+
def Move(self, deltaX: int, deltaY: int, rotationAngle: Optional[int] = None, horizontalFlip: Optional[bool] = None, verticalFlip: Optional[bool] = None) -> bool: ...
|
14610
|
+
def CanMove(self, delta: Any, rotationAngle: Optional[int] = None, horizontalFlip: Optional[bool] = None, verticalFlip: Optional[bool] = None, itemsToIgnore: Optional[List[Any]] = None) -> bool: ...
|
14611
|
+
def CanMove(self, deltaX: int, deltaY: int, rotationAngle: Optional[int] = None, horizontalFlip: Optional[bool] = None, verticalFlip: Optional[bool] = None, itemsToIgnore: Optional[List[Any]] = None) -> bool: ...
|
14612
|
+
def SetName(self, name: str) -> Any: ...
|
14613
|
+
def GetName(self) -> str: ...
|
14614
|
+
def Serialize(self) -> str: ...
|
14615
|
+
def Copy(self) -> ICopiable: ...
|
14616
|
+
def RotateLeft(self) -> Any: ...
|
14617
|
+
def HorizontalFlip(self) -> Any: ...
|
14618
|
+
def VerticalFlip(self) -> Any: ...
|
14619
|
+
def RotateRight(self) -> Any: ...
|
14620
|
+
def SetColors(self, type: SignalType) -> Any: ...
|
14621
|
+
def SameTypeAndFootprint(self, d: Device) -> bool: ...
|
14622
|
+
def Resize(self, new_left: int, new_top: int, new_width: int, new_height: int) -> Any: ...
|
14623
|
+
def UpdateObservableScopes(self) -> Any: ...
|
14624
|
+
def ParametersUpdated(self) -> Any: ...
|
14625
|
+
def GetType(self) -> Any: ...
|
14626
|
+
def ToString(self) -> str: ...
|
14627
|
+
def Equals(self, obj: Any) -> bool: ...
|
14628
|
+
def GetHashCode(self) -> int: ...
|
14629
|
+
def __init__(self): ...
|
14630
|
+
|
14535
14631
|
class ControlledCapacitor:
|
14536
14632
|
@property
|
14537
14633
|
def LibraryItemName(self, ) -> str: ...
|
@@ -23145,6 +23241,8 @@ class Signal:
|
|
23145
23241
|
@property
|
23146
23242
|
def DataPoints(self, ) -> Any: ...
|
23147
23243
|
@property
|
23244
|
+
def TimePoints(self, ) -> Any: ...
|
23245
|
+
@property
|
23148
23246
|
def EntityId(self, ) -> Any: ...
|
23149
23247
|
def Get_Y_Pointer(self, action: Any) -> Status: ...
|
23150
23248
|
def Get_X_Pointer(self, action: Any) -> Status: ...
|
@@ -1,5 +1,5 @@
|
|
1
|
-
aesim/simba/__init__.py,sha256=
|
2
|
-
aesim/simba/__init__.pyi,sha256=
|
1
|
+
aesim/simba/__init__.py,sha256=AWaZpUN0OvByZunYbDHbCoUVm9Y5UJmKj8zJhbLptpM,2632
|
2
|
+
aesim/simba/__init__.pyi,sha256=cWPMKsIgSagQ6BzyeRlk-32FXnis_iYJiXHbURKNsC8,897103
|
3
3
|
aesim/simba/Resources/CommunityToolkit.Mvvm.dll,sha256=oqsulFVnM7C7ilbH956OoKNj-YTEmgrnV-MponOkV3Q,117392
|
4
4
|
aesim/simba/Resources/CsvHelper.dll,sha256=4eydqo90kUyP8CtZNZ-kGDfwNbSubdeEx_JzBaFL_Zw,210432
|
5
5
|
aesim/simba/Resources/DeviceId.Linux.dll,sha256=5R05VNI01G2dNTSiVK5hjZqbJ1KvfBlAhxALLXxWeP8,10752
|
@@ -9,38 +9,38 @@ aesim/simba/Resources/DeviceId.dll,sha256=nBdkE1LFmM9Ta-G4kqAN-MkdbPlNhvX5nP2jxK
|
|
9
9
|
aesim/simba/Resources/DotNetZip.dll,sha256=65uEo99q5RdZVEugQiSk-RRUuKgdVLN8hGpCFrxywV4,252928
|
10
10
|
aesim/simba/Resources/Microsoft.Win32.SystemEvents.dll,sha256=56MWX7GCuiW-O0EPzkUo0jj6T_mhpVB6x-UFQtaS2qE,23112
|
11
11
|
aesim/simba/Resources/Python.Runtime.dll,sha256=ZjqNvuSeP9WKTZmjkmwsE_k2-8ykd_wDj_RyyUWbjgk,431616
|
12
|
-
aesim/simba/Resources/Simba.Data.deps.json,sha256=
|
13
|
-
aesim/simba/Resources/Simba.Data.dll,sha256=
|
12
|
+
aesim/simba/Resources/Simba.Data.deps.json,sha256=v0vuTn0ZYg75KKSW0MIvOngBlJCW3iJA8HnKdJweMyg,48372
|
13
|
+
aesim/simba/Resources/Simba.Data.dll,sha256=9O6OKPrUbr6sE7lVCvPD6_JN-6mY_lnSr1B-gxgYwac,1023488
|
14
14
|
aesim/simba/Resources/Simba.Data.runtimeconfig.json,sha256=l8lwBUK2WRULIww1eLKVMP12qwHsZqks0WlF4CRXE98,328
|
15
|
-
aesim/simba/Resources/Simba.Drawing.dll,sha256=
|
16
|
-
aesim/simba/Resources/Simba.Helper.dll,sha256=
|
15
|
+
aesim/simba/Resources/Simba.Drawing.dll,sha256=y2HpmcVJed6IugIdi12n063tGRo1oP-AdIERhu3-b1M,23040
|
16
|
+
aesim/simba/Resources/Simba.Helper.dll,sha256=6lOb3R6jCTycwjWqPFKus8pm3QL8J02TWyGn__25njY,14336
|
17
17
|
aesim/simba/Resources/System.Drawing.Common.dll,sha256=E-_s4U4Xt_iFr_-Dd7ZSqXXAOJZKgnOAW4C5r7OPcHc,143408
|
18
18
|
aesim/simba/Resources/System.Security.Permissions.dll,sha256=dO87Z5YKm1af7ZrEVxV3adv-QzsPT6E8UhZ8Ika_7XE,92536
|
19
19
|
aesim/simba/Resources/System.Windows.Extensions.dll,sha256=q76BRvo_Y47p9aquhRgtct54B8nwoGMR7xTrTl88s7A,25976
|
20
|
-
aesim/simba/Resources/Resources/DesignExamples.jsimba,sha256=
|
20
|
+
aesim/simba/Resources/Resources/DesignExamples.jsimba,sha256=U1LXRQG5YQ2NWHk9LpVhcewaIv8e-wcZqEZ34I0HwMk,1421303
|
21
21
|
aesim/simba/Resources/Resources/PsimSimbaDictionary.json,sha256=tCxP2KKLZ8gQJXMaXrKy-nHrkjnJckMz9mPvW3-A-DE,488852
|
22
22
|
aesim/simba/Resources/Resources/RTTCalculator.so,sha256=z72EY7UMq1BD5G2NC7Rp0YVfOzUxBVvszdMZ1jXEhCM,3308760
|
23
|
-
aesim/simba/Resources/Resources/libSimba.Solvers.linux-x64.so,sha256=
|
23
|
+
aesim/simba/Resources/Resources/libSimba.Solvers.linux-x64.so,sha256=YU0VVvHI5YJ9-xHQ7c50nvweCWrQj3Xel_7thkMjoes,8178968
|
24
24
|
aesim/simba/Resources/Resources/simba_library.c,sha256=gMHpqpngHvQ7uN8zmPtrIkr1xjrOjARHg0qKYC5sNEU,2823
|
25
25
|
aesim/simba/Resources/Resources/simba_library.h,sha256=ypY3lWFy3bx9epXQGbFhaaJheyfk7CN0PttmBOUHjzM,999
|
26
|
-
aesim/simba/Resources/Resources/Examples/acdc_3ph_diodebridge.jsimba,sha256=
|
27
|
-
aesim/simba/Resources/Resources/Examples/acdc_3ph_thyristor_rectifier.jsimba,sha256=
|
28
|
-
aesim/simba/Resources/Resources/Examples/acdc_pfc_totem_pole.jsimba,sha256=
|
29
|
-
aesim/simba/Resources/Resources/Examples/bldc_drive_example.jsimba,sha256=
|
30
|
-
aesim/simba/Resources/Resources/Examples/dcac_3_phase_inverter_spwm.jsimba,sha256=
|
26
|
+
aesim/simba/Resources/Resources/Examples/acdc_3ph_diodebridge.jsimba,sha256=RVWkOzyJycvmD1Ju9A27v-l40z7vdiR_0RS9WAXXZSM,30217
|
27
|
+
aesim/simba/Resources/Resources/Examples/acdc_3ph_thyristor_rectifier.jsimba,sha256=uGgtf_IfHfwOd4NEW5LkXgkUSb9IgjCfVPtJp0_hGDo,99991
|
28
|
+
aesim/simba/Resources/Resources/Examples/acdc_pfc_totem_pole.jsimba,sha256=dOGc6JPej3O9xhLrACn97v_jlY4O2tnL_Kt74bVvv0w,93479
|
29
|
+
aesim/simba/Resources/Resources/Examples/bldc_drive_example.jsimba,sha256=rXidJhVKtJMMZD-lrpzmEjeEyxuHzBhCXnXPnlf_aQM,178790
|
30
|
+
aesim/simba/Resources/Resources/Examples/dcac_3_phase_inverter_spwm.jsimba,sha256=IKjAMhgZBkWiFIrYybzmWIyPJ7Ej3wTVB2pjuTQLxQc,54681
|
31
31
|
aesim/simba/Resources/Resources/Examples/dcac_5lvl_npc.jsimba,sha256=pF62jzaOGr9_2orHDS4LOeR8NaKxRZMoLXvo6zuuGyU,83331
|
32
|
-
aesim/simba/Resources/Resources/Examples/dcdc_boost_converter.jsimba,sha256=
|
33
|
-
aesim/simba/Resources/Resources/Examples/dcdc_buck_c_code.jsimba,sha256=
|
34
|
-
aesim/simba/Resources/Resources/Examples/dcdc_buck_chopper_thermal.jsimba,sha256=
|
35
|
-
aesim/simba/Resources/Resources/Examples/dcdc_buck_converter_ac_sweep.jsimba,sha256=
|
32
|
+
aesim/simba/Resources/Resources/Examples/dcdc_boost_converter.jsimba,sha256=4rLQmD41acihBiWCiFnoSNEJ52I3cvPFNnhYIvJv4xQ,14788
|
33
|
+
aesim/simba/Resources/Resources/Examples/dcdc_buck_c_code.jsimba,sha256=7WQ2lX1iOyIRUg1oNvW1tcMQhk2CwLcZ5RwM00ezoZU,37796
|
34
|
+
aesim/simba/Resources/Resources/Examples/dcdc_buck_chopper_thermal.jsimba,sha256=c_CDzFCmTzmZ4fscFz7-1Q7wKKGM8InE_UWeTcQ_f48,27931
|
35
|
+
aesim/simba/Resources/Resources/Examples/dcdc_buck_converter_ac_sweep.jsimba,sha256=9hYdBwhHkJIx_pmEiVz1whjNl5eU1ka8KoIsRfONv_k,24411
|
36
36
|
aesim/simba/Resources/Resources/Examples/dcdc_buck_detailed.jsimba,sha256=ivC0KaXYXdSRG9lFc-jYWCiCFU9HGHaU-oLEYABWtxI,19345
|
37
|
-
aesim/simba/Resources/Resources/Examples/dcdc_buckboost.jsimba,sha256=
|
38
|
-
aesim/simba/Resources/Resources/Examples/dcdc_dual_active_bridge_converter.jsimba,sha256=
|
39
|
-
aesim/simba/Resources/Resources/Examples/dcdc_flyback.jsimba,sha256=
|
37
|
+
aesim/simba/Resources/Resources/Examples/dcdc_buckboost.jsimba,sha256=zJHGMjetr2COvaa-IyypqXAR3sb7kJbs5QBWZDFd25k,33396
|
38
|
+
aesim/simba/Resources/Resources/Examples/dcdc_dual_active_bridge_converter.jsimba,sha256=xWpVT8OJ2QN_yyNmxAJgx6LfYbfhsspyPQlLycXjWEg,93091
|
39
|
+
aesim/simba/Resources/Resources/Examples/dcdc_flyback.jsimba,sha256=bf0ezJOnpfYBK0vzfKTwP7kzQg4QKA7RtHlK5Rz1JOQ,19179
|
40
40
|
aesim/simba/Resources/Resources/Examples/dcdc_forward.jsimba,sha256=7KgzQCui5v4gxMIoLc1vHDej3KWPZfh8uOoaoY9vTuc,11429
|
41
|
-
aesim/simba/Resources/Resources/Examples/dcdc_interleaved_buck_chopper.jsimba,sha256=
|
42
|
-
aesim/simba/Resources/Resources/Examples/dcdc_llc_resonant_converter.jsimba,sha256=
|
43
|
-
aesim/simba/Resources/Resources/Examples/dcdc_phase_shift_full_bridge_converter.jsimba,sha256=
|
41
|
+
aesim/simba/Resources/Resources/Examples/dcdc_interleaved_buck_chopper.jsimba,sha256=RiV2LCNrOb4EVoK7Sc6YLP7Cu52vGn49MxoiA31ADc8,39928
|
42
|
+
aesim/simba/Resources/Resources/Examples/dcdc_llc_resonant_converter.jsimba,sha256=jfWl4hxLoWW0uNwIZJq4lAzH62uxgh7DKtupXU4tfTw,110928
|
43
|
+
aesim/simba/Resources/Resources/Examples/dcdc_phase_shift_full_bridge_converter.jsimba,sha256=k8-4j7cbf9zlCdjeUFkL-3bgbEWO0N941CqoOjCY2l8,92802
|
44
44
|
aesim/simba/Resources/Resources/Examples/double_pulse_test.jsimba,sha256=vvNeqDT2ocWPgKZuWAR4pXjM5LKq2wSBWfS7u5hduVU,17929
|
45
45
|
aesim/simba/Resources/Resources/Examples/im_drive_example.jsimba,sha256=x12WkP8fssD0BUPMRc79hxXAyJGCKbkJ0V9j120c3tQ,198661
|
46
46
|
aesim/simba/Resources/dotnet/LICENSE.txt,sha256=z8IfXovWVa6ZfuyRYTi3B7HSkLgycsAqlcn4IbjIcxA,1116
|
@@ -235,7 +235,7 @@ aesim/simba/Resources/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll,
|
|
235
235
|
aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll,sha256=HVu_sifyDoZs8l9kmgWbYcPzUzb2nr0ZuO3ntuFKdBQ,50248
|
236
236
|
aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll,sha256=30Cd54Iuvkhxqt7x-OSlU0BjlcjWknBAN3gXd7plAwA,414280
|
237
237
|
aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll,sha256=sLFe4SPSSiINw0RslqYnPi_a3nHR81K_BiF73ld3iyQ,56184
|
238
|
-
aesim.simba-2024.5.
|
239
|
-
aesim.simba-2024.5.
|
240
|
-
aesim.simba-2024.5.
|
241
|
-
aesim.simba-2024.5.
|
238
|
+
aesim.simba-2024.5.28a1.dist-info/METADATA,sha256=DA8Ka--5s9XKnIg2vhon44MAgYV_OeO0qnA5Do_JDsY,3119
|
239
|
+
aesim.simba-2024.5.28a1.dist-info/WHEEL,sha256=Bk22TbuisWAzwBPgwD9EeHWUrCwPt2F-ZT2P7e0SoqI,106
|
240
|
+
aesim.simba-2024.5.28a1.dist-info/top_level.txt,sha256=Rl2TekTH7Z1aRbKhE4okcrHjcDpapnmnsn5xI4Mb7_k,6
|
241
|
+
aesim.simba-2024.5.28a1.dist-info/RECORD,,
|
File without changes
|
File without changes
|