Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 290 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 290 Bytes

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