Module licenseware.common
Expand source code
from .marshmallow_restx_converter import marshmallow_to_restx_model, restx_fields
Sub-modules
licenseware.common.constants
-
Here add dataclasses for commun data used in the app …
licenseware.common.marshmallow_restx_converter
-
Marshmallow to Flask-RestX model …
licenseware.common.serializers
-
Here add serializers for each dictioary/list used by the app That way we have a consistent output, each change to serializers should be discussed …
licenseware.common.validators
-
Here are various data validators that can be used for validatin marshmallow schemas or data.