15 buildPythonPackage rec {
21 inherit pname version;
22 hash = "sha256-aRxuNrGuqkdU82kr260N/0RuUo/7BS7uLn8TmqosaYk=";
26 substituteInPlace pyproject.toml \
27 --replace 'addopts = "--cov pytrends/"' ""
36 propagatedBuildInputs = [ requests lxml pandas ];
48 pythonImportsCheck = [ "pytrends" ];
51 description = "Pseudo API for Google Trends";
52 homepage = "https://github.com/GeneralMills/pytrends";
53 license = [ licenses.asl20 ];
54 maintainers = [ maintainers.mmahut ];