Skip to content

omry/omegaconf

Repository files navigation

OmegaConf

Description
Project PyPI versiondownloads PyPI - Python Version
Code quality CircleCICoverage StatusTotal alertsLanguage grade: Python
Docs and support Documentation StatusBinder

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

Release candidate (2.0)

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.

What's new in OmegaConf 2.0.

2.0 Documentation.

Source code

Install with pip install --upgrade --pre omegaconf

Old stable (1.4)

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.

1.4 Documentation.

Source code

Install with pip install omegaconf

Live tutorial

Run the live tutorial : Binder