diff options
Diffstat (limited to 'devel/py-omegaconf/pkg-descr')
-rw-r--r-- | devel/py-omegaconf/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-omegaconf/pkg-descr b/devel/py-omegaconf/pkg-descr new file mode 100644 index 000000000000..ac03bea30f49 --- /dev/null +++ b/devel/py-omegaconf/pkg-descr @@ -0,0 +1,4 @@ +OmegaConf is a hierarchical configuration system, with support for merging +configurations from multiple sources (YAML config files, dataclasses/objects +and CLI arguments) providing a consistent API regardless of how the +configuration was created. |