Description
Use dictionary-like objects that cannot be changed after creation. It helps Python programs keep configuration, cache keys, or structured values stable when mutation would be unsafe or confusing.
This is a small developer library. Immutability helps prevent accidental changes, but applications still need validation for the data stored inside before trusting it.