SurrealAI / BeneDict

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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().

About

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


Languages

Language:Python 99.7%Language:Shell 0.3%