|
Metadata-Version: 2.1 |
|
Name: omegaconf |
|
Version: 2.0.6 |
|
Summary: A flexible configuration library |
|
Home-page: https://github.com/omry/omegaconf |
|
Author: Omry Yadan |
|
Author-email: [email protected] |
|
License: UNKNOWN |
|
Description: # OmegaConf |
|
| | Description | |
|
| --- | --- | |
|
| Project | [](https://badge.fury.io/py/omegaconf)[](https://pepy.tech/project/omegaconf/month?versions=1.4.*&versions=2.0*) | |
|
| Code quality| [](https://circleci.com/gh/omry/omegaconf)[](https://coveralls.io/github/omry/omegaconf)[](https://lgtm.com/projects/g/omry/omegaconf/alerts/)[](https://lgtm.com/projects/g/omry/omegaconf/context:python)| |
|
| Docs and support |[](https://omegaconf.readthedocs.io/en/latest/?badge=2.0_branch)[](https://mybinder.org/v2/gh/omry/omegaconf/master?filepath=docs%2Fnotebook%2FTutorial.ipynb)[](https://hydra-framework.zulipchat.com)| |
|
|
|
|
|
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. |
|
|
|
|
|
|
|
OmegaConf 2.0 stable version. |
|
|
|
* [What's new](https://github.com/omry/omegaconf/releases/tag/2.0.0) |
|
* [Documentation](https://omegaconf.readthedocs.io/en/2.0_branch/) |
|
* [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000) |
|
* [Source code](https://github.com/omry/omegaconf/tree/2.0_branch) |
|
|
|
Install with `pip install --upgrade omegaconf` |
|
|
|
## Live tutorial |
|
Run the live tutorial : [](https://mybinder.org/v2/gh/omry/omegaconf/master?filepath=docs%2Fnotebook%2FTutorial.ipynb) |
|
|
|
Keywords: yaml configuration config |
|
Platform: UNKNOWN |
|
Classifier: Programming Language :: Python :: 3.6 |
|
Classifier: Programming Language :: Python :: 3.7 |
|
Classifier: Programming Language :: Python :: 3.8 |
|
Classifier: License :: OSI Approved :: BSD License |
|
Classifier: Operating System :: OS Independent |
|
Requires-Python: >=3.6 |
|
Description-Content-Type: text/markdown |
|
|