Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.29 KB

File metadata and controls

32 lines (23 loc) · 2.29 KB

OmegaConf

Description
Project PyPI versionDownloadsPython
Code quality CircleCICoverage Status
Docs, support, and ecosystem Documentation StatusBinderZulip chatecosystem: cli.dev
Backlog Backlog Atlas dashboard

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.

Optional subprojects

  • omegaconf-pydevd: optional pydevd debugger plugin for inspecting OmegaConf objects in supported debuggers.

Releases

Upcoming (2.4.0.dev)

OmegaConf 2.4.0.dev is the upcoming development version.

Install with pip install --upgrade --pre omegaconf

Stable (2.3)

OmegaConf 2.3 is the current stable version.

Install with pip install --upgrade omegaconf