Metadata-Version: 2.1
Name: FMPy
Version: 0.2.8
Summary: Simulate Functional Mock-up Units (FMUs) in Python
Home-page: https://github.com/CATIA-Systems/FMPy
Author: Torsten Sommer
Author-email: torsten.sommer@3ds.com
License: Standard 3-clause BSD
Platform: UNKNOWN
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: pathlib
Requires-Dist: pywin32 ; platform_system == "Windows"
Provides-Extra: complete
Requires-Dist: PyQt5 ; extra == 'complete'
Requires-Dist: dask[bag] ; extra == 'complete'
Requires-Dist: matplotlib ; extra == 'complete'
Requires-Dist: pyqtgraph ; extra == 'complete'
Requires-Dist: requests ; extra == 'complete'
Provides-Extra: examples
Requires-Dist: dask[bag] ; extra == 'examples'
Requires-Dist: requests ; extra == 'examples'
Provides-Extra: gui
Requires-Dist: PyQt5 ; extra == 'gui'
Requires-Dist: pyqtgraph ; extra == 'gui'
Provides-Extra: plot
Requires-Dist: matplotlib ; extra == 'plot'


FMPy
====

FMPy is a free Python library to simulate `Functional Mock-up Units (FMUs) <http://fmi-standard.org/>`_ that...

- supports FMI 1.0 and 2.0 for Co-Simulation and Model Exchange
- runs on Windows, Linux and macOS
- has a graphical user interface
- compiles C code FMUs and generates CMake projects for debugging 


