PySimultan 0.5.9.6__py3-none-any.whl → 0.6.0.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- PySimultan2/CHANGELOG.md +9 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +12 -5
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +31 -3
- PySimultan2/resources/BruTile.dll +0 -0
- PySimultan2/resources/ComponentBuilder.dll +0 -0
- PySimultan2/resources/ComponentBuilder.xml +93 -15
- PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
- PySimultan2/resources/HelixToolkit.dll +0 -0
- PySimultan2/resources/Python.Runtime.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
- PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- PySimultan2/resources/SIMULTAN.UI.xml +57 -0
- PySimultan2/resources/SIMULTAN.dll +0 -0
- PySimultan2/resources/SIMULTAN.xml +73 -3
- PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
- PySimultan2/resources/defaultsettings.xml +0 -0
- PySimultan2/simultan_object.py +6 -1
- PySimultan2/taxonomy_maps.py +45 -27
- PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
- PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
- PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
- PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
- PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
- PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
- PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
- PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
- PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
- PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
- PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
- PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
- PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
- PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
- PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
- PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
- PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
- PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
- PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
- PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
- PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
- PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
- PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
- PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
- PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
- PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
- PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
- PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
- PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
- PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
- PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
- PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
- PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
- PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
- PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
- PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
- PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
- PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
- PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
- PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
- PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
- PySimultan2/typings/System/Collections/__init__.pyi +403 -0
- PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
- PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
- PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
- PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
- PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
- PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
- PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
- PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
- PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
- PySimultan2/typings/System/IO/__init__.pyi +2747 -0
- PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
- PySimultan2/typings/System/Net/__init__.pyi +81 -0
- PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
- PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
- PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
- PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
- PySimultan2/typings/System/Resources/__init__.pyi +205 -0
- PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
- PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
- PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
- PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
- PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
- PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
- PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
- PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
- PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
- PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
- PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
- PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
- PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
- PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
- PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
- PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
- PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
- PySimultan2/typings/System/Security/__init__.pyi +347 -0
- PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
- PySimultan2/typings/System/Text/__init__.pyi +1590 -0
- PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
- PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
- PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
- PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
- PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
- PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
- PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
- PySimultan2/typings/System/__init__.pyi +17821 -0
- PySimultan2/utils.py +10 -5
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +5 -1
- pysimultan-0.6.0.1.dist-info/RECORD +174 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
- PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
- PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
- pysimultan-0.5.9.6.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
PySimultan2/utils.py
CHANGED
@@ -8,6 +8,7 @@ from weakref import WeakSet
|
|
8
8
|
import numpy as np
|
9
9
|
import pandas as pd
|
10
10
|
from typing import List as TypeList, Union, Optional, Type, Any, TYPE_CHECKING
|
11
|
+
from SIMULTAN.Data import SimId
|
11
12
|
|
12
13
|
from System import ArgumentException, NotSupportedException
|
13
14
|
|
@@ -151,7 +152,7 @@ def create_taxonomy(name, key, description='', data_model=None) -> SimTaxonomy:
|
|
151
152
|
:param data_model: data model; if not None, the taxonomy will be added to the data model
|
152
153
|
:return: SimTaxonomy
|
153
154
|
"""
|
154
|
-
new_taxonomy = SimTaxonomy(key, name, description)
|
155
|
+
new_taxonomy = SimTaxonomy(key, name, description, None)
|
155
156
|
if data_model is not None:
|
156
157
|
data_model.taxonomies.Add(new_taxonomy)
|
157
158
|
return new_taxonomy
|
@@ -466,6 +467,7 @@ def add_sub_component(comp: SimComponent,
|
|
466
467
|
error = None
|
467
468
|
except (ArgumentException, NotSupportedException) as e:
|
468
469
|
error = e
|
470
|
+
raise error
|
469
471
|
return True
|
470
472
|
|
471
473
|
|
@@ -498,15 +500,16 @@ def remove_sub_component(comp: Union[SimComponent, SimultanObject],
|
|
498
500
|
component_wrapped_obj = comp if isinstance(comp, SimComponent) else comp._wrapped_obj
|
499
501
|
|
500
502
|
if index is not None:
|
501
|
-
component_wrapped_obj.Components.
|
503
|
+
component_wrapped_obj.Components.RemoveAt(index)
|
504
|
+
# sub_comp.Id = SimId.Empty
|
502
505
|
return
|
503
506
|
|
504
507
|
for i, sub_comp_entry in enumerate(component_wrapped_obj.Components.Items):
|
505
508
|
if sub_comp_entry.Component == sub_comp_wrapped_obj:
|
506
|
-
component_wrapped_obj.Components.
|
509
|
+
component_wrapped_obj.Components.RemoveAt(i)
|
510
|
+
# sub_comp.Id = SimId.Empty
|
507
511
|
return
|
508
512
|
|
509
|
-
|
510
513
|
def create_resource_reference(component: Union[SimComponent, SimultanObject],
|
511
514
|
resource: ContainedResourceFileEntry) -> Asset:
|
512
515
|
"""
|
@@ -585,10 +588,12 @@ def remove_referenced_component(component: Union[SimComponent, SimultanObject],
|
|
585
588
|
|
586
589
|
for i, ref_comp in enumerate(component.ReferencedComponents.Items):
|
587
590
|
if ref_comp.Target == referenced_wrapped_obj:
|
588
|
-
component_wrapped_obj.ReferencedComponents.
|
591
|
+
component_wrapped_obj.ReferencedComponents.RemoveAt(i)
|
589
592
|
return
|
590
593
|
|
591
594
|
|
595
|
+
|
596
|
+
|
592
597
|
def find_components_with_taxonomy(component_list: list[SimComponent], key, first=False) -> set[SimComponent]:
|
593
598
|
|
594
599
|
components = set()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: PySimultan
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.6.0.1
|
4
4
|
Project-URL: Documentation, https://github.com/Bühler Maximilian/PySimultan2#readme
|
5
5
|
Project-URL: Issues, https://github.com/Bühler Maximilian/PySimultan2/issues
|
6
6
|
Project-URL: Source, https://github.com/Bühler Maximilian/PySimultan2
|
@@ -166,6 +166,10 @@ print(instances[0].param_1)
|
|
166
166
|
|
167
167
|
|
168
168
|
# Change Log
|
169
|
+
## [0.5.9.7] - 2025-01-09
|
170
|
+
- Added default component support to Mapper: if a default component is not present in the datamodel, it is automatically added
|
171
|
+
- Fixed content naming bug: Content.name is now used for the name of the TaxonomyEntry in SIMULTAN
|
172
|
+
- Added typing for better code completion
|
169
173
|
|
170
174
|
## [0.5.9.4] - 2024-12-31
|
171
175
|
- Fixed bug in DirectoryInfo where \_\_dir_helper_file__ was not found if already existing
|
@@ -0,0 +1,174 @@
|
|
1
|
+
PySimultan2/CHANGELOG.md,sha256=HspcwCUaJlQjG6FmDBKgE0A33Ff_vQP1LATofwpYkOU,901
|
2
|
+
PySimultan2/__about__.py,sha256=y6swB993bKP6z3OdEddLrF5oEi_GvbptmgkT2wVYcPc,21
|
3
|
+
PySimultan2/__init__.py,sha256=PGVR1uhY01dF5tHyad-znURUZ_LVB95vsjId2BT0aJM,3245
|
4
|
+
PySimultan2/data_model.py,sha256=4TNhL_YnP7gYVEqIHAVjjmOYoEkKnU0daip0DvANdeE,37959
|
5
|
+
PySimultan2/default_types.py,sha256=-5WV9LTJ7UABMzvuo719V80RDZhBsdE-3ekZBVS_INw,29019
|
6
|
+
PySimultan2/files.py,sha256=bDBaPjO4dpkuMepDYvcKSiJzo8w-sj3_hUHIF0QlEJ8,28810
|
7
|
+
PySimultan2/multi_values.py,sha256=ZFXlTLuZo32x7_7diYAp2XEjp5uwgHLgNOzN7v74-5I,13650
|
8
|
+
PySimultan2/object_mapper.py,sha256=Oz5KWvCzrYVb0ILj_WHuRarYIvVxOUGDGNeIVm5bGNQ,19839
|
9
|
+
PySimultan2/simultan_object.py,sha256=7g-1VK6P3xotwP-IMz0QFiSiRlk3AXMtcoWpf0KcYQg,19278
|
10
|
+
PySimultan2/taxonomy_maps.py,sha256=hhgXhRXIPTD2briG_yYZssJ9musOnzs0LC4e8e78e40,10323
|
11
|
+
PySimultan2/type_setter_lookup.py,sha256=PGa5_EtV7SM15w3uxy0fA3LiQ0TaS4Ys0LYR5zs8aNk,3748
|
12
|
+
PySimultan2/utils.py,sha256=hQpA14rtfmfSbEclwvel3cJclPu6kHIH_xAbefmLhkc,66967
|
13
|
+
PySimultan2/geometry/__init__.py,sha256=nJolTD1i5J8qUkOQa-r3D20aq3Co3sN31Xc0n4wJpJo,248
|
14
|
+
PySimultan2/geometry/geometry_base.py,sha256=TwABfQEsqxAIGLqwvqVXEV-GA5sYGBJSJm7e58QmNzM,24015
|
15
|
+
PySimultan2/geometry/utils.py,sha256=J25YsK8sso_UL7xRusItQZvyjtvxdOsSPelBQYFABhY,8519
|
16
|
+
PySimultan2/resources/AssimpNet.dll,sha256=x8uwMHPRmEH9fDQihfEQLUdblM1u7RP-CCnUjOpXcLo,205312
|
17
|
+
PySimultan2/resources/AvalonDock.dll,sha256=9tCcw7cpaVq0bh1H2sfcxb8EWhySmgujPs89lAqIPZs,500224
|
18
|
+
PySimultan2/resources/BruTile.dll,sha256=sJOMQaku5jxcbL7XEd9pehBopyFEHOZzaLyNZyD6u7U,203264
|
19
|
+
PySimultan2/resources/ClosedXML.dll,sha256=dzkwJaBvIdou7SZSE5lsEART_jlnMMztEZu_jBuHp74,1198592
|
20
|
+
PySimultan2/resources/ComponentBuilder.dll,sha256=38kTs312oyDDfX9z4JJyvlfbb7JxMrCEFe58zYnidcQ,2324992
|
21
|
+
PySimultan2/resources/ComponentBuilder.dll.config,sha256=jP5s_8OMg9085DyGtrLZcguy8etqm4ra21KwDXq1sy0,3032
|
22
|
+
PySimultan2/resources/ComponentBuilder.runtimeconfig.json,sha256=YBIGLYblUb1QapC3Td-VcI9HtfEQ_6rQssb-JbeODyA,458
|
23
|
+
PySimultan2/resources/ComponentBuilder.xml,sha256=-P7kILmeX_v7ZCie38jMrceS5gX53h7q8ukIKNmgoyU,1044233
|
24
|
+
PySimultan2/resources/ControlzEx.dll,sha256=S26xw5MnNiIoyiCmVFbFOmUx1yx_zAyXBdDSOSidZxQ,463160
|
25
|
+
PySimultan2/resources/Cyotek.Drawing.BitmapFont.dll,sha256=JG8HbAq5s796e02jB9QklO2cOyKPtHmhY6vc7KUs0OQ,41800
|
26
|
+
PySimultan2/resources/DocumentFormat.OpenXml.dll,sha256=JjiBI17BpHztipV39dQdXAjhHo6Ic0xRjijJJuBQLLo,6108592
|
27
|
+
PySimultan2/resources/DotSpatial.Projections.dll,sha256=dK4oFLcpUK3i6CZ3qIcX5B0npYd-W4hHJz7RJvM77ho,1541632
|
28
|
+
PySimultan2/resources/ExcelNumberFormat.dll,sha256=18Rbjk4QJ4MeL8jN-UH69R0opm_qz8qqc32nMmLntQc,30720
|
29
|
+
PySimultan2/resources/Fluent.dll,sha256=9b7QKKj8-Ynhe4WqSVfiP82PkxYz_kI_GXYi_KQxrEU,2598400
|
30
|
+
PySimultan2/resources/HelixToolkit.Core.Wpf.dll,sha256=EU2-CBh2SDNjwZEP2pOBJhLUf0lKpOL77dYH4fS3wZY,592384
|
31
|
+
PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll,sha256=KgLYD_QrOxwu90Zk59KLsquAGthP_B-FW0GyHEkyDk0,613888
|
32
|
+
PySimultan2/resources/HelixToolkit.SharpDX.Core.dll,sha256=iKE8TEEAEX9FCg-6CipTCq79aiR79d6jep0rwMCAwgM,1733120
|
33
|
+
PySimultan2/resources/HelixToolkit.dll,sha256=HjbeIX5qCQOm-2HhJCd7ZjCwGAeVoaAHo3SHV8_B4ak,6656
|
34
|
+
PySimultan2/resources/MathNet.Numerics.dll,sha256=g7QaYI5DhAnWUg0BEk9S9XQJ4il5HA4HTjFazn2fQTQ,1600000
|
35
|
+
PySimultan2/resources/Microsoft.AspNetCore.Authorization.dll,sha256=P7_HRwCqdk3q1MD7UtlAXMN_E8gZRdzme6ESGZsXHNk,49272
|
36
|
+
PySimultan2/resources/Microsoft.AspNetCore.Metadata.dll,sha256=jddQwxkgfjmJ6vlXok-PbfnIquNDs6VHvspFEopiTAY,17016
|
37
|
+
PySimultan2/resources/Microsoft.Extensions.DependencyInjection.Abstractions.dll,sha256=jrAm-30mcWoI54hsUTOr-RMOzHIq-zO8ZuRBVrBvCoo,43656
|
38
|
+
PySimultan2/resources/Microsoft.Extensions.Logging.Abstractions.dll,sha256=7mzUlhcvGxpAVO4h_Tka7P_8IXF9ZsHkGt0fp5aufkU,63096
|
39
|
+
PySimultan2/resources/Microsoft.Extensions.Options.dll,sha256=gcHJrSv1wTqvF9SyWTEKcbiShn4mkgfnm9-tRQr4OqY,60584
|
40
|
+
PySimultan2/resources/Microsoft.Extensions.Primitives.dll,sha256=q4ruoDSCjV_QJY9ZkzV6uxvEvZUVrDbyUjU3SSh5SlE,41616
|
41
|
+
PySimultan2/resources/Microsoft.WindowsAPICodePack.Shell.dll,sha256=VTVjKHwRDUz4rGoy8r3j4IP94wHDQky2NImHsqFhbHk,514048
|
42
|
+
PySimultan2/resources/Microsoft.WindowsAPICodePack.dll,sha256=aB9FK5RWRh1onyayOe0YIuu2Qtqv7hq-HmZQH40Mk4s,103936
|
43
|
+
PySimultan2/resources/Microsoft.Xaml.Behaviors.dll,sha256=j3gq16397qqTMYMGWqegvpOHq85gOOkSRV54UnsErco,145272
|
44
|
+
PySimultan2/resources/Newtonsoft.Json.Bson.dll,sha256=tgbl3XemJCyh8d9xfrU9lQWuVpBDMLl1wI1PLb6MMxk,90624
|
45
|
+
PySimultan2/resources/Newtonsoft.Json.dll,sha256=etsgJYQb32kqVnEuCK_nXhcwxx1keKj-1XWs1DJRpmI,639488
|
46
|
+
PySimultan2/resources/Python.Runtime.dll,sha256=i8TGSK2uHgN4_JwFn8llwTNrhXtqU-l05M8-CdMIy7Q,438784
|
47
|
+
PySimultan2/resources/SIMULTAN.Lang.dll,sha256=Z_vMisLt6CHABBO_FYcA9utI8n10kSqXy7tE5iFa8o0,2587136
|
48
|
+
PySimultan2/resources/SIMULTAN.Lang.xml,sha256=5kUlwuT-UNog9Y2JjjSFdBW8b1s14Nf1B_YyQlrf7Vg,739070
|
49
|
+
PySimultan2/resources/SIMULTAN.UI.dll,sha256=Iya297q6BCfLAHxLnJEoFi6h9-H54Dg0Ps6bbyDyOuQ,1245184
|
50
|
+
PySimultan2/resources/SIMULTAN.UI.xml,sha256=NVUg3RiPzvUJk87fHnVya0BVdL3tECz8gg2GQZHOevs,836095
|
51
|
+
PySimultan2/resources/SIMULTAN.dll,sha256=eNB8MyMrrqNk398r2q39Y3-L5eeymN4eShFFD_OmKcA,1771520
|
52
|
+
PySimultan2/resources/SIMULTAN.xml,sha256=oRopamMm95ByupGN_8VzQmMlHA_AfFS2bFBZ1pPAlY0,1968806
|
53
|
+
PySimultan2/resources/SharpDX.D3DCompiler.dll,sha256=qyDGhqpcMo0zkNAdSdyX9sxWRxGRZq6ce4FIBXvxXSI,57856
|
54
|
+
PySimultan2/resources/SharpDX.DXGI.dll,sha256=GMTsibwN7s_JG8t-ofKaJpDpKIADw2bqAnAzdLS21zI,147968
|
55
|
+
PySimultan2/resources/SharpDX.Direct2D1.dll,sha256=HkRyV1YspAeY05q0E4pkFy3Hrrkd96fr9SzlmVnDekc,495616
|
56
|
+
PySimultan2/resources/SharpDX.Direct3D11.dll,sha256=XBwIVxhA-_S5haBjrGlXEwWWqIg5IKcXT7fFFoJt2rE,282624
|
57
|
+
PySimultan2/resources/SharpDX.Direct3D9.dll,sha256=aXAe2nQzrAAQq6QWudnCRc14aUdw1LtrdUG4O6zkHVU,338944
|
58
|
+
PySimultan2/resources/SharpDX.Mathematics.dll,sha256=ajtUzW3A6l7UwfVpZgpPacGrVHHP24QZmdSyZOHOThI,215552
|
59
|
+
PySimultan2/resources/SharpDX.dll,sha256=UY1FparshMs36D7iz1jFA6tqJf67jEi1MxY0DJZ-hL0,275968
|
60
|
+
PySimultan2/resources/Sprache.Calc.dll,sha256=QyBWSMEL5UXootOCTzYWlAkDgGcseeVgDaw_W7K32zc,22528
|
61
|
+
PySimultan2/resources/Sprache.dll,sha256=4c4dDHP9ztxaBDpgWYBUhKKkzPl5eISQimpThGZl0t8,59904
|
62
|
+
PySimultan2/resources/System.Collections.Immutable.dll,sha256=YkpsmK2tsFnupt75OgF4vW0fedXRXfvGwPKONArInxk,245920
|
63
|
+
PySimultan2/resources/System.Data.OleDb.dll,sha256=-AAzdmyo01QNgD9qnUIewEImplJFVNDGUlqE17qmRYA,124024
|
64
|
+
PySimultan2/resources/System.Net.Http.Formatting.dll,sha256=xQBIin4YpqDObdqwau_5dr8XQEq54hlxV4gBgNtUqbc,179672
|
65
|
+
PySimultan2/resources/System.Reflection.Metadata.dll,sha256=Z_vYHE6IgOvBi3DLxLhfX-v6o01lTfD0B4oW6B8IsyA,475912
|
66
|
+
PySimultan2/resources/System.Reflection.MetadataLoadContext.dll,sha256=P4PBRwAGWL27sNc754Wd28t_koJKBFYJ2FyolrD1xo0,242296
|
67
|
+
PySimultan2/resources/XAMLMarkupExtensions.dll,sha256=Ck7FAAFHqSSwMtGJebfun-88OCEplWxY2YKMwlFaF84,36864
|
68
|
+
PySimultan2/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
69
|
+
PySimultan2/resources/assimp.dll,sha256=HwfDwXqoPDTFRyoQpA3qmgZoUdFtziJkV5fNtktEZEU,6081536
|
70
|
+
PySimultan2/resources/componentmanager.user,sha256=hrzr1US4pqkFnLHXcvPkvrgGd7QvlxaV8mhS6fuikEs,760
|
71
|
+
PySimultan2/resources/defaultsettings.xml,sha256=QCkKmhNMxwSvC-aYUUMhkCkXqRSrkuFt5s4FEI5x1wo,396
|
72
|
+
PySimultan2/resources/setup.bat,sha256=fjvvYfVM6TalS-QTSiKAbAId5nTsk8kGGo06ba-wWaY,32
|
73
|
+
PySimultan2/typings/SIMULTAN/Data/__init__.pyi,sha256=2Ss4OF2qzS9CkfIIkMFbONzIY9XNB1XutoxMCTSSBZc,8869
|
74
|
+
PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi,sha256=Aivof9__C2DEcoQ38OQjd1pBR6hvnO9s3d79MdQcaiU,28130
|
75
|
+
PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi,sha256=pHMbyHk9HgI356rk92lMQXKuD0bNjkIf23tvywxCFao,107427
|
76
|
+
PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi,sha256=3kx_MTcE8wV5K8kq1dUl3WytMMQnDkdDi_S8awXZK6M,22555
|
77
|
+
PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi,sha256=5PszeDEcQMrRTC5AX7SVrn7gahgt5cfaimbUe98lHfc,98925
|
78
|
+
PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi,sha256=DyqD0kt4cuuxK62z0msubCd8ioZJgmkZdQ2jTkg6-QQ,28307
|
79
|
+
PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi,sha256=kDQzlZx0CI0RFveYBAHXDYy-7OhcC2e9HxCxZub--jo,60697
|
80
|
+
PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi,sha256=IqVJpS-9-5mzv0CyJT2wYNAGfWlAd0X2hnVF1xFLZns,17270
|
81
|
+
PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi,sha256=kXJDanAtmHMrnDIYGvelSYFOnnPNYfgjzCcftRn80pU,8355
|
82
|
+
PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi,sha256=gCq9bI9ecDf07v9XHRbL1EDCna0_-kgPEZCL81FVh24,13655
|
83
|
+
PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi,sha256=1-t94tFIMoTiF2Z_x7g_NzRQ6C8LGrCegyug-KBZrgU,4621
|
84
|
+
PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi,sha256=Qu8cQWVnRxSrR28NPDgQKrS7GHqm-q1ZYIMuTBZD624,7732
|
85
|
+
PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi,sha256=HMNMd3XDl3yHTLxd3kPE5Xq9IZwxaJl_zfWn62jVTts,39578
|
86
|
+
PySimultan2/typings/SIMULTAN/Excel/__init__.pyi,sha256=PolzsbUO27BUTJpUqRjWHQR9CEnokvuorOmi2BBOKGI,718
|
87
|
+
PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi,sha256=iVUqrEiEPCRClkb9mWxCsTdPoIpWV4QTmUGZqTCEyGA,8103
|
88
|
+
PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi,sha256=i2qq2hkwlYHoUMBKgwTHcNdnkh2z8QONABPz_6YbVCQ,6472
|
89
|
+
PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi,sha256=YODd2guNW8aF7PR4TdyHgXceUJbKsX53jHWYsO1toiQ,1481
|
90
|
+
PySimultan2/typings/SIMULTAN/Projects/__init__.pyi,sha256=_exr2BFK01KPLvzTqAaO3BcU50Nfpbkpqgnudg1DffM,21202
|
91
|
+
PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi,sha256=3bupwCMYZe_ZJRHrjpQl7CgJeO-552fXYF_X-2nYWkc,18552
|
92
|
+
PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi,sha256=7CUunOd7wvNV0uJNj53_FoPyvpro16p8oy-FwnOIrC4,1332
|
93
|
+
PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi,sha256=yV1Tmbidg4Qb9mTPNn2m3YHYx_89837_icZgESgBcUY,4333
|
94
|
+
PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi,sha256=PelyJ_GFt9evgZxMPwr2lEg8qaBIZCA8GlY8eLzZjUY,4724
|
95
|
+
PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi,sha256=I5P9tY-ZbZfzh_NIWrW8i10ult4T7AU3tP91_1miT64,65885
|
96
|
+
PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi,sha256=VkZjpzkxoG95kAq-iL95uVo9FV_AtCTZ5Pb2Vg1eeSU,1443
|
97
|
+
PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi,sha256=TXxJFN8iqCDooBL81UlYe3ByKe-5p5Y8NX_qbCvyeNM,20128
|
98
|
+
PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi,sha256=peTJM2xbdZhm59_f1-kqtbtt52NWJfX0HAaUc_NgN7A,393
|
99
|
+
PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi,sha256=g5D29eocmYVI3wBJWIpEC9UcE7n8X7twWum_oD1TUMw,796
|
100
|
+
PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi,sha256=xfHyJDqCuAzGxK1k_tb3mO4cDDVHaljPR1OsWHqo280,321
|
101
|
+
PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi,sha256=YUnIfwhJwSbFTJy_tf1VWsn5cnNB3hwBZIClusAdTmA,5321
|
102
|
+
PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi,sha256=2mxxhPH-yhwsTkoCD9jOwbL-3ZmYDPBDyC_ykV7L5V4,57
|
103
|
+
PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi,sha256=ChLYBGkUDCGXzKPgd_wizHfTTdEVRVEYP9Vv3H7mG1k,486
|
104
|
+
PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi,sha256=E3nIS0t796Yvgb7tA2EavcaMKadD24nNEQ3YnHkqJIs,2170
|
105
|
+
PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi,sha256=3rEoyFRv5tcmfziJ20XB7h2yg1LneH6oM4o_5HbdIiM,1967
|
106
|
+
PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi,sha256=M2nZs8x6a91gWXpPBVHU9l6zwzKyRMMAN01AfgsYXkU,929
|
107
|
+
PySimultan2/typings/SIMULTAN/Utils/__init__.pyi,sha256=SLBb4ggxt8ZWUn_bpXNOWtGIIkf70iLQgD0vH9nYMHw,25946
|
108
|
+
PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi,sha256=9EUE-ecqhw_Rb72QOjl94WFoiNr7J6oBhZhSnVVW7AY,1378
|
109
|
+
PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi,sha256=v2OBdmRZAEyRIvZTEJ8q5IEQKi-4UoReNmfJ28RQ82k,17067
|
110
|
+
PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi,sha256=uj-xOnspOeLfAIRjAXd_B7z-0_ZfmnNkgbeFcfr3Cyg,2222
|
111
|
+
PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi,sha256=1ah7MiWTRTwsm6zB1N6s0s04ku2chBdxE-3FuRD0ZhU,1755
|
112
|
+
PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi,sha256=9rsFHmyAsto0av4A-rjn6Qy2BakPaqT_nMEBkW0yfao,244
|
113
|
+
PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi,sha256=giitGO3CvoK7inNKQuczPtsrlPR8-dzYewD_vLBV1GY,2426
|
114
|
+
PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi,sha256=EfJlBD1a_BKKHfyZniesG9OwOKcVuU5Us7lFuSRzMaI,5356
|
115
|
+
PySimultan2/typings/System/__init__.pyi,sha256=Ch586BDyf6ApqhiISKy3BAR8_xgSowLaKy_LkF8qNPs,1000372
|
116
|
+
PySimultan2/typings/System/Buffers/__init__.pyi,sha256=nw4ULVB6XKoyeyMet39SMyrfuUMPEvwgTwQK0Y5hFcE,9549
|
117
|
+
PySimultan2/typings/System/Buffers/Binary/__init__.pyi,sha256=O7ek1kf2pNa9YpkeHRX87s98Pr8U99JJVAo5g9pIFdQ,13707
|
118
|
+
PySimultan2/typings/System/Buffers/Text/__init__.pyi,sha256=7nS8q23v1d60SRPBNhERX-bNJ8afhjKEh7bpiy7Ckkk,7447
|
119
|
+
PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi,sha256=EtDyXZkXID5fQ8AnqVb8rrDzROcQIofayUt0uvJtgqA,6090
|
120
|
+
PySimultan2/typings/System/Collections/__init__.pyi,sha256=N0ccVcd9-LL15GAAYBQdsR2opbmbRicF04VbsHNMS5U,14571
|
121
|
+
PySimultan2/typings/System/Collections/Concurrent/__init__.pyi,sha256=dJiOBBler9-V5638qgu5BjHKI_iajG2qBETYJ1kkxhk,2896
|
122
|
+
PySimultan2/typings/System/Collections/Generic/__init__.pyi,sha256=xjT4SXfmIjIwXs0zT2dxgqE-u8x6hcOycxBZDS1affQ,76551
|
123
|
+
PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi,sha256=9o1DnZjV44VZ3Lggh5X_8f4BjFIsNYnZ-q9tr691ssg,11597
|
124
|
+
PySimultan2/typings/System/Collections/Specialized/__init__.pyi,sha256=kSWzP_HN2YqIMpbN5zLeqg3E16Z1EWfPUc3WXwK1xys,3363
|
125
|
+
PySimultan2/typings/System/ComponentModel/__init__.pyi,sha256=qzPj4hmNAvaKWOzcJKvYZyE-6fvqpDNnC1oZsIZE6Ao,22357
|
126
|
+
PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi,sha256=g0bkRIXaFlhCt8jvwZF5fG_nQ0XtzfLgQ8sNzVgKCi8,981
|
127
|
+
PySimultan2/typings/System/Diagnostics/__init__.pyi,sha256=L34lWO5gE1rltzGUN5zidX1koE5gPK3y3lBRYHhE-go,40187
|
128
|
+
PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi,sha256=V23KTvkBM2s-8MhPig-khxf1IyKJtg_CZRSc0iG_Ea4,9479
|
129
|
+
PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi,sha256=cQTDnhn7mcD96GEFGDwpjwQ_iwE01OzmD9CRSGKSy7o,10649
|
130
|
+
PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi,sha256=ZISZ8kkQZmJf3LCbRouhPHHCGSyjTejbPZfbn6m24JA,298
|
131
|
+
PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi,sha256=wFmXw0plvKWZxV_PgtyXS7RP_4K-dwCXhezhisNzF94,22371
|
132
|
+
PySimultan2/typings/System/Globalization/__init__.pyi,sha256=lqW0cRkmR2ClYJypniRWtmunCHe-pnt4xtQh-9QfMbk,68951
|
133
|
+
PySimultan2/typings/System/IO/__init__.pyi,sha256=n2tr-fKY4QG_iQhIY7HZbgp_K2yegkQFAfRIN1ZcQQg,113622
|
134
|
+
PySimultan2/typings/System/IO/Enumeration/__init__.pyi,sha256=qbFHcXLtQf1hJkPLW3DwA9FA_394wqG94yqCf0Hp1W8,7685
|
135
|
+
PySimultan2/typings/System/Linq/Expressions/__init__.pyi,sha256=ASbAR20szig3TzwG9pOSSoUXg22AqSRMBwz8tQ1cJ6s,82308
|
136
|
+
PySimultan2/typings/System/Net/__init__.pyi,sha256=OujqUz8xsSJFrdQVCh1mWM7qPhcJQK_MQBjOhPSPqWw,2949
|
137
|
+
PySimultan2/typings/System/Numerics/__init__.pyi,sha256=SDuuFK_9OAuv1Ku_dO7FdVMG0fgS_JP4hJsbwC7rXSI,156834
|
138
|
+
PySimultan2/typings/System/Reflection/__init__.pyi,sha256=7k2sod4BtlUnHNBSQD66niCQvfAkr_vg5akU8xVzIGg,103440
|
139
|
+
PySimultan2/typings/System/Reflection/Emit/__init__.pyi,sha256=WOOrri0ncf46kk3jJMjRyt5TbuLGbUfPjU3FNqLk3zk,77172
|
140
|
+
PySimultan2/typings/System/Reflection/Metadata/__init__.pyi,sha256=9dX48SvhMrLPDfTcibtIoqhwFzYl0oVOit-f38k9RV0,837
|
141
|
+
PySimultan2/typings/System/Resources/__init__.pyi,sha256=E_66jIrOK8KmHXBmanNyQcTzjjrqSfP9BI6w9TsgiHU,7254
|
142
|
+
PySimultan2/typings/System/Runtime/__init__.pyi,sha256=X-BJXFrkHZiMPWmh70cC8nx9CzZ4SUJR8u7ipU-saHs,4492
|
143
|
+
PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi,sha256=OBgSAQTP7HYeyosYg1znbuPVYfLo8Az_BFaVnBvl1bc,97110
|
144
|
+
PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi,sha256=aWm-1niEJnIeCPkEzFgG7L6dKQw4L_mDMdExq8v98_E,1312
|
145
|
+
PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi,sha256=IAfKSfgA4VhEIr4mfHGMSSFwvVlk2eGKvH_wsZG3Tgw,1054
|
146
|
+
PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi,sha256=iWGUljp0w3i0HwC0-NBUmaLJyUoeRGTBdsPYXAQN1y4,104524
|
147
|
+
PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi,sha256=I0vlSO0jx-M2fZKiiuEZ4Imx2EUwpWlB4-cb6Tnr1Gk,29019
|
148
|
+
PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi,sha256=nC9LCx2jPiidJQO7dTr3ACCwpWGQkCI_YhMBm15D4rc,34494
|
149
|
+
PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi,sha256=Q9UHZjcUuWHp-YW9lMznJQHOhcNvKlG6Htd_oH9KKHk,2322
|
150
|
+
PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi,sha256=2sxXs6XgAkEQtvTs_V4tUPQkLELRaniCnurFfEbKtaM,245500
|
151
|
+
PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi,sha256=SaP83M8ummVi65A-hwWPcMqE9e2EbLngGVFHXeqNWDo,387216
|
152
|
+
PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi,sha256=7qdAB4ZR3_z-UJBg2oF9dYr8ZA5--HZf3RlK7xZnvqI,63796
|
153
|
+
PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi,sha256=88V7bMi-6pbTRplcF1-jcdG4KdKFY0EBJju-6W2E7SM,369684
|
154
|
+
PySimultan2/typings/System/Runtime/Loader/__init__.pyi,sha256=WR4cGB3rkdObbxwN4tRJ5Q8eGynR4GxKOB0nzgqtSXY,2563
|
155
|
+
PySimultan2/typings/System/Runtime/Remoting/__init__.pyi,sha256=a7jao-jAxsaS4geKSVnrpodAXY5Zl6xGbhqd_ZpCtSk,192
|
156
|
+
PySimultan2/typings/System/Runtime/Serialization/__init__.pyi,sha256=tozilyvaeoKKFvsEvueEvjKtMOF66Ik9dH5N8lymVL8,10072
|
157
|
+
PySimultan2/typings/System/Runtime/Versioning/__init__.pyi,sha256=Y2SjFjwcC55j4kPtCkL6F-6sLjmigYpBtZ__UcxYViI,6318
|
158
|
+
PySimultan2/typings/System/Security/__init__.pyi,sha256=V4_Lyzg721jnJX--qIQcZMdu2VTIZPUK0kShrMGvQTY,12014
|
159
|
+
PySimultan2/typings/System/Security/Cryptography/__init__.pyi,sha256=JphzUZQszuFuoR8pZ0cFmRRqroU0hy-yopZdtgyLkNI,1211
|
160
|
+
PySimultan2/typings/System/Security/Permissions/__init__.pyi,sha256=MMOfxmyPrAKvTFZoY0zQzcrIq62eBmVEvIt69JBWK4M,5712
|
161
|
+
PySimultan2/typings/System/Security/Principal/__init__.pyi,sha256=CujvosiJbIhd01WdUd7BKlWNnCbzFhxVZg0QcysOxbQ,1308
|
162
|
+
PySimultan2/typings/System/Text/__init__.pyi,sha256=bk1hQqOlkc00ATrDRgO5QX2NmJVxk4oH_33u7L6WKq0,69306
|
163
|
+
PySimultan2/typings/System/Text/Unicode/__init__.pyi,sha256=8oRP5HXqx0GeOLgctMAEuRtuF-RVAe7nmosmFDbOia4,3673
|
164
|
+
PySimultan2/typings/System/Threading/__init__.pyi,sha256=ueOKPUzJGIFvovczK39t3LDd4dMlesyTmNjvPgxP9e4,75856
|
165
|
+
PySimultan2/typings/System/Threading/Tasks/__init__.pyi,sha256=PSAdSJfqRIemTGzcAHhgmTVqUOzqYkHa6NcQ2qPab-c,91112
|
166
|
+
PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi,sha256=I-mgar5ZliDcCiG_QxanWaJtgZ8DsvBf6XIRvzJacxw,4015
|
167
|
+
PySimultan2/typings/System/Xml/__init__.pyi,sha256=FG3J_ndhs4F8n1vCvgL0OuA6DbA0fVx-EUnlSEVAeg8,85336
|
168
|
+
PySimultan2/typings/System/Xml/Schema/__init__.pyi,sha256=GzwgsLgLzGK_hYkJyAD4kiKsJewN2okxOvtriMUufNA,45352
|
169
|
+
PySimultan2/typings/System/Xml/Serialization/__init__.pyi,sha256=2Hr1tpuNQ_BkntoxKFoc0Reshi6WilH_QtuajRSHDaE,532
|
170
|
+
PySimultan2/typings/System/Xml/XPath/__init__.pyi,sha256=gjvtZaymWa8BApKURBs5BleZ6QLcUaJPa9H0mkqPHKI,17824
|
171
|
+
pysimultan-0.6.0.1.dist-info/METADATA,sha256=7qzTFcimDOa69c8s73CjonNsTuvpNp4BYOuzRUEZalk,6550
|
172
|
+
pysimultan-0.6.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
173
|
+
pysimultan-0.6.0.1.dist-info/licenses/LICENSE.txt,sha256=pmSr98k6N005KMojnZxzLGRuRlDjDx3PUrK1lFj53HA,1126
|
174
|
+
pysimultan-0.6.0.1.dist-info/RECORD,,
|
Binary file
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<configuration>
|
3
|
-
<runtime>
|
4
|
-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
5
|
-
<dependentAssembly>
|
6
|
-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
7
|
-
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
8
|
-
</dependentAssembly>
|
9
|
-
</assemblyBinding>
|
10
|
-
</runtime>
|
11
|
-
</configuration>
|
Binary file
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<configuration>
|
3
|
-
<runtime>
|
4
|
-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
5
|
-
<dependentAssembly>
|
6
|
-
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
7
|
-
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
8
|
-
</dependentAssembly>
|
9
|
-
<dependentAssembly>
|
10
|
-
<assemblyIdentity name="Microsoft.AspNetCore.Metadata" publicKeyToken="adb9793829ddae60" culture="neutral" />
|
11
|
-
<bindingRedirect oldVersion="0.0.0.0-5.0.7.0" newVersion="5.0.7.0" />
|
12
|
-
</dependentAssembly>
|
13
|
-
</assemblyBinding>
|
14
|
-
</runtime>
|
15
|
-
</configuration>
|
Binary file
|