weaver.quotation.status ======================= .. py:module:: weaver.quotation.status Module Contents --------------- .. py:class:: QuoteStatus Constants container that provides similar functionalities to :class:`ExtendedEnum` without explicit Enum membership. .. py:attribute:: SUBMITTED :value: 'submitted' .. py:attribute:: PROCESSING :value: 'processing' .. py:attribute:: COMPLETED :value: 'completed' .. py:attribute:: FAILED :value: 'failed' .. py:data:: AnyQuoteStatus