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

# IDFVersionUpdater

A super simple Python Tk-based IDFVersionUpdater tool

# Documentation [![Documentation Status](http://readthedocs.org/projects/idfversionupdater-20/badge/?version=latest)](http://idfversionupdater-20.readthedocs.io/en/latest/?badge=latest)

Project is documented on ReadTheDocs.

# Testing

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

Project is continually tested using GitHub Actions

# Releases

[![Release_to_PyPi](https://github.com/Myoldmopar/IDFVersionUpdater2/actions/workflows/pypi.yml/badge.svg)](https://github.com/Myoldmopar/IDFVersionUpdater2/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 ep-transition-tools`.
This will (eventually) install 2 binaries into the python environment: `ep_transition_gui` and `ep_transition_cli`. 


