13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
24 hash = "sha256-8/ixL4ByaBYoPbB4g+Rgx+5OM6vjrFTUEPR42wBKyyg=";
27 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Python API client for Lidarr/Radarr/Readarr/Sonarr";
45 homepage = "https://github.com/tkdrob/aiopyarr";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];