{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/6"}],"enrichment":{"capability":"Provides YAML loaders and dumpers for PyYAML that preserve key order by using OrderedDict, allowing round-trip serialization of ordered YAML data.","skillfed_tags":["yaml-parsing","deprecated"],"use_cases":["Load YAML configuration files while preserving the order of keys for display in help text or command-line interfaces.","Serialize OrderedDict objects back to YAML files with key order intact for human-readable configuration output.","Round-trip YAML data (load and dump) in applications where key sequence matters for documentation or UI generation."],"what_it_does":"yamlordereddictloader extends pyyaml with custom loaders and dumpers that preserve the order of keys when reading and writing YAML files by storing them in OrderedDict objects. It provides both standard and safe variants\u2014the safe versions work with standard YAML tags and do not construct arbitrary Python objects, while the standard versions offer full Python object support.\n\nThe package is a thin wrapper around pyyaml's loader and dumper infrastructure, designed for use cases where maintaining key order through serialization matters. However, the maintainer explicitly marks this project as deprecated and directs users to an improved alternative with unit tests, performance improvements, and more active development.","worth_installing":"No. The package is explicitly deprecated by its own maintainer, who recommends an improved alternative. The last release was 1057 days ago, and the project is dormant. Install the recommended replacement instead."},"id":"yamlordereddictloader","links":{"html":"https://skillfed.io/packages/yamlordereddictloader","md":"https://skillfed.io/packages/yamlordereddictloader.md","pypi":"https://pypi.org/project/yamlordereddictloader/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-09-22","license_spdx":null,"license_treatment":"permissive","name":"yamlordereddictloader","python_support":"unspecified","summary":"YAML loader and dumper for PyYAML allowing to keep keys order."},"popularity":{"monthly_downloads":429530,"position":6738,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.2"}
