omegaconf
omegaconf copied to clipboard
Attribute/KeyError can suggest matches from the available keys.
On key access error / attribute error, we can use edit distance to get suggestions of things the user may have meant.
specifically, using the standard difflib can the a nice solution. See this