Description
Dictionary-heavy code can use attribute-style access for nested values. This small library is useful in scripts, tests, and projects that prefer dot notation over repeated key indexing. It changes how code reads data but does not protect against missing or unexpected keys.