Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.67 KB

README.md

File metadata and controls

35 lines (25 loc) · 2.67 KB

OmegaConf

Description
Project PyPI versionDownloadsPyPI - 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

Stable (2.0)

OmegaConf 2.0 stable version.

Install with pip install --upgrade omegaconf

Dev release (2.1)

OmegaConf 2.1 dev release is in good shape and is approaching a release candidate. Users are encouraged to try it out.

Install with pip install --upgrade omegaconf --pre

Live tutorial

Run the live tutorial: Binder