Metadata-Version: 2.1
Name: hyfi
Version: 0.2.4
Summary: Hydra Fast Interface (Hydra and Pydantic based interface framework)
License: MIT
Author: Young Joon Lee
Author-email: entelecheia@hotmail.com
Requires-Python: >=3.8.1,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: ipython
Requires-Dist: cached-path (>=1.3.3,<2.0.0)
Requires-Dist: chardet (<=4.0.0)
Requires-Dist: gdown (<=4.4.0)
Requires-Dist: hydra-colorlog (>=1.2.0,<2.0.0)
Requires-Dist: hydra-core (>=1.3.2,<2.0.0)
Requires-Dist: ipython (<=7.9.0) ; extra == "ipython"
Requires-Dist: ipython-autotime (>=0.3.1,<0.4.0) ; extra == "ipython"
Requires-Dist: matplotlib (<=3.5.3)
Requires-Dist: numpy (<1.24)
Requires-Dist: pandas (<1.4.0)
Requires-Dist: pydantic (<=1.10.5)
Requires-Dist: pygments (<=2.6.1) ; extra == "ipython"
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: requests (<=2.25.1)
Requires-Dist: rich (>=11.1) ; extra == "ipython"
Requires-Dist: scipy (<=1.8)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Description-Content-Type: text/markdown

# HyFI: Hydra Fast Interface

[![pypi-image]][pypi-url]
[![version-image]][release-url]
[![release-date-image]][release-url]
[![jupyter-book-image]][jupyter book]
[![license-image]][license-url]

<!-- Links: -->
[pypi-image]: https://badge.fury.io/py/hyfi.svg
[pypi-url]: https://badge.fury.io/py/hyfi
[license-image]: https://img.shields.io/github/license/entelecheia/hyfi
[license-url]: https://github.com/entelecheia/hyfi/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/entelecheia/hyfi?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/entelecheia/hyfi
[release-url]: https://github.com/entelecheia/hyfi/releases
[conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white
[conventional commits]: https://conventionalcommits.org
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg
[jupyter book]: https://hyfi.entelecheia.cc

[repo-url]: https://github.com/entelecheia/hyfi
[pypi-url]: https://pypi.org/project/hyfi
[docs-url]: https://hyfi.entelecheia.cc
[changelog]: https://github.com/entelecheia/hyfi/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/entelecheia/hyfi/blob/main/CONTRIBUTING.md
<!-- Links: -->

Hydra Fast Interface (Hydra and Pydantic based interface framework)

- Documentation: [https://hyfi.entelecheia.cc][docs-url]
- GitHub: [https://github.com/entelecheia/hyfi][repo-url]
- PyPI: [https://pypi.org/project/hyfi][pypi-url]

HyFI is a framework for building interfaces for Python applications. It is based on [Hydra] and [Pydantic] and provides a set of tools to build interfaces for Python applications.

## Changelog

See the [CHANGELOG] for more information.

## Contributing

Contributions are welcome! Please see the [contributing guidelines] for more information.

## License

This project is released under the [MIT License][license-url].

