Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 657 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 657 Bytes

FMU Check

FMU Check is a Python Web App built on FMPy and Dash to validate Functional Mock-up Units.

Run FMU Check

  • 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

Copyright and License

The code is released under the 2-Clause BSD License. Copyright (C) 2024 the Modelica Association Project FMI.