omegaconf 2.3.0
0
A flexible configuration library
Contents
A flexible configuration library
Stars: 1951, Watchers: 1951, Forks: 107, Open Issues: 122The omry/omegaconf
repo was created 6 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 1951 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
Related Packages
Errors
A list of common omegaconf errors.
Code Examples
Here are some omegaconf
code examples and snippets.
GitHub Issues
The omegaconf package has 122 open issues on GitHub
- Need
datetime
-typed field support - Resolving nested structured config with interpolation raises ValidationError
- Nightly builds
- Include support to
bytes
built-in type. - Have
bytes
as supported value type. - Look into supporting Union in Structured configs