demessaging.backend package

Core module for generating a de-messaging backend module.

This module defines the base classes to serve a general python module as a backend module in the DASF.

The most important members are:

main([module_name])

Main function for starting a backend module from the command line.

BackendModule([root])

A base class for a backend module.

BackendFunction()

A base class for a function model.

BackendClass()

A basis for class models

Functions:

main([module_name])

Main function for starting a backend module from the command line.

demessaging.backend.main(module_name: str = '__main__', *args, **config_kws) Type[BackendModule][source]

Main function for starting a backend module from the command line.

Parameters:

Submodules