Description
Adds dictionary subclasses with conveniences such as aliasing and attribute-style access. It helps Python code work with structured mappings in a more expressive way than plain dictionaries.
Developers use it inside applications and libraries that need flexible configuration or data containers. It does not store data by itself; behavior depends on how the caller uses the mapping.