Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 2.59 KB

README.md

File metadata and controls

70 lines (57 loc) · 2.59 KB

logo

PyPI CircleCI PyPI - License PyPI - Python Version Downloads Code style: black Total alerts Language grade: Python

A framework for elegantly configuring complex applications.

Check the website for more information.


Releases

Stable

Hydra 1.1 is the stable version of Hydra.

License

Hydra is licensed under MIT License.

Community

Ask questions in Github Discussions or StackOverflow (Use the tag #fb-hydra or #omegaconf):

Citing Hydra

If you use Hydra in your research please use the following BibTeX entry:

@Misc{Yadan2019Hydra,
  author =       {Omry Yadan},
  title =        {Hydra - A framework for elegantly configuring complex applications},
  howpublished = {Github},
  year =         {2019},
  url =          {https://github.com/facebookresearch/hydra}
}