CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README
README.md
SECURITY.md
requirements.txt
setup.py
examples/app_methods_example.py
examples/developer_methods_example.py
examples/list_methods_example.py
examples/reviews_methods_example.py
examples/search_methods_example.py
examples/similar_methods_example.py
examples/suggest_methods_example.py
gplay_scraper/__init__.py
gplay_scraper/app.py
gplay_scraper/config.py
gplay_scraper/exceptions.py
gplay_scraper.egg-info/PKG-INFO
gplay_scraper.egg-info/SOURCES.txt
gplay_scraper.egg-info/dependency_links.txt
gplay_scraper.egg-info/not-zip-safe
gplay_scraper.egg-info/requires.txt
gplay_scraper.egg-info/top_level.txt
gplay_scraper/core/__init__.py
gplay_scraper/core/gplay_methods.py
gplay_scraper/core/gplay_parser.py
gplay_scraper/core/gplay_scraper.py
gplay_scraper/models/__init__.py
gplay_scraper/models/element_specs.py
gplay_scraper/utils/__init__.py
gplay_scraper/utils/constants.py
gplay_scraper/utils/error_handling.py
gplay_scraper/utils/helpers.py
gplay_scraper/utils/http_client.py
tests/__init__.py
tests/test_app_methods.py
tests/test_basic.py
tests/test_developer_methods.py
tests/test_list_methods.py
tests/test_package.py
tests/test_reviews_methods.py
tests/test_search_methods.py
tests/test_similar_methods.py
tests/test_suggest_methods.py