Metadata-Version: 2.1
Name: WebSearcher
Version: 0.4.1
Summary: WebSearcher
Home-page: http://github.com/gitronald/WebSearcher
Author: Ronald E. Robertson
Author-email: rer@acm.org
License: BSD-3-Clause
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: lxml
Requires-Dist: beautifulsoup4
Requires-Dist: tldextract
Requires-Dist: brotli
Requires-Dist: pydantic

# WebSearcher  
## Tools for conducting and parsing web searches  
[![PyPI version](https://badge.fury.io/py/WebSearcher.svg)](https://badge.fury.io/py/WebSearcher)  
  
This package provides tools for conducting algorithm audits of web search and  
includes a scraper built on `requests` with tools for geolocating, conducting,  
and saving searches. It also includes a modular parser built on `BeautifulSoup`  
for decomposing a SERP into list of components with categorical classifications  
and position-based specifications.  
