Metadata-Version: 2.1
Name: wetb
Version: 0.1.8
Summary: The Wind Energy Toolbox (or ```wetb```, pronounce as wee-tee-bee) is a collection of Python scripts that facilitate working with (potentially a lot) of HAWC2, HAWCStab2, FAST or other text input based simulation tools.  Note that this toolbox is very much
License: wetb is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL, http://www.gnu.org/copyleft/gpl.html) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.  wetb is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details http://www.gnu.org/licenses/  We encourage you to submit new code for possible inclusion in future versions of wetb.
Author: DTU Wind and Energy Systems
Author-email: you@example.com
Requires-Python: >=3.6,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: all
Provides-Extra: prepost
Requires-Dist: Cython (>=0.29.35,<0.30.0) ; extra == "prepost" or extra == "all"
Requires-Dist: Jinja2 (>=3.0.3,<4.0.0)
Requires-Dist: XlsxWriter (>=3.1.2,<4.0.0)
Requires-Dist: click (>=8.0.4,<9.0.0)
Requires-Dist: h5py (>=3.1.0,<4.0.0)
Requires-Dist: lxml (>=4.9.2,<5.0.0)
Requires-Dist: matplotlib (>=3.8,<4.0)
Requires-Dist: mock (>=5.0.2,<6.0.0)
Requires-Dist: numba (>=0.56)
Requires-Dist: numpy (>=1.4)
Requires-Dist: openpyxl (>=3.1.2,<4.0.0) ; extra == "prepost" or extra == "all"
Requires-Dist: pandas (>=1.1.5,<2.0.0)
Requires-Dist: paramiko (>=3.2.0,<4.0.0) ; extra == "all"
Requires-Dist: pillow (>=10.0.1,<11.0.0)
Requires-Dist: psutil (>=5.9.5,<6.0.0)
Requires-Dist: pytest (>=7.0.1,<8.0.0)
Requires-Dist: pytest-cov (>=4.0.0,<5.0.0)
Requires-Dist: scipy (>=0.9.0)
Requires-Dist: sshtunnel (>=0.4.0,<0.5.0) ; extra == "all"
Requires-Dist: tables (>=3.7.0,<4.0.0) ; extra == "prepost" or extra == "all"
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Requires-Dist: wafo (>=0.1.2,<0.2.0) ; extra == "prepost" or extra == "all"
Requires-Dist: xlwt (>=1.3.0,<2.0.0) ; extra == "prepost" or extra == "all"
