LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
tests/__init__.py
tests/conftest.py
tests/mockserver.py
tests/test_addon.py
tests/test_article.py
tests/test_base.py
tests/test_ecommerce.py
tests/test_feeds.py
tests/test_heuristics.py
tests/test_job_posting.py
tests/test_middlewares.py
tests/test_params.py
tests/test_params_location_param.py
tests/test_search.py
tests/test_serp.py
tests/test_utils.py
tests/utils.py
tests/pages/__init__.py
tests/pages/test_article_navigation_heuristics.py
tests/pages/test_product_navigation_heuristics.py
zyte_spider_templates/__init__.py
zyte_spider_templates/_addon.py
zyte_spider_templates/_geolocations.py
zyte_spider_templates/_lang_codes.py
zyte_spider_templates/documentation.py
zyte_spider_templates/feeds.py
zyte_spider_templates/heuristics.py
zyte_spider_templates/middlewares.py
zyte_spider_templates/params.py
zyte_spider_templates/utils.py
zyte_spider_templates.egg-info/PKG-INFO
zyte_spider_templates.egg-info/SOURCES.txt
zyte_spider_templates.egg-info/dependency_links.txt
zyte_spider_templates.egg-info/requires.txt
zyte_spider_templates.egg-info/top_level.txt
zyte_spider_templates/_incremental/__init__.py
zyte_spider_templates/_incremental/manager.py
zyte_spider_templates/_incremental/middleware.py
zyte_spider_templates/page_objects/__init__.py
zyte_spider_templates/page_objects/product_navigation_heuristics.py
zyte_spider_templates/pages/__init__.py
zyte_spider_templates/pages/article_heuristics.py
zyte_spider_templates/pages/product_navigation_heuristics.py
zyte_spider_templates/pages/search_request_template.py
zyte_spider_templates/spiders/__init__.py
zyte_spider_templates/spiders/_google_domains.py
zyte_spider_templates/spiders/_google_gl.py
zyte_spider_templates/spiders/_google_hl.py
zyte_spider_templates/spiders/article.py
zyte_spider_templates/spiders/base.py
zyte_spider_templates/spiders/ecommerce.py
zyte_spider_templates/spiders/job_posting.py
zyte_spider_templates/spiders/serp.py