energyplus-service

A simple flask EnergyPlus service


License
BSD-3-Clause
Install
pip install energyplus-service==0.0.1

Documentation

energyplus-service

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install energyplus-service

Examples

Several examples are provided to test things out. These will work either with the flask development server or with waitress or gunicorn (hopefully). Start up the service with

> energyplus-service dev -e path/to/energyplus.exe

or

> scripts/setup-run-env.bat
> waitress-serve --host 127.0.0.1 --port 5000 --call energyplus_service:create_app

or

gunicorn version goes here

Then the run-X.py scripts in the scripts subdirectory demonstrate several different ways to use the service.

License

energyplus-service is distributed under the terms of the BSD-3-Clause license.