Contents

omegaconf 2.3.0

0

A flexible configuration library

A flexible configuration library

Stars: 2346, Watchers: 2346, Forks: 147, Open Issues: 150

The omry/omegaconf repo was created 7 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 2346 github stars!

How to Install omegaconf

You can install omegaconf using pip

pip install omegaconf

or add it to a project with poetry

poetry add omegaconf

Package Details

Author
Omry Yadan
License
Homepage
https://github.com/omry/omegaconf
PyPi:
https://pypi.org/project/omegaconf/
GitHub Repo:
https://github.com/omry/omegaconf

Classifiers

No  omegaconf  pypi packages just yet.

Errors

A list of common omegaconf errors.

Code Examples

Here are some omegaconf code examples and snippets.

GitHub Issues

The omegaconf package has 150 open issues on GitHub

  • support union of dataclasses, Literal, and Sequence.
  • Improve design
  • Support keys as lists or tuples to OmegaConf.update() (fixes #1230)
  • Add support for typing.Literal
  • need release version - 2.4.0
  • THANK YOU
  • Is Omegaconf maintained?

See more issues on GitHub

Related Packages & Articles

jsonargparse 4.46.0

Minimal effort CLIs derived from type hints and parse from command line, config files and environment variables.

pyaml 26.2.1

PyYAML-based module to produce a bit more pretty and readable YAML-serialized data

fastapi 0.129.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production