.. buildingspy documentation master file, created by
   sphinx-quickstart on Wed Jun  1 22:56:43 2011.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

buildingspy
===========

*buildingspy* is a `Python <https://www.python.org/>`_
package that can be used

 - to run Modelica simulations using
   `Dymola <https://www.3ds.com/products-services/catia/products/dymola>`_,
 - to process ``*.mat`` output files that were generated by
   Dymola or
   `OpenModelica <https://www.openmodelica.org/>`_,
 - to run unit tests as part of the library development,
 - to refactor Modelica libraries, and
 - to merge the `IBPSA <https://github.com/ibpsa/modelica>`_ library to other
   Modelica libraries.

The package provides functions
to extract data series from the output file for
further use in the python packages
`matplotlib <http://matplotlib.org/>`_
for plotting and
`SciPy <https://www.scipy.org/>`_ for scientific computing.

Contents:

.. toctree::
   :maxdepth: 2

   install
   simulate
   io
   fmi
   examples
   development
   legal
   acknowledgments
   revisions

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
