Description
Parses a restricted, type-safe subset of YAML for Python applications. It helps projects use human-readable configuration while avoiding some of YAML's more surprising implicit types and complex features.
Developers use it as a configuration library. A restricted parser can reduce mistakes, but applications still need schema validation, clear errors, and safe handling of user-managed files.