--- id: frozenlist version: "1.8.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # frozenlist — A list-like structure which implements collections.abc.MutableSequence License: permissive · Maintenance: active · Popularity: top 100 on PyPI ## Install pip install frozenlist uv add frozenlist poetry add frozenlist ## Description frozenlist ========== .. image:: https://github.com/aio-libs/frozenlist/workflows/CI/badge.svg :target: https://github.com/aio-libs/frozenlist/actions :alt: GitHub status for master branch .. image:: https://codecov.io/gh/aio-libs/frozenlist/branch/master/graph/badge.svg?flag=pytest :target: https://codecov.io/gh/aio-libs/frozenlist?flags[]=pytest :alt: codecov.io status for master branch .. image:: https://img.shields.io/pypi/v/frozenlist.svg?logo=Python&logoColor=white :target: https://pypi.org/project/frozenlist :alt: frozenlist @ PyPI .. image:: https://readthedocs.org/projects/frozenlist/badge/?version=latest :target: https://frozenlist.aio-libs.org :alt: Read The Docs build status badge .. image:: https://img.shields.io/matrix/aio-libs:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat :target: https://matrix.to/#/%23aio-libs:matrix.org :alt: Matrix Room — #aio-libs:matrix.org .. image:: https://img.shields.io/matrix/aio-libs-space:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs-space%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat :target:... ## AI interpretation — verify before relying frozenlist provides a mutable list that can be frozen to prevent further modifications, raising RuntimeError on mutation attempts after freeze() is called, and supporting hashing only when frozen. Verdict: frozenlist is a stable, actively maintained utility (top-100 PyPI tier, no known vulnerabilities) offering a simple pattern for transitioning lists from mutable to immutable with zero external dependencies and broad Python 3.9+ support including PyPy. [View on SkillFed](https://skillfed.io/packages/frozenlist) · [View on PyPI](https://pypi.org/project/frozenlist/)