OmegaConf

Package — ConfigPython 3.7+Intermediate

Hierarchical configuration with merge, interpolation, and validation

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
antlr4-python3-runtime, PyYAML
Install
pip install omegaconf

Learn by Difficulty

Quick Example

python
# Install: pip install omegaconf
import omegaconf

# Basic OmegaConf usage
print(f"Using OmegaConf")
# See documentation for detailed examples

OmegaConf is a third-party package. Hierarchical configuration with merge, interpolation, and validation. Install with: pip install omegaconf

Try in Playground

Tags

packageconfigurationserializationdata-format