{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/13"}],"enrichment":{"capability":"Provides an OrderedDict implementation for Python 2.4\u20132.6, preserving insertion order in a dictionary-like object with O(1) amortized insertion, deletion, and lookup performance.","skillfed_tags":["python2-legacy","obsolete"],"use_cases":["Maintain insertion order in dictionaries on Python 2.4\u20132.6 (legacy systems only).","Backport code written for later Python OrderedDict to earlier Python 2 versions.","Historical reference or educational study of OrderedDict implementation patterns."],"what_it_does":"OrderedDict is a backport of collections.OrderedDict to Python 2.4\u20132.6. It implements a dictionary that remembers the order in which keys were inserted, with performance characteristics matching regular dictionaries: O(1) amortized insertion, deletion, and lookup, and O(n) iteration, repr, copy, and equality testing.\n\nThis package is effectively obsolete. Later Python versions included OrderedDict in the standard library, and modern Python made all dicts insertion-ordered by default. The package has not been maintained since 2010 and targets only long-unsupported Python versions.","worth_installing":"No. This package targets Python versions (2.4\u20132.6) that are no longer supported and have been obsolete for many years. Later Python versions include OrderedDict in the standard library or make all dicts ordered by default. The package is abandoned and serves no practical purpose in current development."},"id":"ordereddict","links":{"html":"https://skillfed.io/packages/ordereddict","md":"https://skillfed.io/packages/ordereddict.md","pypi":"https://pypi.org/project/ordereddict/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2010-10-28","license_spdx":null,"license_treatment":"permissive","name":"ordereddict","python_support":"unspecified","summary":"A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6."},"popularity":{"monthly_downloads":215881,"position":9391,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1"}
