Skip to content

Simpler parsing of YAML, and allow return of DotNotation object #89

Description

@jcrivenaes

This is related to #88

Make a parser on the following pattern

from fmu.config import load_fmuconfig

cfg = load_fmuconfig()   # defaulted to read ../../fmuconfig/output/global_variables.yml

The return should be an object where both the current dict notation is allowed, but also allow a new "dot" notation.

Metadata

Metadata

Assignees

Labels

postponedE.g. a bug not urgent, postponed for various reasons

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions