Metadata-Version: 2.1
Name: modelitool
Version: 0.1.1
Summary: Tools for Modelica
Home-page: https://github.com/BuildingEnergySimulationTools/modelitool
Author: Nobatek/INEF4
Author-email: bdurandestebe@nobatek.com
License: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE.md
Requires-Dist: pandas>=1.5.0
Requires-Dist: numpy>=1.17.3
Requires-Dist: OMPython>=3.5.2
Requires-Dist: corrai>=0.3.0

<p align="center">
  <img src="https://raw.githubusercontent.com/BuildingEnergySimulationTools/modelitool/main/logo.svg" alt="modelitool" width="200"/>

</p>

[![PyPI](https://img.shields.io/pypi/v/modelitool?label=pypi%20package)](https://pypi.org/project/modelitool/)
[![Static Badge](https://img.shields.io/badge/python-3.10_%7C_3.11-blue)](https://pypi.org/project/modelitool/)
[![codecov](https://codecov.io/gh/BuildingEnergySimulationTools/modelitool/graph/badge.svg?token=6WYH76SCHQ)](https://codecov.io/gh/BuildingEnergySimulationTools/modelitool)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

# Modelitool

Python tools based on [OMpython](https://github.com/OpenModelica/OMPython) to load, configure, run and read results from modelica files.



## Getting started

The source code is currently hosted on GitHub
at: https://github.com/BuildingEnergySimulationTools/modelitool

Tutorials are available in the dedicated folder.

Released version are available at the Python Package Index (PyPI):

```
# PyPI
pip install modelitool
```

### Sponsors
<table style="border-collapse: collapse;">
<tr style="border: 1px solid transparent;">
<td width="150" >
<img src="https://upload.wikimedia.org/wikipedia/commons/b/b7/Flag_of_Europe.svg" alt="eu_flag" width="150"/>
</td>
<td>
The development of this library has been supported by METABUILDING LABS Project, which
has received funding from the European Union’s Horizon 2020 Research and Innovation
Programme under Grant Agreement No. 953193. The sole responsibility for the content of
this library lies entirely with the author’s view. The European Commission is not
responsible for any use that may be made of the information it contains. 
</td>
</tr>
</table>
