A restricted YAML parser that reads only a safe subset of YAML, designed for use with config files where you want to avoid arbitrary YAML features. Version 0.9.3 is current. Release cadence is low, with occasional updates.
pip install dumbyamlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a simple YAML string.
Use only simple YAML constructs: strings, numbers, lists, dicts.
If you need custom objects, serialize them manually.
Check your YAML syntax. dumbyaml is strict; trailing spaces or indentation errors also cause this.
Remove unsupported constructs. Stick to basic mappings, sequences, and scalars.
No dependency data recorded yet.