LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
build_helpers/__init__.py
build_helpers/build_helpers.py
build_helpers/get_vendored.py
build_helpers/test_helpers.py
build_helpers/bin/antlr-4.11.1-complete.jar
omegaconf/__init__.py
omegaconf/_impl.py
omegaconf/_utils.py
omegaconf/_yaml.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/typing.py
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
omegaconf/vendor/__init__.py
omegaconf/vendor/antlr4/BufferedTokenStream.py
omegaconf/vendor/antlr4/CommonTokenFactory.py
omegaconf/vendor/antlr4/CommonTokenStream.py
omegaconf/vendor/antlr4/FileStream.py
omegaconf/vendor/antlr4/InputStream.py
omegaconf/vendor/antlr4/IntervalSet.py
omegaconf/vendor/antlr4/LL1Analyzer.py
omegaconf/vendor/antlr4/Lexer.py
omegaconf/vendor/antlr4/ListTokenSource.py
omegaconf/vendor/antlr4/Parser.py
omegaconf/vendor/antlr4/ParserInterpreter.py
omegaconf/vendor/antlr4/ParserRuleContext.py
omegaconf/vendor/antlr4/PredictionContext.py
omegaconf/vendor/antlr4/Recognizer.py
omegaconf/vendor/antlr4/RuleContext.py
omegaconf/vendor/antlr4/StdinStream.py
omegaconf/vendor/antlr4/Token.py
omegaconf/vendor/antlr4/TokenStreamRewriter.py
omegaconf/vendor/antlr4/Utils.py
omegaconf/vendor/antlr4/__init__.py
omegaconf/vendor/antlr4/_pygrun.py
omegaconf/vendor/antlr4/atn/ATN.py
omegaconf/vendor/antlr4/atn/ATNConfig.py
omegaconf/vendor/antlr4/atn/ATNConfigSet.py
omegaconf/vendor/antlr4/atn/ATNDeserializationOptions.py
omegaconf/vendor/antlr4/atn/ATNDeserializer.py
omegaconf/vendor/antlr4/atn/ATNSimulator.py
omegaconf/vendor/antlr4/atn/ATNState.py
omegaconf/vendor/antlr4/atn/ATNType.py
omegaconf/vendor/antlr4/atn/LexerATNSimulator.py
omegaconf/vendor/antlr4/atn/LexerAction.py
omegaconf/vendor/antlr4/atn/LexerActionExecutor.py
omegaconf/vendor/antlr4/atn/ParserATNSimulator.py
omegaconf/vendor/antlr4/atn/PredictionMode.py
omegaconf/vendor/antlr4/atn/SemanticContext.py
omegaconf/vendor/antlr4/atn/Transition.py
omegaconf/vendor/antlr4/atn/__init__.py
omegaconf/vendor/antlr4/dfa/DFA.py
omegaconf/vendor/antlr4/dfa/DFASerializer.py
omegaconf/vendor/antlr4/dfa/DFAState.py
omegaconf/vendor/antlr4/dfa/__init__.py
omegaconf/vendor/antlr4/error/DiagnosticErrorListener.py
omegaconf/vendor/antlr4/error/ErrorListener.py
omegaconf/vendor/antlr4/error/ErrorStrategy.py
omegaconf/vendor/antlr4/error/Errors.py
omegaconf/vendor/antlr4/error/__init__.py
omegaconf/vendor/antlr4/tree/Chunk.py
omegaconf/vendor/antlr4/tree/ParseTreeMatch.py
omegaconf/vendor/antlr4/tree/ParseTreePattern.py
omegaconf/vendor/antlr4/tree/ParseTreePatternMatcher.py
omegaconf/vendor/antlr4/tree/RuleTagToken.py
omegaconf/vendor/antlr4/tree/TokenTagToken.py
omegaconf/vendor/antlr4/tree/Tree.py
omegaconf/vendor/antlr4/tree/Trees.py
omegaconf/vendor/antlr4/tree/__init__.py
omegaconf/vendor/antlr4/xpath/XPath.py
omegaconf/vendor/antlr4/xpath/XPathLexer.py
omegaconf/vendor/antlr4/xpath/__init__.py
requirements/base.txt
requirements/dev.txt
requirements/docs.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_container_unions.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_nested_containers.py
tests/test_nodes.py
tests/test_omegaconf.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_unions.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_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
tests/structured_conf/data/dataclasses_pre_311.py