16 buildPythonPackage rec {
22 inherit pname version;
23 hash = "sha256-aRxuNrGuqkdU82kr260N/0RuUo/7BS7uLn8TmqosaYk=";
27 substituteInPlace pyproject.toml \
28 --replace 'addopts = "--cov pytrends/"' ""
37 propagatedBuildInputs = [
49 pytestFlagsArray = [ "--block-network" ];
51 pythonImportsCheck = [ "pytrends" ];
54 description = "Pseudo API for Google Trends";
55 homepage = "https://github.com/GeneralMills/pytrends";
56 license = [ licenses.asl20 ];
57 maintainers = [ maintainers.mmahut ];