OmegaConf
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.
Releases
Stable (2.0)
OmegaConf 2.0 stable version.
Install with pip install --upgrade omegaconf
Release candidate (2.1)
OmegaConf 2.1 is now a release candidate. New users should use it and existing users are encouraged to migrate to it.
Install with pip install --upgrade omegaconf --pre