experimental/cuda-ubi9/: omegaconf-2.3.0 metadata and description

Homepage Simple index

A flexible configuration library

author Omry Yadan
author_email omry@yadan.net
classifiers
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • License :: OSI Approved :: BSD License
  • Operating System :: OS Independent
description_content_type text/markdown
keywords yaml configuration config
requires_dist
  • antlr4-python3-runtime ==4.9.*
  • PyYAML >=5.1.0
  • dataclasses ; python_version == "3.6"
requires_python >=3.6
File Tox results History
omegaconf-2.3.0-py3-none-any.whl
Size
78 KB
Type
Python Wheel
Python
3

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

OmegaConf 2.2 is the current stable version.

Install with pip install --upgrade omegaconf

Previous release (2.1)

OmegaConf 2.1 is the current stable version.

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