12 buildPythonPackage rec {
15 format = "setuptools";
17 src = fetchFromGitHub {
18 owner = "ctalkington";
19 repo = "python-sonarr";
21 sha256 = "0gi34951qhzzrq59hj93mnkid8cvvknlamkhir6ya9mb23fr7bya";
24 propagatedBuildInputs = [
35 pythonImportsCheck = [ "sonarr" ];
38 description = "Asynchronous Python client for the Sonarr API";
39 homepage = "https://github.com/ctalkington/python-sonarr";
40 license = licenses.mit;
41 maintainers = with maintainers; [ dotlambda ];