Metadata-Version: 2.0
Name: eptransition
Version: 0.1
Summary: EnergyPlus file transition in Python.
Home-page: https://github.com/myoldmopar/ep-transition
Author: Edwin Lee
Author-email: leeed2001@gmail.com
License: UNKNOWN
Keywords: cli energyplus
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: coveralls; extra == 'test'
Requires-Dist: unittest; extra == 'test'

This is a Python library for transitioning EnergyPlus input files between versions.  The tool includes a command line
application called "eptransition" that performs transition functionality as well as being called from Python itself.


