8 buildPythonPackage rec {
9 pname = "google-search-results";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
17 pname = builtins.replaceStrings [ "-" ] [ "_" ] pname;
18 hash = "sha256-YDow7K4q+OYAsiY1dXpt8nXa1Lk0+XXmeHjM1kC3gkU=";
21 propagatedBuildInputs = [
25 # almost all tests require an API key or network access
28 pythonImportsCheck = [
33 description = "Scrape and search localized results from Google, Bing, Baidu, Yahoo, Yandex, Ebay, Homedepot, youtube at scale using SerpApi.com";
34 homepage = "https://github.com/serpapi/google-search-results-python";
35 changelog = "https://github.com/serpapi/google-search-results-python/releases/tag/${version}";
36 license = licenses.mit;
37 maintainers = with maintainers; [ natsukium ];