Skip to content

fmi-tools/fmu-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) 2021 the Modelica Association Project FMI.

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • CSS 1.4%
  • Procfile 0.2%