Skip to content

Latest commit

 

History

History
80 lines (70 loc) · 3.23 KB

README.md

File metadata and controls

80 lines (70 loc) · 3.23 KB

logo

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

A framework for elegantly configuring complex applications.

Check the website for more information.


Releases

Release candidate

Hydra 1.0 is the next major version of Hydra. It is currently a release candidate and is recommended for all users. Please report any issues.

Stable

Hydra 0.11 is the stable version of Hydra.

License

Hydra is licensed under MIT License.

Community

Ask questions in the chat 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}
}