weaver.wps_restapi.constants

Module Contents

weaver.wps_restapi.constants.Conformance[source]
class weaver.wps_restapi.constants.ConformanceCategory[source]

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

ALL = 'all'[source]
CONFORMANCE = 'conf'[source]
PERMISSION = 'per'[source]
RECOMMENDATION = 'rec'[source]
REQUIREMENT = 'req'[source]
class weaver.wps_restapi.constants.JobInputsOutputsSchema[source]

Schema selector to represent a Job output results.

OGC_STRICT = 'ogc+strict'[source]
OLD_STRICT = 'old+strict'[source]
OGC = 'ogc'[source]
OLD = 'old'[source]
weaver.wps_restapi.constants.AnyConformanceCategory[source]