diff options
Diffstat (limited to 'devel/py-dotmap/pkg-descr')
-rw-r--r-- | devel/py-dotmap/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-dotmap/pkg-descr b/devel/py-dotmap/pkg-descr new file mode 100644 index 000000000000..7764f7e598c8 --- /dev/null +++ b/devel/py-dotmap/pkg-descr @@ -0,0 +1,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 |