Metadata-Version: 1.0
Name: PyFMI
Version: 1.1
Summary: A package for working with dynamic models compliant with the Functional Mock-Up Interface standard.
Home-page: http://www.jmodelica.org
Author: Modelon AB
Author-email: UNKNOWN
License: GPL
Download-URL: http://pypi.python.org/pypi/PyFMI
Description: 
        PyFMI is a package for loading and interacting with Functional Mock-Up 
        Units (FMUs), which are compiled dynamic models compliant with the 
        Functional Mock-Up Interface (FMI), see 
        http://www.functional-mockup-interface.org/ for more information. PyFMI
        is based on FMI Library, see http://www.jmodelica.org/FMILibrary .
        
        FMI is a standard that enables tool independent exchange of dynamic 
        models on binary format. Several industrial simulation platforms 
        supports export of FMUs, including, Dymola, JModelica.org, OpenModelica 
        and SimulationX, see http://www.functional-mockup-interface.org/tools 
        for a complete list. PyFMI offers a Python interface for interacting 
        with FMUs and enables for example loading of FMU models, setting of 
        model parameters and evaluation of model equations.
        
        PyFMI is available as a stand-alone package or as part of the 
        JModelica.org distribution. Using PyFMI together with the Python 
        simulation package `Assimulo <http://pypi.python.org/pypi/Assimulo>`_ adds industrial grade simulation 
        capabilities of FMUs to Python.
        
        For a forum discussing usage and development of PyFMI, see http://www.jmodelica.org/forum.
        
        Requirements:
        -------------
        - `FMI Library (at least 1.0.1) <http://www.jmodelica.org/FMILibrary>`_
        - `Numpy <http://pypi.python.org/pypi/numpy>`_
        - `Scipy <http://pypi.python.org/pypi/scipy>`_
        - `lxml <http://pypi.python.org/pypi/lxml>`_
        - `Assimulo <http://pypi.python.org/pypi/Assimulo>`_
        
        Optional
        ---------
        - `wxPython <http://pypi.python.org/pypi/wxPython>`_ For the Plot GUI.
        - `matplotlib <http://pypi.python.org/pypi/matplotlib>`_ For the Plot GUI.
        
Platform: Linux
Platform: Windows
Platform: MacOS X
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
