Description | |
---|---|
Project | |
Code quality | |
Docs and support |
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.
OmegaConf 2.0 is coming, this is a real release candidate and you should feel free to use it. Ths reason that this is still marked as release candidate is that this is a very big release and I want it to see some more use before officially releasing it. No additional changes are planned for 2.0, please report any issues.
Install with pip install --upgrade --pre omegaconf
This is the old stable version, despite it being stable - many bugs 1.4 have been fixed in 2.0. Use this only if you cannot use 2.0 for some reason.
Install with pip install omegaconf