weaver.processes.types

Module Contents

class weaver.processes.types.ProcessType[source]

Constants container that provides similar functionalities to ExtendedEnum without explicit Enum membership.

APPLICATION = 'application'[source]
BUILTIN = 'builtin'[source]
TEST = 'test'[source]
OGC_API = 'ogcapi'[source]
WORKFLOW = 'workflow'[source]
WPS_LOCAL = 'wps'[source]
WPS_REMOTE = 'wps-remote'[source]
static is_wps(process_type: AnyProcessType) bool[source]
weaver.processes.types.AnyProcessType[source]