CHANGELOG.md
Doxyfile
LICENSE
LICENSES.txt
MANIFEST.in
README.md
pyproject.toml
docs/Thumbs.db
docs/config_variants.png
docs/context_path_resolve.png
src/fr_config/__init__.py
src/fr_config/constants.py
src/fr_config/exceptions.py
src/fr_config/interfaces.py
src/fr_config/tagging.py
src/fr_config.egg-info/PKG-INFO
src/fr_config.egg-info/SOURCES.txt
src/fr_config.egg-info/dependency_links.txt
src/fr_config.egg-info/requires.txt
src/fr_config.egg-info/top_level.txt
src/fr_config/_internal/__init__.py
src/fr_config/_internal/core/__init__.py
src/fr_config/_internal/core/path.py
src/fr_config/_internal/core/resolver.py
src/fr_config/_internal/core/validate.py
src/fr_config/_internal/implementation/__init__.py
src/fr_config/_internal/implementation/base.py
src/fr_config/_internal/implementation/loader.py
src/fr_config/_internal/implementation/writer.py
src/fr_config/_internal/utils/__init__.py
src/fr_config/_internal/utils/logging.py
src/fr_config/_internal/utils/path.py
src/fr_config/_internal/utils/typing.py
src/schema/fr_config.json
tests/integration/conftest.py
tests/integration/test_config_packages.py
tests/integration/test_config_simple.py
tests/integration/test_default_parameters.py
tests/integration/test_documentation_examples.py
tests/resources/configs/Projects/.fr_config/simple/default/v1.fr_config
tests/resources/configs/Projects/FR0001_FRCONFIG/.fr_config/packages/default/v1.fr_config
tests/resources/configs/Projects/FR0001_FRCONFIG/.fr_config/simple/default/.v2.published
tests/resources/configs/Projects/FR0001_FRCONFIG/.fr_config/simple/default/.v3.deprecated
tests/resources/configs/Projects/FR0001_FRCONFIG/.fr_config/simple/default/v1.fr_config
tests/resources/configs/Projects/FR0001_FRCONFIG/.fr_config/simple/default/v2.fr_config
tests/resources/configs/Projects/FR0001_FRCONFIG/.fr_config/simple/default/v3.fr_config
tests/resources/configs/Projects/FR0001_FRCONFIG/03_Production/Shots/SEQ_001/0010/.fr_config/packages/default/v1.fr_config
tests/resources/configs/Projects/FR0001_FRCONFIG/03_Production/Shots/SEQ_001/0010/.fr_config/simple/broken/v1.fr_config
tests/resources/configs/Projects/FR0001_FRCONFIG/03_Production/Shots/SEQ_001/0010/.fr_config/simple/default/.v1.published
tests/resources/configs/Projects/FR0001_FRCONFIG/03_Production/Shots/SEQ_001/0010/.fr_config/simple/default/v1.fr_config
tests/resources/configs/Projects/FR0001_FRCONFIG/03_Production/Shots/SEQ_001/0020/.fr_config/simple/default/.v1.published
tests/resources/configs/Projects/FR0001_FRCONFIG/03_Production/Shots/SEQ_001/0020/.fr_config/simple/default/v1.fr_config
tests/resources/configs/reparent/.fr_config/simple/default/v1.fr_config
tests/resources/schema/packages.fr_schema
tests/resources/schema/simple.fr_schema
tests/unit/conftest.py
tests/unit/test_imports.py
tests/unit/test_logging.py
tests/unit/test_path.py
tests/unit/test_resolver.py
tests/unit/test_schema_loading.py
tests/unit/test_sequence.py
tests/unit/test_validate.py