Metadata-Version: 2.1
Name: WebScraperPackage
Version: 0.1
Summary: A web scraper package for extracting quotes, images, and links from web pages.
Home-page: https://github.com/preetamlenka3/WebScraperPackage.git
Author: P charan lenka
Author-email: preetamlenka3@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: beautifulsoup4

This package provides a web scraper class with methods for extracting quotes, images, and links from web pages using BeautifulSoup and requests.
