File size: 2,419 Bytes
fc0f7bd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | [](https://pypi.org/project/hydra-core/)
[](https://circleci.com/gh/facebookresearch/hydra)


[](https://pepy.tech/project/hydra-core/month?versions=0.11.*&versions=1.0.*)
[](https://github.com/psf/black)
[](https://lgtm.com/projects/g/facebookresearch/hydra/alerts/)
[](https://lgtm.com/projects/g/facebookresearch/hydra/context:python)
[](https://hydra-framework.zulipchat.com)
# Hydra
A framework for elegantly configuring complex applications.
Check the [website](https://hydra.cc/) for more information.
### Releases
#### Stable
**Hydra 0.11** is the stable version of Hydra.
- [Documentation](https://hydra.cc/docs/intro)
- Installation : `pip install hydra-core --upgrade`
#### Release candidate
**Hydra 1.0** is the next major version of Hydra. It is currently a release candidate.
Please report any issues.
- [Release notes](https://github.com/facebookresearch/hydra/releases/tag/hydra-1.0.0rc1)
- [Documentation](https://hydra.cc/docs/next/intro)
- Installation : `pip install hydra-core --upgrade --pre`
### License
Hydra is licensed under [MIT License](LICENSE).
## Community
Ask questions in the chat or StackOverflow (Use the tag #fb-hydra or #omegaconf):
* [Chat](https://hydra-framework.zulipchat.com)
* [StackOverflow](https://stackexchange.com/filters/391828/hydra-questions)
* [Twitter](https://twitter.com/Hydra_Framework)
### Citing Hydra
If you use Hydra in your research please use the following BibTeX entry:
```text
@Misc{,
author = {Omry Yadan},
title = {A framework for elegantly configuring complex applications},
howpublished = {Github},
year = {2019},
url = {https://github.com/facebookresearch/hydra}
}
```
|