eptransition

EnergyPlus file transition in Python.


Keywords
cli, energyplus, python
License
Unlicense
Install
pip install eptransition==0.92

Documentation

EnergyPlus Python Transition

Python version of the E+ input file transition utility

Documentation

Documentation is hosted on ReadTheDocs. The docs are completely bare right now. To build the documentation, enter the docs/ subdirectory and execute make html; then open /docs/_build/html/index.html to see the documentation.

Testing

The source is tested using the python unittest framework. To execute all the unit tests, just execute the test file (since it calls unittest.main()): python test/test_main.py. The tests are also executed by Travis CI.