* Package name : python-hydra Version : 1.3.2 Upstream Author : Facebook Research * URL or Web page : https://github.com/facebookresearch/hydra * License : MIT Description : Python framework for elegantly configuring complex applications Hydra is a Python framework powered by OmegaConf that simplifies the development of research and other complex applications. The key feature is the ability to dynamically create a hierarchical configuration by composition and override it through config files and the command line. The name Hydra comes from its ability to run multiple similar jobs - much like a Hydra with multiple heads.