Metadata-Version: 1.2
Name: google-search-scraper
Version: 0.1.0
Summary: a python package to scrape google search results
Home-page: https://github.com/nidhaloff/google_search_scraper
Author: Nidhal Baccouri
Author-email: nidhalbacc@gmail.com
License: Apache Software License 2.0
Description: =====================
        google-search-scraper
        =====================
        
        
        .. image:: https://img.shields.io/pypi/v/google_search_scraper.svg
                :target: https://pypi.python.org/pypi/google_search_scraper
        
        .. image:: https://img.shields.io/travis/nidhaloff/google_search_scraper.svg
                :target: https://travis-ci.com/nidhaloff/google_search_scraper
        
        .. image:: https://readthedocs.org/projects/google-search-scraper/badge/?version=latest
                :target: https://google-search-scraper.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/nidhaloff/google_search_scraper/shield.svg
             :target: https://pyup.io/repos/github/nidhaloff/google_search_scraper/
             :alt: Updates
        
        
        
        a python package to scrape google search results
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://google-search-scraper.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-12-20)
        ------------------
        
        * First release on PyPI.
        
Keywords: google_search_scraper
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
