--- id: immutabledict version: "4.3.1" license: MIT license_treatment: permissive maintenance: active --- # immutabledict — Immutable wrapper around dictionaries (a fork of frozendict) License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install immutabledict uv add immutabledict poetry add immutabledict ## Description # immutabledict ![PyPI](https://img.shields.io/pypi/v/immutabledict) ![Conda](https://img.shields.io/conda/vn/conda-forge/immutabledict) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/immutabledict) ![License](https://img.shields.io/pypi/l/immutabledict) ![Build](https://img.shields.io/github/actions/workflow/status/corenting/immutabledict/ci.yml?branch=master) ![Codecov](https://img.shields.io/codecov/c/github/corenting/immutabledict) ![PyPI - Downloads](https://img.shields.io/pypi/dm/immutabledict) An immutable wrapper around dictionaries. immutabledict implements the complete mapping interface and can be used as a drop-in replacement for dictionaries where immutability is desired. It's a fork of slezica's [frozendict](https://github.com/slezica/python-frozendict). This library is a pure Python, MIT-licensed alternative to the new LGPL-3.0 licensed [frozendict](https://github.com/Marco-Sulla/python-frozendict). ## Installation Official release in [on pypi](https://pypi.org/project/immutabledict/) as `immutabledict`. **Community-maintained** releases are available: - On [conda-forge](https://anaconda.org/conda-forge/immutabledict) as `immutabledict` -... ## AI interpretation — verify before relying immutabledict provides an immutable, hashable wrapper around dictionaries that implements the complete mapping interface, allowing it to serve as a drop-in replacement for dicts where immutability is required. Verdict: immutabledict is a lightweight, well-maintained MIT-licensed library with zero dependencies and no known vulnerabilities. It offers a pure-Python alternative to frozendict for applications needing immutable dictionary semantics across modern Python versions. [View on SkillFed](https://skillfed.io/packages/immutabledict) · [View on PyPI](https://pypi.org/project/immutabledict/)