.flake8
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
SPDX.spdx
pyproject.toml
.github/dependabot.yml
.github/workflows/nightly.yml
.github/workflows/publish_docs.yml
.github/workflows/pypi_publish.yml
.github/workflows/test_docs.yml
.github/workflows/tox_run.yml
brand/Hydra-Zen - favicon.png
brand/Hydra-Zen_logo_full.png
brand/Hydra-Zen_logo_full.svg
brand/Hydra-Zen_logo_full_filled_bkgrnd.png
brand/Hydra-Zen_logo_full_filled_bkgrnd_small.png
brand/Hydra-Zen_logo_full_filled_bkgrnd_smaller.png
brand/Hydra-Zen_logo_full_light_blue.png
brand/Hydra-Zen_logo_full_light_blue_smaller.png
brand/HydraZen_logo_blue.png
brand/HydraZen_logo_blue.svg
brand/HydraZen_logo_border.png
brand/HydraZen_logo_border.svg
brand/HydraZen_logo_transparent.png
brand/HydraZen_logo_transparent.svg
brand/README.md
brand/hydra_zen_favicon_32x32.ico
brand/hydra_zen_favicon_64x64.ico
deps/requirements-pyright.txt
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements.txt
docs/source/api_reference.rst
docs/source/changes.rst
docs/source/conf.py
docs/source/explanation.rst
docs/source/how_tos.rst
docs/source/index.rst
docs/source/store.rst
docs/source/tutorials.rst
docs/source/_static/gtag.js
docs/source/_static/hydra_zen_favicon_32x32.png
docs/source/_static/hydra_zen_favicon_64x64.png
docs/source/explanation/dont_repeat_yourself.rst
docs/source/explanation/hydrated_dataclass.rst
docs/source/explanation/type_refinement.rst
docs/source/generated/hydra_zen.ZenField.rst
docs/source/generated/hydra_zen.ZenStore.rst
docs/source/generated/hydra_zen.builds.rst
docs/source/generated/hydra_zen.get_target.rst
docs/source/generated/hydra_zen.hydrated_dataclass.rst
docs/source/generated/hydra_zen.instantiate.rst
docs/source/generated/hydra_zen.is_partial_builds.rst
docs/source/generated/hydra_zen.just.rst
docs/source/generated/hydra_zen.launch.rst
docs/source/generated/hydra_zen.load_from_yaml.rst
docs/source/generated/hydra_zen.make_config.rst
docs/source/generated/hydra_zen.make_custom_builds_fn.rst
docs/source/generated/hydra_zen.save_as_yaml.rst
docs/source/generated/hydra_zen.third_party.beartype.validates_with_beartype.rst
docs/source/generated/hydra_zen.third_party.pydantic.validates_with_pydantic.rst
docs/source/generated/hydra_zen.to_yaml.rst
docs/source/generated/hydra_zen.typing.DataclassOptions.rst
docs/source/generated/hydra_zen.typing.ZenConvert.rst
docs/source/generated/hydra_zen.uses_zen_processing.rst
docs/source/generated/hydra_zen.wrapper.Zen.rst
docs/source/generated/hydra_zen.wrapper.default_to_config.rst
docs/source/generated/hydra_zen.zen.rst
docs/source/how_to/beartype.rst
docs/source/how_to/configure_hydra.rst
docs/source/how_to/configuring_experiments.rst
docs/source/how_to/partial_config.rst
docs/source/how_to/pytorch_lightning.rst
docs/source/how_to/scikit_learn.png
docs/source/how_to/using_scikit_learn.rst
docs/source/tutorials/add_cli.rst
docs/source/tutorials/basic_app.rst
docs/source/tutorials/config_groups.rst
docs/source/tutorials/hierarchy.rst
docs/source/tutorials/inject_wrapper.rst
src/hydra_zen/__init__.py
src/hydra_zen/_compatibility.py
src/hydra_zen/_hydra_overloads.py
src/hydra_zen/_launch.py
src/hydra_zen/_version.py
src/hydra_zen/errors.py
src/hydra_zen/funcs.py
src/hydra_zen/py.typed
src/hydra_zen.egg-info/PKG-INFO
src/hydra_zen.egg-info/SOURCES.txt
src/hydra_zen.egg-info/dependency_links.txt
src/hydra_zen.egg-info/requires.txt
src/hydra_zen.egg-info/top_level.txt
src/hydra_zen/_utils/__init__.py
src/hydra_zen/_utils/coerce.py
src/hydra_zen/structured_configs/__init__.py
src/hydra_zen/structured_configs/_globals.py
src/hydra_zen/structured_configs/_implementations.py
src/hydra_zen/structured_configs/_just.py
src/hydra_zen/structured_configs/_make_config.py
src/hydra_zen/structured_configs/_make_custom_builds.py
src/hydra_zen/structured_configs/_type_guards.py
src/hydra_zen/structured_configs/_utils.py
src/hydra_zen/structured_configs/_value_conversion.py
src/hydra_zen/third_party/__init__.py
src/hydra_zen/third_party/beartype.py
src/hydra_zen/third_party/pydantic.py
src/hydra_zen/typing/__init__.py
src/hydra_zen/typing/_builds_overloads.py
src/hydra_zen/typing/_implementations.py
src/hydra_zen/wrapper/__init__.py
src/hydra_zen/wrapper/_implementations.py