Metadata-Version: 2.1
Name: hyfi-fetcher
Version: 0.2.1
Summary: HyFI-Fetcher is a Python package for programmatically scraping websites to extract various data, serving as a plugin for HyFI.
Home-page: https://hyfi-fetcher.entelecheia.ai
License: MIT
Author: Young Joon Lee
Author-email: entelecheia@hotmail.com
Requires-Python: >=3.9,<3.13
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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: hyfi (>=1.36.3,<2.0.0)
Requires-Dist: langchain (>=0.1.16,<0.2.0)
Requires-Dist: openai (>=1.21.2,<2.0.0)
Requires-Dist: playwright (>=1.43.0,<2.0.0)
Project-URL: Repository, https://github.com/entelecheia/hyfi-fetcher
Description-Content-Type: text/markdown

# HyFI-Fetcher

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

<!-- Links: -->
[codecov-image]: https://codecov.io/gh/entelecheia/hyfi-fetcher/branch/main/graph/badge.svg?token=7fEXGrkESp
[codecov-url]: https://codecov.io/gh/entelecheia/hyfi-fetcher
[pypi-image]: https://img.shields.io/pypi/v/hyfi-fetcher
[license-image]: https://img.shields.io/github/license/entelecheia/hyfi-fetcher
[license-url]: https://github.com/entelecheia/hyfi-fetcher/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/entelecheia/hyfi-fetcher?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/entelecheia/hyfi-fetcher
[release-url]: https://github.com/entelecheia/hyfi-fetcher/releases
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg

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

HyFI-Fetcher is a Python package for programmatically scraping websites to extract various data, serving as a plugin for HyFI.

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

HyFI-Fetcher is a LLM powered web scraping tool for HyFI. It is designed to extract data from various websites and serve as a plugin for HyFI.

## 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].

