Metadata-Version: 2.1
Name: omegaconf
Version: 1.0.4
Summary: A flexible configuration library
Home-page: https://github.com/omry/omegaconf
Author: Omry Yadan
Author-email: omry@yadan.net
License: UNKNOWN
Keywords: yaml configuration config
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: ruamel.yaml (<0.15)
Requires-Dist: pylint
Requires-Dist: six

[![PyPI version](https://badge.fury.io/py/omegaconf.svg)](https://badge.fury.io/py/omegaconf)
[![Build Status](https://travis-ci.com/omry/omegaconf.svg?branch=master)](https://travis-ci.com/omry/omegaconf)

# OmegaConf
OmegaConf is a flexible yaml based configuration library, supporting dot access, deep updates and more.

See the [tutorial](https://github.com/omry/omegaconf/blob/master/tutorial/tutorial.py) for usage example.


