scistag.webstag.serverΒΆ

WebStag.Server Provides a wrapper for even more easily hosting WebServices via Flask or FastAPI

scistag.webstag.server.class_service

Implements the class WebStagClassService which allows publishing a Python class as web service with minimal effort.

scistag.webstag.server.class_service_entry

Implements the class ClassServiceEntry which represents a single class being hosted via a WebStagClassService.

scistag.webstag.server.flask_server

Module for the Flask specific integrations into WebStag.server

scistag.webstag.server.web_request

Implements the WebRequest class which is a wrapper around a classic Flask request object.

scistag.webstag.server.web_response

Implements the class WebResponse which is returned from services added to a WebStagService.

scistag.webstag.server.web_stag_server

The WebStagServer is a wrapper around a classic Flask and/or FastAPI server and shall help setting it up even easier.

scistag.webstag.server.web_stag_service

Implements the class WebStagService which represents a single service provided by a Flask or FastAPI server.