BeneDict

Access dict values as attributes. Works recursively. JSON/YAML support. Handles builtin method conflict.


Keywords
dict, utility
License
GPL-3.0
Install
pip install BeneDict==0.3.2

Documentation

BeneDict

Easily access dict values by attributes.

From stable package on PyPI

pip install benedict

From bleeding edge master branch

pip install git+git://github.com/SurrealAI/BeneDict.git

You can always convert a BeneDict back to dict by calling .to_dict().