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 
Project is documented on ReadTheDocs.
Testing

Project is continually tested using GitHub Actions
Releases

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
.