Description
Access deeply nested dictionary values with compact dotted-key syntax in Python code. It helps applications read and update structured configuration, JSON-like data, or API responses with less repetitive indexing.
This is a developer convenience library. Dotted paths should be handled carefully when keys come from users, because unexpected paths can read or change the wrong part of a nested structure.