Strict YAML deserialization in Python with marshmallow

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • python-strict-yaml-parsing

    Examples of strict yaml parsing in python

  • All code available on GitHub repository.

  • marshmallow

    A lightweight library for converting complex objects to and from simple Python datatypes.

  • I found a recommendation to use marshmallow to parse dict generated from JSON object. I decided that these cases are the same as mine only uses JSON instead of YAML. And so I tried to use class_schema generator for dataclass schema:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pyyaml

    Canonical source repository for PyYAML

  • So I imported PyYaml and call load method:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts