wawi 0.0.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
wawi/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ '''
2
+
3
+ .. include:: ./../README.md
4
+ '''
5
+
6
+ __version__ = "0.0.1"
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Knut Andreas Kvåle
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,86 @@
1
+ Metadata-Version: 2.2
2
+ Name: wawi
3
+ Version: 0.0.1
4
+ Summary: WAwe and WInd response prediction
5
+ Author-email: "Knut A. Kvaale" <knut.a.kvale@ntnu.no>, Ole Øiseth <ole.oiseth@ntnu.no>, Aksel Fenerci <aksel.fenerci@ntnu.no>, Øivind Wiig Petersen <oyvind.w.petersen@ntnu.no>
6
+ License: MIT License
7
+
8
+ Copyright (c) 2025 Knut Andreas Kvåle
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+
28
+ Project-URL: repository, https://github.com/knutankv/wawi
29
+ Project-URL: documentation, https://knutankv.github.io/wawi/
30
+ Classifier: License :: OSI Approved :: MIT License
31
+ Classifier: Operating System :: OS Independent
32
+ Classifier: Programming Language :: Python :: 3
33
+ Classifier: Topic :: Scientific/Engineering
34
+ Requires-Python: >=3.6
35
+ Description-Content-Type: text/markdown
36
+ License-File: LICENSE
37
+ Requires-Dist: plotly
38
+ Requires-Dist: pandas
39
+ Requires-Dist: numpy
40
+ Requires-Dist: pyvista[jupyter]>=0.38.1
41
+ Requires-Dist: scikit-learn
42
+ Requires-Dist: trame
43
+ Requires-Dist: ipywidgets
44
+ Requires-Dist: pyvistaqt
45
+
46
+ ![WAWI logo](https://raw.githubusercontent.com/knutankv/wawi/main/wawi-logo-animated.svg)
47
+ =======================
48
+
49
+ What is wawi?
50
+ =======================
51
+ [NOT PUBLISHED YET]
52
+
53
+
54
+ Installation
55
+ ========================
56
+ Either install via PyPI as follows:
57
+
58
+ ```
59
+ pip install wawi
60
+ ```
61
+
62
+ or install directly from github:
63
+
64
+ ```
65
+ pip install git+https://www.github.com/knutankv/wawi.git@master
66
+ ```
67
+
68
+
69
+ Quick start
70
+ =======================
71
+
72
+ Examples
73
+ =======================
74
+ Examples are provided as Jupyter Notebooks in the [examples folder](https://github.com/knutankv/wawi/tree/master/examples).
75
+
76
+ References
77
+ =======================
78
+
79
+ Citation
80
+ =======================
81
+ Zenodo research entry:
82
+
83
+ Support
84
+ =======================
85
+ Please [open an issue](https://github.com/knutankv/wawi/issues/new) for support.
86
+
@@ -0,0 +1,6 @@
1
+ wawi/__init__.py,sha256=g9sJWX6j3Jr3IToDV_zhrVSxsqdzU0j48lSFVTDwftg,59
2
+ wawi-0.0.1.dist-info/LICENSE,sha256=bH1aWhrNbbPLrYnVFRaoYYzcUr-figHjry-kGB7Tc54,1076
3
+ wawi-0.0.1.dist-info/METADATA,sha256=PxOmKPZ9vp7ntp7P6IgAxXo9WFu9vVzevcOws659h1Y,2910
4
+ wawi-0.0.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ wawi-0.0.1.dist-info/top_level.txt,sha256=sE2NH_xVXnDKTGeIYzeX5IyU_j5vYDLl32v5uLiOMT4,5
6
+ wawi-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ wawi