This project provides the DOE2 sim report splitting and parsing:
- split the sim report into pieces by the reports' names
- parse the sim report from pure text to csv file (comma-separated values), based on the requirement (configuration)
- upload the parsed sim reports to Google Spreadsheet
- Python 3.6+
- Fully tested on Linux, but it should works on Windows, Mac OSX, BSD
The quick way:
pip install doe2-sim-parser
For more details see the installation section in the documentation: https://doe2-sim-parser.readthedocs.io/en/latest/installation.html
Documentation is available online at
https://doe2-sim-parser.readthedocs.io/en/latest/ and in the docs
directory.
- [ ] Add Microsoft Office Excel creation for parsed sim reports
- [ ] Add Microsoft Office 365 support for parsed sim reports uploading
- [ ] Trigger Google Apps Script to do post-process after uploading the parsed sim reports