7 buildPythonPackage rec {
8 pname = "pyuseragents";
11 src = fetchFromGitHub {
12 owner = "Animenosekai";
15 sha256 = "D7Qs3vsfkRH2FDkbfakrR+FfWzQFiOCQM7q9AdJavyU=";
18 nativeCheckInputs = [ pytestCheckHook ];
19 pytestFlagsArray = [ "test.py" ];
20 pythonImportsCheck = [ "pyuseragents" ];
23 description = "Giving you a random User-Agent Header";
24 homepage = "https://github.com/Animenosekai/useragents";
25 license = with licenses; [ mit ];
26 maintainers = with maintainers; [ emilytrau ];