Metadata-Version: 2.1
Name: buildingspy
Version: 5.2.0
Summary: Package for simulating and testing models from the Modelica Buildings and IBPSA libraries
Home-page: http://simulationresearch.lbl.gov/modelica/
Author: Michael Wetter
Author-email: mwetter@lbl.gov
License: 3-clause BSD
Keywords: modelica dymola openmodelica mat
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: PyYAML (>=6.0.1)
Requires-Dist: cerberus (>=1.3.4)
Requires-Dist: gitpython (>=3.1.33)
Requires-Dist: jinja2 (>=3.1.4)
Requires-Dist: matplotlib (>=3.5)
Requires-Dist: numpy (>=1.21)
Requires-Dist: pyfunnel (>=1.0.2)
Requires-Dist: pytidylib (>=0.3.2)
Requires-Dist: scipy (>=1.7)
Requires-Dist: simplejson (>=3.16)
Requires-Dist: six (>=1.14)

BuildingsPy
-----------

.. image:: https://app.travis-ci.com/lbl-srg/BuildingsPy.svg?branch=master
    :target: https://app.travis-ci.com/lbl-srg/BuildingsPy

BuildingsPy is a Python package that can be used to

* run Modelica simulation using Dymola, OpenModelica or OPTIMICA,
* process ``*.mat`` output files that were generated by Dymola, OPTIMICA or OpenModelica, and
* run unit tests and automate other workflows as part of Modelica library development.

The package provides functions to extract data series from
the output file for further use in the python packages
matplotlib for plotting and SciPy for scientific computing.

Documentation is available at http://simulationresearch.lbl.gov/modelica/buildingspy/

The license is at buildingspy/license.txt


