sir3stoolkit 90.15.0.0.dev1__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.
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: sir3stoolkit
3
+ Version: 90.15.0.0.dev1
4
+ Summary: SIR3S Toolkit
5
+ Author: Nischal Giriyan
6
+ Author-email: misc <giriyan@3sconsult.de>
7
+ License: MIT
8
+ Requires-Python: >=3.9, <4
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Requires-Dist: numpy
12
+ Requires-Dist: pythonnet
13
+ Provides-Extra: dev
14
+ Requires-Dist: pytest; extra == "dev"
15
+ Requires-Dist: flake8; extra == "dev"
16
+ Requires-Dist: build; extra == "dev"
17
+ Requires-Dist: twine; extra == "dev"
18
+ Requires-Dist: sphinx; extra == "dev"
19
+ Requires-Dist: sphinx_rtd_theme; extra == "dev"
20
+ Dynamic: author
21
+ Dynamic: license-file
22
+ Dynamic: requires-python
23
+
24
+ # sir3stoolkit
25
+
26
+ Python Toookit for SIR 3S.
@@ -0,0 +1,8 @@
1
+ sir3stoolkit/__init__.py,sha256=uwilUVz8PrJKIwrfPp-4NviEGkQ1C737XkCC71NBq1o,94
2
+ sir3stoolkit/core/__init__.py,sha256=6kQn1TrYyz8zI11auM6plE8E5vpJrruEeKLhOfabS0Q,146
3
+ sir3stoolkit/core/wrapper.py,sha256=xOkYkF6WGP2Kr-pL-lV9c-_B96jrWDIV8WAvAPhAGi4,102421
4
+ sir3stoolkit-90.15.0.0.dev1.dist-info/licenses/LICENSE,sha256=_M7-A4TwXoV68ttPfFT5e4x-32HRtgrrFG2PTht9JLE,1087
5
+ sir3stoolkit-90.15.0.0.dev1.dist-info/METADATA,sha256=JAFkzgoKBHDzgCUa-dFteFlGmfA98vH92yWdpdUNohs,691
6
+ sir3stoolkit-90.15.0.0.dev1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ sir3stoolkit-90.15.0.0.dev1.dist-info/top_level.txt,sha256=ZeQVjHtZUv84U2iBnrA0mh4ONOiemi3S--Wl8btHmtw,13
8
+ sir3stoolkit-90.15.0.0.dev1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 3SConsult
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ sir3stoolkit