The source project of this merge request has been removed.
testing/py3-dotmap: new aport
Package description: 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. The key feature is exactly what you want: dot-access.