Skip to content

omry/omegaconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

117f7de · Jan 19, 2025
Jan 19, 2025
Sep 4, 2023
Jan 18, 2021
Feb 29, 2024
Jan 4, 2025
May 30, 2024
May 30, 2024
Jan 19, 2025
Feb 17, 2022
Feb 29, 2024
Jan 19, 2025
Jan 5, 2025
Feb 29, 2024
Feb 12, 2021
Feb 12, 2021
Feb 15, 2024
Feb 29, 2024
Dec 28, 2019
Nov 15, 2023
Aug 30, 2021
Jan 17, 2024
May 10, 2019
May 8, 2020
Aug 16, 2021
Dec 8, 2022
Dec 17, 2022
Feb 12, 2021
Jan 19, 2025
Feb 15, 2024
Feb 15, 2024
Feb 15, 2024

Repository files navigation

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.3)

OmegaConf 2.3 is the current stable version.

Install with pip install --upgrade omegaconf

Previous release (2.2)

Install with pip install omegaconf==2.1

Previous release (2.1)

Install with pip install omegaconf==2.1

Previous release (2.0)

Install with pip install omegaconf==2.0.6

Live tutorial

Run the live tutorial: Binder