Awesome
adict
Dict with attr access to keys.
Usage:
pip install adict
from adict import adict
d = adict(a=1)
assert d.a == d['a'] == 1
See all features, including ajson()
in adict.py:test()
.
adict version 0.1.7
Copyright (C) 2013-2015 by Denis Ryzhkov denisr@denisr.com
MIT License, see http://opensource.org/licenses/MIT