0 purchases
adict 0.1.7
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().
https://github.com/denis-ryzhkov/adict/blob/master/adict.py#L46
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.