LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
build_helpers/__init__.py
build_helpers/build_helpers.py
build_helpers/test_helpers.py
build_helpers/bin/antlr-4.8-complete.jar
omegaconf/__init__.py
omegaconf/_impl.py
omegaconf/_utils.py
omegaconf/base.py
omegaconf/basecontainer.py
omegaconf/dictconfig.py
omegaconf/errors.py
omegaconf/grammar_parser.py
omegaconf/grammar_visitor.py
omegaconf/listconfig.py
omegaconf/nodes.py
omegaconf/omegaconf.py
omegaconf/py.typed
omegaconf/version.py
omegaconf.egg-info/PKG-INFO
omegaconf.egg-info/SOURCES.txt
omegaconf.egg-info/dependency_links.txt
omegaconf.egg-info/requires.txt
omegaconf.egg-info/top_level.txt
omegaconf/grammar/OmegaConfGrammarLexer.g4
omegaconf/grammar/OmegaConfGrammarParser.g4
omegaconf/grammar/__init__.py
omegaconf/grammar/gen/OmegaConfGrammarLexer.py
omegaconf/grammar/gen/OmegaConfGrammarParser.py
omegaconf/grammar/gen/OmegaConfGrammarParserListener.py
omegaconf/grammar/gen/OmegaConfGrammarParserVisitor.py
omegaconf/grammar/gen/__init__.py
omegaconf/resolvers/__init__.py
omegaconf/resolvers/oc/__init__.py
omegaconf/resolvers/oc/dict.py
pydevd_plugins/__init__.py
pydevd_plugins/extensions/__init__.py
pydevd_plugins/extensions/pydevd_plugin_omegaconf.py
requirements/base.txt
tests/__init__.py
tests/conftest.py
tests/test_base_config.py
tests/test_basic_ops_dict.py
tests/test_basic_ops_list.py
tests/test_compare_dictconfig_vs_dict.py
tests/test_config_eq.py
tests/test_create.py
tests/test_errors.py
tests/test_get_full_key.py
tests/test_grammar.py
tests/test_matrix.py
tests/test_merge.py
tests/test_nodes.py
tests/test_omegaconf.py
tests/test_pydev_resolver_plugin.py
tests/test_readonly.py
tests/test_select.py
tests/test_serialization.py
tests/test_struct.py
tests/test_to_container.py
tests/test_to_yaml.py
tests/test_update.py
tests/test_utils.py
tests/data/2.0.6.pickle
tests/data/2.1.0.rc1.pickle
tests/data/load.py
tests/data/save.py
tests/examples/__init__.py
tests/examples/dataclass_postponed_annotations.py
tests/examples/test_dataclass_example.py
tests/examples/test_postponed_annotations.py
tests/interpolation/__init__.py
tests/interpolation/test_custom_resolvers.py
tests/interpolation/test_interpolation.py
tests/interpolation/built_in_resolvers/__init__.py
tests/interpolation/built_in_resolvers/test_legacy_env.py
tests/interpolation/built_in_resolvers/test_oc_create.py
tests/interpolation/built_in_resolvers/test_oc_decode.py
tests/interpolation/built_in_resolvers/test_oc_deprecated.py
tests/interpolation/built_in_resolvers/test_oc_dict.py
tests/interpolation/built_in_resolvers/test_oc_env.py
tests/interpolation/built_in_resolvers/test_oc_select.py
tests/structured_conf/__init__.py
tests/structured_conf/test_structured_basic.py
tests/structured_conf/test_structured_config.py
tests/structured_conf/data/__init__.py
tests/structured_conf/data/attr_classes.py
tests/structured_conf/data/dataclasses.py