Metadata-Version: 2.1
Name: hydra-config
Version: 0.0.0
Summary: Enhanced Hydra structured configs
Author: Aaron Young
Author-email: aryoung@mit.edu
Requires-Python: >=3.11,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: RestrictedPython (>=7.4,<8.0)
Requires-Dist: hydra-core (>=1.3.2,<2.0.0)
Requires-Dist: hydra_zen (>=0.13.0,<0.14.0)
Requires-Dist: omegaconf (>=2.3.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Description-Content-Type: text/markdown

# Hydra Configuration Utilities

This package provides a simple way to define strongly typed dataclasses with support for non-primitive [Hydra](https://hydra.cc/) types.

