Metadata-Version: 2.1
Name: energyplus-transition-tools
Version: 2.0.3
Summary: A library and tkinter-based tool for transitioning EnergyPlus input files
Home-page: https://github.com/myoldmopar/EnergyPlusTransitionTools
Author: Edwin Lee via NREL via United States Department of Energy
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# 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](http://readthedocs.org/projects/EnergyPlusTransitionTools/badge/?version=latest)](http://EnergyPlusTransitionTools.readthedocs.io/en/latest/?badge=latest)

Project is documented on ReadTheDocs.

# Testing

[![Flake8](https://github.com/Myoldmopar/EnergyPlusTransitionTools/actions/workflows/flake8.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusTransitionTools/actions/workflows/flake8.yml)
[![Run Tests](https://github.com/Myoldmopar/EnergyPlusTransitionTools/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusTransitionTools/actions/workflows/unit_tests.yml)

Project is continually tested using GitHub Actions

# Releases

[![Release_to_PyPi](https://github.com/Myoldmopar/EnergyPlusTransitionTools/actions/workflows/pypi.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusTransitionTools/actions/workflows/pypi.yml)

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: `ep_transition_gui` and `ep_transition_cli`. 


