LICENSE
MANIFEST.in
README.md
pyproject.toml
api/__init__.py
api/config.py
api/deps.py
api/exceptions.py
api/main.py
api/cli/__init__.py
api/cli/keys.py
api/middleware/__init__.py
api/middleware/logging_middleware.py
api/middleware/rate_limit.py
api/models/__init__.py
api/models/requests.py
api/models/responses.py
api/routers/__init__.py
api/routers/fetch.py
api/routers/health.py
api/routers/news.py
api/routers/search.py
serp/__init__.py
serp/cache.py
serp/client.py
serp/config.py
serp/config_pydantic.py
serp/google_news.py
serp/http_search.py
serp/output_formatter.py
serp/parsers.py
serp/py.typed
serp/types.py
serp/utils.py
serp_scraper.egg-info/PKG-INFO
serp_scraper.egg-info/SOURCES.txt
serp_scraper.egg-info/dependency_links.txt
serp_scraper.egg-info/requires.txt
serp_scraper.egg-info/top_level.txt
tests/test_cache.py
tests/test_google_news.py
tests/test_serp.py