
An ordered dictionary with attribute-style access.
AttrDict behaves exactly like collections.OrderedDict, but also allows keys to be accessed as attributes.
It also allows for loading JSON and YAML while preserving the order of keys
This is the Python3 package.