super_hydro.clients.flask¶
Flask Client.
The flask client runs a webserver on the client machine, and allows users to run a selection of models.
For more details see Flask Client.
Functions
|
Generates a Server object for computation and communication. |
|
Returns a ServerProxy object with appropriate local server or network server communication property. |
|
Log msg to the logger. |
|
Context for tasks with paired start and Done messages. |
|
Use in class methods where @app.route would be used. |
|
Run the Flask web framework. |
Classes
|
Basic client mixin with functions for manipulating density array. |
|
Encapsulates the Flask app. |
|
Flask-SocketIO Socket container for a model. |
|
Dictionary that remembers insertion order |
|
ServerProxy allows the user to interact with a computational server. |