eyeflask package

Submodules

eyeflask.cli module

eyeflask.cli.run()[source]

Run EyeFlask with the built-in Flask server.

Running with the Flask server will be problematic in high traffic circumstances; consider investigating gunicorn or a gunicorn / nginx combo if you encounter difficulties or are running outside of a simple private home network environment.

Module contents

eyeflask.create_app(config=None)[source]