-
Notifications
You must be signed in to change notification settings - Fork 19
/
.wci.yml
29 lines (24 loc) · 1.1 KB
/
.wci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
# Metadata parsed by the workflow community initiative, https://workflows.community/systems
# Registered at https://github.com/workflowscommunity/workflowscommunity.github.io/blob/main/_data/workflow_systems.yml
name: WATTS
headline: Workflow and Template Toolkit for Simulation
description: |
WATTS consists of a set of Python classes that can manage simulation workflows
for one or multiple codes. It provides: an isolated execution environment when
running a code; the ability to use placeholder values in input files that are
filled in programmatically; seamless unit conversions when working with
multiple codes; a managed database that simulation inputs and outputs are
automatically saved to; and Python classes that provide extra post-processing
and analysis capabilities.
language: Python
release:
version: 0.5.1
date: 2023-07-11
documentation:
general: https://watts.readthedocs.io
installation: https://watts.readthedocs.io/en/latest/user/install.html
tutorial: https://watts.readthedocs.io/en/latest/user/getting_started.html
execution_environment:
interfaces:
- Python API