A small package to help inspect code, and prepare and apply changes to the EnergyPlus codebase.
The parser is specifically designed to parse EnergyPlus C++ code. It will almost certainly fail on any other codebase, because it is based (currently at least) on assumptions about the E+ code structure/rules.
Code is tested pretty heavily, and is always trying to hit 100% coverage.
Docs are written in Sphinx and our main branch is built on ReadTheDocs.
- Move actions to a demos folder maybe?
- Deploy on PyPi