FMU Check is a Python Web App built on FMPy and Dash to validate Functional Mock-up Units.
-
Clone or download the repository
-
Install the dependencies
pip install -r requirements.txt
- Run the Web App in development mode
python app.py
- Run the Web App for deployment
gunicorn --bind 0.0.0.0:80 app:app.server
The code is released under the 2-Clause BSD License. Copyright (C) 2024 the Modelica Association Project FMI.