PySimultan 0.6.0.4__tar.gz → 0.6.0.7__tar.gz
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.
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/PKG-INFO +1 -1
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/CHANGELOG.md +3 -0
- pysimultan-0.6.0.7/src/PySimultan2/__about__.py +1 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/default_types.py +9 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/object_mapper.py +1 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/simultan_object.py +36 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Collections/__init__.pyi +403 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/IO/__init__.pyi +2747 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Net/__init__.pyi +81 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Resources/__init__.pyi +205 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Security/__init__.pyi +347 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Text/__init__.pyi +1590 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
- pysimultan-0.6.0.7/src/PySimultan2/typings/System/__init__.pyi +17821 -0
- pysimultan-0.6.0.4/src/PySimultan2/__about__.py +0 -1
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/.gitignore +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/LICENSE.txt +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/README.md +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/pyproject.toml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/__init__.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/data_model.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/files.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/geometry/__init__.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/geometry/geometry_base.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/geometry/utils.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/multi_values.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/AssimpNet.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/AvalonDock.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/BruTile.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/ClosedXML.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/ComponentBuilder.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/ComponentBuilder.dll.config +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/ComponentBuilder.runtimeconfig.json +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/ComponentBuilder.xml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/ControlzEx.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/DocumentFormat.OpenXml.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/DotSpatial.Projections.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/ExcelNumberFormat.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Fluent.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/HelixToolkit.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/MathNet.Numerics.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Microsoft.AspNetCore.Authorization.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Microsoft.AspNetCore.Metadata.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Microsoft.Extensions.Options.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Microsoft.Extensions.Primitives.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Microsoft.WindowsAPICodePack.Shell.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Microsoft.WindowsAPICodePack.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Microsoft.Xaml.Behaviors.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Newtonsoft.Json.Bson.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Newtonsoft.Json.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Python.Runtime.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SIMULTAN.Lang.xml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SIMULTAN.UI.xml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SIMULTAN.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SIMULTAN.xml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SharpDX.D3DCompiler.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SharpDX.DXGI.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SharpDX.Direct2D1.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SharpDX.Direct3D11.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SharpDX.Direct3D9.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SharpDX.Mathematics.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/SharpDX.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Sprache.Calc.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/Sprache.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/System.Collections.Immutable.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/System.Data.OleDb.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/System.Net.Http.Formatting.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/System.Reflection.Metadata.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/XAMLMarkupExtensions.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/__init__.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/assimp.dll +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/componentmanager.user +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/defaultsettings.xml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/resources/setup.bat +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/taxonomy_maps.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/type_setter_lookup.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/src/PySimultan2/utils.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/RoomAcoustics_V02.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/__init__.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/__init__.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/create_component.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/create_component_with_taxonomy_slot.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/create_referenced_component.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/create_taxonomies.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/resources/__init__.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/resources/empty_test_excel.xlsx +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/resources/template_example3.yml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/resources/template_example4.yml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/resources/template_example_create_typed_component.yml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/resources/template_example_create_typed_component_with_slots.yml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/resources/template_example_extend.yml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/resources/template_example_update_references.yml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/readme_examples/resources/template_reference_list.yml +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/resources/__init__.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/resources/new_test_file.txt +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/resources/new_test_file2.txt +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_calc_static_zone_temperature.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_calculate_steady_state_temperature.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_circular_references.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_create_geometry.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_default_component.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_directory_and_files.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_files.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_files_load.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_load_geometry.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_load_multi_values.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_new_dll.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_new_project_creation.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_numeric_map.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_parameter_reference.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_pythonnet.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_register_class.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_register_decorator.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_set_attr_property.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_set_dictionary.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_set_properties.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_taxonomie_maps.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_taxonomies.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/test_ui.py +0 -0
- {pysimultan-0.6.0.4 → pysimultan-0.6.0.7}/tests/ui_minimal_example.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: PySimultan
|
3
|
-
Version: 0.6.0.
|
3
|
+
Version: 0.6.0.7
|
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
|
@@ -0,0 +1 @@
|
|
1
|
+
version = '0.6.0.7'
|
@@ -5,6 +5,7 @@ import numpy as np
|
|
5
5
|
import colorlog
|
6
6
|
from typing import Union, List, Type, Set, Tuple, Any, Optional
|
7
7
|
|
8
|
+
from .geometry.geometry_base import classproperty
|
8
9
|
from .utils import (sort_slots, create_simultan_component_for_taxonomy, create_mapped_python_object,
|
9
10
|
set_property_to_sim_component, set_property_to_parameter, set_property_to_file_info,
|
10
11
|
set_property_to_list, set_property_to_value_field, set_property_to_unknown_type,
|
@@ -32,6 +33,10 @@ class ComponentList(SimultanObject):
|
|
32
33
|
_create_all = False # if true all properties are evaluated to create python objects when initialized
|
33
34
|
_taxonomy = 'ComponentList'
|
34
35
|
|
36
|
+
@classproperty
|
37
|
+
def _original_class(cls) -> Type[ComponentList]:
|
38
|
+
return cls
|
39
|
+
|
35
40
|
def __init__(self, *args, **kwargs):
|
36
41
|
super().__init__(*args, **kwargs)
|
37
42
|
self.component_policy = kwargs.get('component_policy', 'subcomponent') # component add policy of the content/parameter/property, 'reference' or 'subcomponent'
|
@@ -405,6 +410,10 @@ class ComponentDictionary(SimultanObject):
|
|
405
410
|
|
406
411
|
_taxonomy = 'ComponentDict'
|
407
412
|
|
413
|
+
@classproperty
|
414
|
+
def _original_class(cls) -> Type[ComponentList]:
|
415
|
+
return cls
|
416
|
+
|
408
417
|
def __init__(self, *args, **kwargs):
|
409
418
|
self._dict = {}
|
410
419
|
super().__init__(*args, **kwargs)
|
@@ -168,6 +168,7 @@ class PythonMapper(object):
|
|
168
168
|
'_cls_instances': WeakSet(),
|
169
169
|
'_taxonomy_map': self.taxonomy_maps.get(taxonomy, None),
|
170
170
|
'_base': bases,
|
171
|
+
'_original_cls': cls,
|
171
172
|
'_object_mapper': self}
|
172
173
|
|
173
174
|
new_class_dict.update(self.get_properties(taxonomy))
|
@@ -130,6 +130,42 @@ class SimultanObject(object, metaclass=MetaMock):
|
|
130
130
|
logger.error(f'Error getting cls_instances: {e}')
|
131
131
|
return []
|
132
132
|
|
133
|
+
@classproperty
|
134
|
+
def super_classes(cls):
|
135
|
+
superclasses = []
|
136
|
+
for key, mcls in cls._object_mapper.mapped_classes.items():
|
137
|
+
if mcls is cls:
|
138
|
+
continue
|
139
|
+
if set(cls._original_cls.__mro__) & set(mcls._original_cls.__mro__) - set([object]) and \
|
140
|
+
set(mcls._original_cls.__mro__) - set(cls._original_cls.__mro__) - set((SimultanObject,
|
141
|
+
object)):
|
142
|
+
superclasses.append(mcls)
|
143
|
+
return superclasses
|
144
|
+
|
145
|
+
@classproperty
|
146
|
+
def sub_classes(cls):
|
147
|
+
subclasses = []
|
148
|
+
for key, mcls in cls._object_mapper.mapped_classes.items():
|
149
|
+
if mcls is cls:
|
150
|
+
continue
|
151
|
+
if set(cls._original_cls.__mro__) & set(mcls._original_cls.__mro__) - set([object]) and \
|
152
|
+
set(cls._original_cls.__mro__) - set(mcls._original_cls.__mro__) - set((SimultanObject,
|
153
|
+
object)):
|
154
|
+
subclasses.append(mcls)
|
155
|
+
return subclasses
|
156
|
+
|
157
|
+
@classproperty
|
158
|
+
def super_class_instances(cls) -> set['SimultanObject']:
|
159
|
+
instances = set()
|
160
|
+
_ = [instances.update(x.cls_instances) for x in cls.super_classes]
|
161
|
+
return instances
|
162
|
+
|
163
|
+
@classproperty
|
164
|
+
def sub_class_instances(cls) -> set['SimultanObject']:
|
165
|
+
instances = set()
|
166
|
+
_ = [instances.update(x.cls_instances) for x in cls.sub_classes]
|
167
|
+
return instances
|
168
|
+
|
133
169
|
@classmethod
|
134
170
|
def create_simultan_component(cls, *args, **kwargs) -> SimComponent:
|
135
171
|
wrapped_obj = utils.create_simultan_component_for_taxonomy(cls, *args, **kwargs)
|