Simple dictionary subclass that exposes keys as attributes (e.g., obj.mykey instead of obj['mykey']). Requires Python 3.5+. Currently maintained with steady releases.
pip install attributedictVerified import paths — ran on the pinned version, not inferred.
Basic usage showing attribute access, .get(), assignment, and dict representation.
Avoid using keys that conflict with dict methods, or use standard dict access for those keys.
Recursively convert with: AttributeDict(nested_dict) for each level, or use a helper function.
Evaluate if the library meets your needs; if you need ongoing support, migrate to box or attrdict.
No dependency data recorded yet.