energyplus-transition-tools

A library and tkinter-based tool for transitioning EnergyPlus input files


Keywords
energyplus_launch, ep_launch, EnergyPlus, eplus, Energy+, Building, Simulation, Whole, Energy, Heat, Transfer, HVAC, Modeling
License
Other
Install
pip install energyplus-transition-tools==2.0.4

Documentation

EnergyPlusTransitionTools

A library of transition functionality. Currently it is a super simple Python Tk-based IDFVersionUpdater tool. Soon it will hopefully contain the actual transition mechanics.

Documentation Documentation Status

Project is documented on ReadTheDocs.

Testing

Flake8 Run Tests

Project is continually tested using GitHub Actions

Releases

Release_to_PyPi

Project is built into a wheel and pushed to pypi for each tag: https://pypi.org/project/ep-transition-tools/. To install, it will be pip install energyplus-transition-tools. This will (eventually) install 2 binaries into the python environment: energyplus_transition_gui and energyplus_transition_cli.