Metadata-Version: 2.1
Name: web_live_data_fetcher
Version: 0.1.0
Summary: A package for retrieving and summarizing live data from web searches.
Home-page: https://github.com/MadhanMohanReddy2301/web_live_data_fetcher
Author: Madhan Mohan Reddy P
Author-email: pmadhan006@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: googlesearch-python

# Web Live Data Fetcher

A Python package for retrieving live data from web searches.

## Installation

```sh
pip install web_live_data_fetcher
```
