python3-orderedattrdict

Python OrderedDict with attribute-style access (Python3)
  https://github.com/sanand0/orderedattrdict
  0
  no reviews



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.