soiz1's picture
Upload 53 files
e40d9d0 verified
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
omegaconf/__init__.py
omegaconf/_utils.py
omegaconf/base.py
omegaconf/basecontainer.py
omegaconf/dictconfig.py
omegaconf/errors.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
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_config_eq.py
tests/test_create.py
tests/test_errors.py
tests/test_get_full_key.py
tests/test_interpolation.py
tests/test_matrix.py
tests/test_merge.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_yaml.py
tests/test_update.py
tests/test_utils.py
tests/examples/__init__.py
tests/examples/test_dataclass_example.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