Metadata-Version: 2.1
Name: simplegoogle-scraper-python
Version: 0.1.8
Summary: A small python package for scraping google search results.
Home-page: https://github.com/biswa-mohapatra/simplegoogle_scraper_python
Author: biswa-mohapatra
Author-email: jeetmohapatra98@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/biswa-mohapatra/simplegoogle_scraper_python/issues
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ensure ==1.0.2
Requires-Dist: httpx ==0.23.3
Provides-Extra: testing
Requires-Dist: pytest >=7.1.3 ; extra == 'testing'
Requires-Dist: mypy >=0.971 ; extra == 'testing'
Requires-Dist: flake8 >=5.0.4 ; extra == 'testing'
Requires-Dist: tox >=3.25.1 ; extra == 'testing'
Requires-Dist: black >=22.8.0 ; extra == 'testing'

# A PYTHON PACKAGE FOR SCRAPING GOOGLE SEARCH RESULTS

This package is meant to scrape the google search results!

- PYPI link for this package - [simplegoogle-scraper-python](https://pypi.org/project/simplegoogle-scraper-python/)
- Documentation - [simplegoogle-scraper-python](https://biswa-mohapatra.github.io/simplegoogle_scraper_python/)
