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]
weaver.wps_restapi.constants.AnyConformanceCategory[source]