summaryrefslogtreecommitdiff
path: root/devel/py-dotmap/pkg-descr
blob: 7764f7e598c89cec8ecf75a222672b32ed8c8d5d (plain) (blame)
1
2
3
4
5
6
7
8
Dot access dictionary with dynamic hierarchy creation and ordered iteration.

DotMap is a dot-access dict subclass that
* has dynamic hierarchy creation (autovivification)
* can be initialized with keys
* easily initializes from dict
* easily converts to dict
* is ordered by insertion