Metadata-Version: 2.1
Name: hydra-core
Version: 0.1.5
Summary: Hydra is a library for writing flexible command line applications
Home-page: https://github.com/facebookresearch/hydra
Author: Omry Yadan
Author-email: omry@fb.com
License: UNKNOWN
Keywords: command-line configuration yaml tab-completion
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: omegaconf (>=1.3.0)
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-copyright ; extra == 'dev'
Requires-Dist: nox ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: setuptools ; extra == 'dev'
Requires-Dist: towncrier ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

[![CircleCI](https://circleci.com/gh/facebookresearch/hydra.svg?style=svg&circle-token=af199cd2deca9e70e53776f9ded96284b10687e9)](https://circleci.com/gh/facebookresearch/hydra)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
# Hydra
Hydra is a framework for writing flexible command line applications.

Check the [web site](https://facebookresearch.github.io/hydra/) for more information.

## License
Hydra is licensed under [MIT License](LICENSE).


