hydra
Package — ConfigPython 3.7+Intermediate
Facebook's configuration framework for complex applications
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- omegaconf, antlr4-python3-runtime, packaging
- Install
pip install hydra-core
Learn by Difficulty
Quick Example
python
# Install: pip install hydra-core import hydra # Basic hydra usage print(f"Using hydra") # See documentation for detailed examples
hydra is a third-party package. Facebook's configuration framework for complex applications. Install with: pip install hydra-core
Try in PlaygroundTags
packageconfigurationserializationdata-format