Table of Contents
pip install energyplus-service
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.
energyplus-service
is distributed under the terms of the BSD-3-Clause license.