Description
Provides dictionary-like objects that cannot be changed after creation. This helps Python programs pass configuration, cache keys, or structured values safely when accidental mutation would cause bugs.
Use it in code that benefits from predictable, hashable, or read-only mappings. It is a small library for developers, not a user-facing application.