8 buildPythonPackage rec {
9 pname = "pyuseragents";
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "Animenosekai";
17 sha256 = "D7Qs3vsfkRH2FDkbfakrR+FfWzQFiOCQM7q9AdJavyU=";
20 nativeCheckInputs = [ pytestCheckHook ];
21 pytestFlagsArray = [ "test.py" ];
22 pythonImportsCheck = [ "pyuseragents" ];
25 description = "Giving you a random User-Agent Header";
26 homepage = "https://github.com/Animenosekai/useragents";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ emilytrau ];