lundybernard / batconf

Application configuration tool from the BAT project
MIT License
2 stars 0 forks source link

implement __str__ for manager.Configuration object #10

Closed lundybernard closed 1 month ago

lundybernard commented 2 years ago

Provide a helpful concise representation of the configuration object

It should represent the attribute tree, the value that will be returned, and source of each value ex:

GlobalConfig
├─ submodule1
│ └─ key1: ENV -> 'value-from-env'
│ └─ key2: config.yaml -> 'value from config file'
│ └─ key3: default -> None
├─ submodule2
│ └─ key4: ARGS -> 'value from ARGS' 
lundybernard commented 1 month ago

Resolved in v0.1.8