design-nest

Python library which allows to read, modify, create and run EnergyPlus files and simulations.


Keywords
EnergyPlus, epJSON
License
Apache-2.0
Install
pip install design-nest==0.1.0

Documentation

design nest

This Python library allows to read, modify and create and run EnergyPlus file and simulations. Component file generation concept from pyidf but instead of idd schema, we are using the new json schema.

Installation

pip:

pip install design_nest

Documentation

Comming Soon

Sample Usage

Comming Soon