Metadata-Version: 2.1
Name: wanda-api-parameters
Version: 0.2.1
Summary: Python parameterscript using the Wanda API (pywanda)
Home-page: https://www.deltares.nl/en/software/wanda/
Author: Mike
Author-email: Mike.vanMeerkerk@deltares.nl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
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: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pywanda (==4.7.0a1)
Requires-Dist: matplotlib (>=3.1.3)
Requires-Dist: pandas (>=1.0.1)
Requires-Dist: numpy (>=1.18.1)
Requires-Dist: ccorp-yaml-include-relative-path (>=0.0.4)
Requires-Dist: scipy (>=1.7.3)
Requires-Dist: cmocean (>=2.0)
Requires-Dist: PyPDF2 (>=1.26.0xlsxWriter>=3.0.2)
Provides-Extra: dev
Requires-Dist: pytest (==6.2.5) ; extra == 'dev'
Requires-Dist: bump2version (==1.0.1) ; extra == 'dev'

# Wanda parameters

## Introduction
A Python implementation of the Excel-based parameter script.



## Example
1. Install the wanda-api-parameters python package.
2. Open a command window in the folder your YAML-option file and your zipped model are stored in.
3. Type the following code:
```
run_yaml_file --option-file $your option file name without extension$ --model-file $your zipped model name without extension$
```
4. The input options can be found by typing:
```
run_yaml_file -h
```






