emtellipro.plugins package

Submodules

emtellipro.plugins.signals module

This module contains all the signals used throughout this package. Each has a defined name, so you may also use the signal() function to request them by name.

Signal

Description

get_result_modifiers

Invoked to get functions which modify results from the engine.

get_text_encryptors

Invoked by database saving code

Module contents

This module contains everything related to implementing plugins for the SDK. It’s more general than the plugins restricted to the emtellipro_db package.

emtellipro.plugins.enable_plugins()

Discovers and registers all plusing under the emtellipro.plugins entry-point namespace.