Metadata-Version: 2.2
Name: pytrnsys_process
Version: 0.0.23
Summary: Post processing for pytrnsys
Author-email: Sebastian Swoboda <sebastian@swoboda.ch>, Alex Hobé <alex.hobe@ost.ch>, Damian Birchler <damian.birchler@ost.ch>
Project-URL: Homepage, https://github.com/SPF-OST/pytrnsys_process
Project-URL: Issues, https://github.com/SPF-OST/pytrnsys_process/issues
Project-URL: Documentation, https://pytrnsys-process.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: matplotlib
Requires-Dist: lark

pytrnsys_process is a Python toolkit for postprocessing your trnsys simulation results.

## Installation

Install via PyPI:

```
pip install pytrnsys_process
```

pytrnsys_process is built on Python 3.12 (other versions might work)

## Usage

For complete documentation, please refer to [readthedocs](https://pytrnsys-process.readthedocs.io/en/latest/).




