PySimultan 0.6.0.8__py3-none-any.whl → 0.6.2__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.
Files changed (111) hide show
  1. PySimultan2/CHANGELOG.md +7 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +103 -26
  4. PySimultan2/default_types.py +25 -3
  5. PySimultan2/files.py +49 -10
  6. PySimultan2/multi_values.py +59 -2
  7. PySimultan2/utils.py +4 -4
  8. {pysimultan-0.6.0.8.dist-info → pysimultan-0.6.2.dist-info}/METADATA +1 -1
  9. pysimultan-0.6.2.dist-info/RECORD +76 -0
  10. pysimultan-0.6.2.dist-info/licenses/LICENSE.txt +29 -0
  11. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +0 -616
  12. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +0 -2538
  13. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +0 -499
  14. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +0 -2219
  15. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +0 -682
  16. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +0 -1654
  17. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +0 -442
  18. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +0 -193
  19. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +0 -367
  20. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +0 -116
  21. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +0 -212
  22. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +0 -232
  23. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +0 -916
  24. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +0 -15
  25. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +0 -268
  26. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +0 -32
  27. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +0 -116
  28. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +0 -433
  29. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +0 -435
  30. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +0 -103
  31. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +0 -122
  32. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +0 -1335
  33. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +0 -48
  34. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +0 -562
  35. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +0 -11
  36. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +0 -21
  37. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +0 -11
  38. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +0 -112
  39. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +0 -5
  40. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +0 -13
  41. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +0 -54
  42. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +0 -46
  43. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +0 -22
  44. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +0 -32
  45. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +0 -43
  46. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +0 -216
  47. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +0 -66
  48. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +0 -48
  49. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +0 -11
  50. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +0 -59
  51. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +0 -133
  52. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +0 -570
  53. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +0 -248
  54. PySimultan2/typings/System/Buffers/Text/__init__.pyi +0 -91
  55. PySimultan2/typings/System/Buffers/__init__.pyi +0 -192
  56. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +0 -137
  57. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +0 -47
  58. PySimultan2/typings/System/Collections/Generic/__init__.pyi +0 -1293
  59. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +0 -166
  60. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +0 -82
  61. PySimultan2/typings/System/Collections/__init__.pyi +0 -403
  62. PySimultan2/typings/System/ComponentModel/__init__.pyi +0 -582
  63. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +0 -30
  64. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +0 -315
  65. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +0 -297
  66. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +0 -9
  67. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +0 -641
  68. PySimultan2/typings/System/Diagnostics/__init__.pyi +0 -1101
  69. PySimultan2/typings/System/Globalization/__init__.pyi +0 -1675
  70. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +0 -125
  71. PySimultan2/typings/System/IO/__init__.pyi +0 -2747
  72. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +0 -1815
  73. PySimultan2/typings/System/Net/__init__.pyi +0 -81
  74. PySimultan2/typings/System/Numerics/__init__.pyi +0 -2853
  75. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +0 -1945
  76. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +0 -24
  77. PySimultan2/typings/System/Reflection/__init__.pyi +0 -2724
  78. PySimultan2/typings/System/Resources/__init__.pyi +0 -205
  79. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +0 -1926
  80. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +0 -49
  81. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +0 -34
  82. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +0 -758
  83. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +0 -461
  84. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +0 -48
  85. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +0 -2632
  86. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +0 -4757
  87. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +0 -844
  88. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +0 -5642
  89. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +0 -4504
  90. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +0 -63
  91. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +0 -7
  92. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +0 -269
  93. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +0 -200
  94. PySimultan2/typings/System/Runtime/__init__.pyi +0 -141
  95. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +0 -39
  96. PySimultan2/typings/System/Security/Permissions/__init__.pyi +0 -163
  97. PySimultan2/typings/System/Security/Principal/__init__.pyi +0 -45
  98. PySimultan2/typings/System/Security/__init__.pyi +0 -347
  99. PySimultan2/typings/System/Text/Unicode/__init__.pyi +0 -62
  100. PySimultan2/typings/System/Text/__init__.pyi +0 -1590
  101. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +0 -76
  102. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +0 -1403
  103. PySimultan2/typings/System/Threading/__init__.pyi +0 -1788
  104. PySimultan2/typings/System/Xml/Schema/__init__.pyi +0 -1255
  105. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +0 -16
  106. PySimultan2/typings/System/Xml/XPath/__init__.pyi +0 -474
  107. PySimultan2/typings/System/Xml/__init__.pyi +0 -2410
  108. PySimultan2/typings/System/__init__.pyi +0 -17821
  109. pysimultan-0.6.0.8.dist-info/RECORD +0 -174
  110. pysimultan-0.6.0.8.dist-info/licenses/LICENSE.txt +0 -9
  111. {pysimultan-0.6.0.8.dist-info → pysimultan-0.6.2.dist-info}/WHEEL +0 -0
@@ -1,125 +0,0 @@
1
- import typing, clr, abc
2
- from System.IO import FileAttributes, FileSystemInfo, EnumerationOptions
3
- from System import DateTimeOffset, ReadOnlySpan_1, MulticastDelegate, IAsyncResult, AsyncCallback
4
- from System.Collections.Generic import IEnumerable_1, IEnumerator_1
5
- from System.Reflection import MethodInfo
6
- from System.Runtime.ConstrainedExecution import CriticalFinalizerObject
7
-
8
- class FileSystemEntry:
9
- @property
10
- def Attributes(self) -> FileAttributes: ...
11
- @property
12
- def CreationTimeUtc(self) -> DateTimeOffset: ...
13
- @property
14
- def Directory(self) -> ReadOnlySpan_1[str]: ...
15
- @Directory.setter
16
- def Directory(self, value: ReadOnlySpan_1[str]) -> ReadOnlySpan_1[str]: ...
17
- @property
18
- def FileName(self) -> ReadOnlySpan_1[str]: ...
19
- @property
20
- def IsDirectory(self) -> bool: ...
21
- @property
22
- def IsHidden(self) -> bool: ...
23
- @property
24
- def LastAccessTimeUtc(self) -> DateTimeOffset: ...
25
- @property
26
- def LastWriteTimeUtc(self) -> DateTimeOffset: ...
27
- @property
28
- def Length(self) -> int: ...
29
- @property
30
- def OriginalRootDirectory(self) -> ReadOnlySpan_1[str]: ...
31
- @OriginalRootDirectory.setter
32
- def OriginalRootDirectory(self, value: ReadOnlySpan_1[str]) -> ReadOnlySpan_1[str]: ...
33
- @property
34
- def RootDirectory(self) -> ReadOnlySpan_1[str]: ...
35
- @RootDirectory.setter
36
- def RootDirectory(self, value: ReadOnlySpan_1[str]) -> ReadOnlySpan_1[str]: ...
37
- def ToFileSystemInfo(self) -> FileSystemInfo: ...
38
- def ToFullPath(self) -> str: ...
39
- def ToSpecifiedFullPath(self) -> str: ...
40
-
41
-
42
- class FileSystemEnumerable_GenericClasses(abc.ABCMeta):
43
- Generic_FileSystemEnumerable_GenericClasses_FileSystemEnumerable_1_TResult = typing.TypeVar('Generic_FileSystemEnumerable_GenericClasses_FileSystemEnumerable_1_TResult')
44
- def __getitem__(self, types : typing.Type[Generic_FileSystemEnumerable_GenericClasses_FileSystemEnumerable_1_TResult]) -> typing.Type[FileSystemEnumerable_1[Generic_FileSystemEnumerable_GenericClasses_FileSystemEnumerable_1_TResult]]: ...
45
-
46
- FileSystemEnumerable : FileSystemEnumerable_GenericClasses
47
-
48
- FileSystemEnumerable_1_TResult = typing.TypeVar('FileSystemEnumerable_1_TResult')
49
- class FileSystemEnumerable_1(typing.Generic[FileSystemEnumerable_1_TResult], IEnumerable_1[FileSystemEnumerable_1_TResult]):
50
- def __init__(self, directory: str, transform: FileSystemEnumerable_1.FindTransform_1[FileSystemEnumerable_1_TResult], options: EnumerationOptions = ...) -> None: ...
51
- @property
52
- def ShouldIncludePredicate(self) -> FileSystemEnumerable_1.FindPredicate_1[FileSystemEnumerable_1_TResult]: ...
53
- @ShouldIncludePredicate.setter
54
- def ShouldIncludePredicate(self, value: FileSystemEnumerable_1.FindPredicate_1[FileSystemEnumerable_1_TResult]) -> FileSystemEnumerable_1.FindPredicate_1[FileSystemEnumerable_1_TResult]: ...
55
- @property
56
- def ShouldRecursePredicate(self) -> FileSystemEnumerable_1.FindPredicate_1[FileSystemEnumerable_1_TResult]: ...
57
- @ShouldRecursePredicate.setter
58
- def ShouldRecursePredicate(self, value: FileSystemEnumerable_1.FindPredicate_1[FileSystemEnumerable_1_TResult]) -> FileSystemEnumerable_1.FindPredicate_1[FileSystemEnumerable_1_TResult]: ...
59
- def GetEnumerator(self) -> IEnumerator_1[FileSystemEnumerable_1_TResult]: ...
60
-
61
- FindPredicate_GenericClasses_FileSystemEnumerable_1_TResult = typing.TypeVar('FindPredicate_GenericClasses_FileSystemEnumerable_1_TResult')
62
- class FindPredicate_GenericClasses(typing.Generic[FindPredicate_GenericClasses_FileSystemEnumerable_1_TResult], abc.ABCMeta):
63
- FindPredicate_GenericClasses_FileSystemEnumerable_1_TResult = FileSystemEnumerable_1.FindPredicate_GenericClasses_FileSystemEnumerable_1_TResult
64
- def __call__(self) -> FileSystemEnumerable_1.FindPredicate_1[FindPredicate_GenericClasses_FileSystemEnumerable_1_TResult]: ...
65
-
66
- FindPredicate : FindPredicate_GenericClasses[FileSystemEnumerable_1_TResult]
67
-
68
- FindPredicate_1_TResult = typing.TypeVar('FindPredicate_1_TResult')
69
- class FindPredicate_1(typing.Generic[FindPredicate_1_TResult], MulticastDelegate):
70
- FindPredicate_1_TResult = FileSystemEnumerable_1.FindPredicate_1_TResult
71
- def __init__(self, object: typing.Any, method: int) -> None: ...
72
- @property
73
- def Method(self) -> MethodInfo: ...
74
- @property
75
- def Target(self) -> typing.Any: ...
76
- def BeginInvoke(self, entry: clr.Reference[FileSystemEntry], callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
77
- def EndInvoke(self, entry: clr.Reference[FileSystemEntry], result: IAsyncResult) -> bool: ...
78
- def Invoke(self, entry: clr.Reference[FileSystemEntry]) -> bool: ...
79
-
80
-
81
- FindTransform_GenericClasses_FileSystemEnumerable_1_TResult = typing.TypeVar('FindTransform_GenericClasses_FileSystemEnumerable_1_TResult')
82
- class FindTransform_GenericClasses(typing.Generic[FindTransform_GenericClasses_FileSystemEnumerable_1_TResult], abc.ABCMeta):
83
- FindTransform_GenericClasses_FileSystemEnumerable_1_TResult = FileSystemEnumerable_1.FindTransform_GenericClasses_FileSystemEnumerable_1_TResult
84
- def __call__(self) -> FileSystemEnumerable_1.FindTransform_1[FindTransform_GenericClasses_FileSystemEnumerable_1_TResult]: ...
85
-
86
- FindTransform : FindTransform_GenericClasses[FileSystemEnumerable_1_TResult]
87
-
88
- FindTransform_1_TResult = typing.TypeVar('FindTransform_1_TResult')
89
- class FindTransform_1(typing.Generic[FindTransform_1_TResult], MulticastDelegate):
90
- FindTransform_1_TResult = FileSystemEnumerable_1.FindTransform_1_TResult
91
- def __init__(self, object: typing.Any, method: int) -> None: ...
92
- @property
93
- def Method(self) -> MethodInfo: ...
94
- @property
95
- def Target(self) -> typing.Any: ...
96
- def BeginInvoke(self, entry: clr.Reference[FileSystemEntry], callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
97
- def EndInvoke(self, entry: clr.Reference[FileSystemEntry], result: IAsyncResult) -> FindTransform_1_TResult: ...
98
- def Invoke(self, entry: clr.Reference[FileSystemEntry]) -> FindTransform_1_TResult: ...
99
-
100
-
101
-
102
- class FileSystemEnumerator_GenericClasses(abc.ABCMeta):
103
- Generic_FileSystemEnumerator_GenericClasses_FileSystemEnumerator_1_TResult = typing.TypeVar('Generic_FileSystemEnumerator_GenericClasses_FileSystemEnumerator_1_TResult')
104
- def __getitem__(self, types : typing.Type[Generic_FileSystemEnumerator_GenericClasses_FileSystemEnumerator_1_TResult]) -> typing.Type[FileSystemEnumerator_1[Generic_FileSystemEnumerator_GenericClasses_FileSystemEnumerator_1_TResult]]: ...
105
-
106
- FileSystemEnumerator : FileSystemEnumerator_GenericClasses
107
-
108
- FileSystemEnumerator_1_TResult = typing.TypeVar('FileSystemEnumerator_1_TResult')
109
- class FileSystemEnumerator_1(typing.Generic[FileSystemEnumerator_1_TResult], CriticalFinalizerObject, IEnumerator_1[FileSystemEnumerator_1_TResult]):
110
- def __init__(self, directory: str, options: EnumerationOptions = ...) -> None: ...
111
- @property
112
- def Current(self) -> FileSystemEnumerator_1_TResult: ...
113
- def Dispose(self) -> None: ...
114
- def MoveNext(self) -> bool: ...
115
- def Reset(self) -> None: ...
116
-
117
-
118
- class FileSystemName(abc.ABC):
119
- @staticmethod
120
- def MatchesSimpleExpression(expression: ReadOnlySpan_1[str], name: ReadOnlySpan_1[str], ignoreCase: bool = ...) -> bool: ...
121
- @staticmethod
122
- def MatchesWin32Expression(expression: ReadOnlySpan_1[str], name: ReadOnlySpan_1[str], ignoreCase: bool = ...) -> bool: ...
123
- @staticmethod
124
- def TranslateWin32Expression(expression: str) -> str: ...
125
-