weaver.wps_restapi.quotation.utils ================================== .. py:module:: weaver.wps_restapi.quotation.utils Module Contents --------------- .. py:data:: LOGGER .. py:function:: check_quotation_supported(container: weaver.typedefs.AnySettingsContainer) -> bool Request view decorator that validates the instance configuration permits the quotation extension. .. seealso:: https://github.com/opengeospatial/ogcapi-processes/tree/master/extensions/quotation .. py:function:: get_quote(request: weaver.typedefs.AnyRequestType) -> weaver.datatype.Quote Obtain the referenced :term:`Quote` by the request with validation. :param request: :return: Matched quote. :raises HTTPNotFound: If the quote could not be found.